mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00: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