Use both RSA and ECDSA CA if available

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-25 13:23:33 +02:00
parent 420edcaf1d
commit 641de714b6
9 changed files with 64 additions and 52 deletions

View file

@ -31,6 +31,9 @@
extern "C" {
#endif
/* Concatenation of all available CA certificates */
extern const char test_ca_list[];
/* First set of certificates: RSA, or ECDSA if RSA is not available */
extern const char *test_ca_crt;
extern const char *test_ca_key;