Re: Accessing Client Cert. and Key from SSL_CTX

2005-08-10 Thread Jagannadha Bhattu Gosukonda
According to the available APIs: 1. There is no way you can get from SSL_CTX object directly. 2. To get certificate from SSL object: You can get the certificate by calling SSL_get_certificate. To get the peer certificate use SSL_get_peer_certificate. 3. To get private key of your application: T

Accessing Client Cert. and Key from SSL_CTX

2005-08-09 Thread david kine
How do I access the client certificate and private key from an SSL_CTX? It was previously loaded into the SSL_CTX with SSL_CTX_use_certificate() and SSL_CTX_use_PrivateKey(). Thanks for the help, -David __ Do You Yahoo!? Tired of spam? Yahoo! Ma

Accessing Client Cert. and Key from SSL_CTX

2005-08-04 Thread david kine
How do I access the client certificate and private key from an SSL_CTX? It was previously loaded into the SSL_CTX with SSL_CTX_use_certificate() and SSL_CTX_use_PrivateKey(). Thanks for the help, -David __ Do You Yahoo!? Tired of spam? Yahoo! M