Hi,
I am using openssl for implementating ssl in a client application. When I
am using SSL_CTX_use_PrivateKey_file as below
SSL_CTX_use_PrivateKey_file(ssl_ctx,"key.pem",SSL_FILETYPE_PEM)
and if my private key is created with a des i.e. I have given a password,
then my client application just hangup and after that i have to kill my
client application.
But If i create a private key without password i.e. without des, my client
application works fine.
Can anyone please tell me why?
Thanks.
Brajesh
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]