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
programs/ssl
|
@ -576,8 +576,8 @@ int main( int argc, char *argv[] )
|
|||
else
|
||||
#endif
|
||||
#if defined(POLARSSL_CERTS_C)
|
||||
ret = x509_crt_parse( &cacert, (const unsigned char *) test_ca_crt,
|
||||
strlen( test_ca_crt ) );
|
||||
ret = x509_crt_parse( &cacert, (const unsigned char *) test_ca_list,
|
||||
strlen( test_ca_list ) );
|
||||
#else
|
||||
{
|
||||
ret = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue