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
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
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