openssl api verify the public key matches private key

Posted by AC on Stack Overflow See other posts from Stack Overflow or by AC
Published on 2010-06-09T19:21:40Z Indexed on 2010/06/10 0:22 UTC
Read the original article Hit count: 495

Filed under:
|

How do I write an openssl server that on a single port has two different active RSA private keys? The openssl documentation seems to implies there can only be one rsa private key active at time with in a context. So I was thinking I have two active context, but what is the code to handle figuring out which connection matches which context. Or am I going about this the wrong way.

© Stack Overflow or respective owner

Related posts about c

    Related posts about openssl