mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Use both RSA and ECDSA CA if available
This commit is contained in:
parent
420edcaf1d
commit
641de714b6
9 changed files with 64 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue