Hello all:

I need to get the private key I loaded when my server started.Once a client
connects I need server�s private key again and then all I have is a SSL_CTX.
I used SSL_CTX_use_RSAPrivateKey_file( ) at startup so I know the key must
be there in struct SSL_CTX , but looking at sources I haven�t found it. I
have seen something named CERT which seems to keep an array of
cert/privatekey pair.What it is for?
It is a SSL_CTX_get_PrivateKey( ) interface or something to get the key?

Thanks.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to