Re: [openssl-users] ECDSA vs RSA certificates

2016-06-22 Thread Wall, Stephen
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of > Rajeswari K > Is there a way we can feed multiple certificates i.e. one with ECDSA and > other with RSA > to TLS server during SSL_CTX initialization?  Yes, you can set a certificate of each known type (DSA, RSA, EC

[openssl-users] ECDSA vs RSA certificates

2016-06-22 Thread Rajeswari K
Hello Openssl users, Need pointers on how to use ECDSA vs RSA certificates. When our device acting as TLS server, we have support for both ECDSA and RSA based certificates. At first, we need to feed a certificate for the TLS server to accept the connections. >From the code, having a feel that, i