commit | 641de714b617d5161b6b32539766ea179cde9174 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 25 13:23:33 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 25 13:23:33 2013 +0200 |
tree | 51099f6f12303cc60ffbe8c3ecc38e1dca5f67ca | |
parent | 420edcaf1dc6f9f5a08f4cc9ced5a2203069d19c [diff] [blame] |
Use both RSA and ECDSA CA if available
diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index ded3ddf..5fcd85d 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h
@@ -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;