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 as

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: OpenSSL>rsa -in -out ?ukasz Wojcicki e-mail: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing

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 always prompt "Enter PEM pass phrase:" to input the pass phrase in the screen.       I want to ask how can I modify the program so that the progr