About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread Terence Leung
Dear sir, I am writing Visual C++ to create secure communication socket. But when I use the function SSL_CTX_use_PrivateKey_file(), it alwaysprompt "Enter PEM pass phrase:" to input the pass phrase in the screen. I want to ask how can Imodify the program so that the program can

Re: About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread ?ukasz Wojcicki
You have private key protected by password. To solve this, type: OpenSSLrsa -in private_key -out private_key ?ukasz Wojcicki e-mail: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org

Re: About the function SSL_CTX_use_PrivateKey_file

2003-06-06 Thread Dr. Stephen Henson
On Fri, Jun 06, 2003, Terence Leung wrote: Dear sir, I am writing Visual C++ to create secure communication socket. But when I use the function SSL_CTX_use_PrivateKey_file(), it always prompt Enter PEM pass phrase: to input the pass phrase in the screen. I want to ask how