Re: Problems encrypting private key

2004-05-17 Thread Carlos Roberto Zainos H
Thanks a lot Dr Henson ! Now all works fine ZainosDo You Yahoo!? Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.

Re: Problems encrypting private key

2004-05-17 Thread Dr. Stephen Henson
On Mon, May 17, 2004, Carlos Roberto Zainos H wrote: > Hi all ! > > I'm writing an application that needs write out a RSA private key password based > encryption in DER format but I'm getting error from functions used for, follows my > code and error codes: > > ERR_load_crypto_strings (); >

Problems encrypting private key

2004-05-17 Thread Carlos Roberto Zainos H
Hi all !   I'm writing an application that needs write out a RSA private key password based encryption in DER format but I'm getting error from functions used for, follows my code and error codes:   ERR_load_crypto_strings (); out = BIO_new(BIO_s_file());   rsa = RSA_generate_key (bits, e_value, i_