> 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
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