mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Use both RSA and ECDSA CA if available
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user