RE: Generating rsakey using openssl as lib

2012-10-18 Thread Charles Mills
I can't give you a total solution but > Well, I've called "SSLeay_version(SSLEAY_VERSION)" from lib, and I've got > "OpenSSL 0.9.8a 11 Oct 2005". > That's confirm it's a version problem. My question now is, what shall I make > for removing all Openssl versions from my pc. After no OpenSSL instal

RE: Generating rsakey using openssl as lib

2012-10-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Leonardo Laface de Almeida > Sent: Tuesday, 16 October, 2012 17:06 > >Does your library dynamically-link the openssl libs, > >or statically embed them (while being dynamic itself)? > > library dynamically-link the openssl libs. > My lib alread

RE: Generating rsakey using openssl as lib

2012-10-16 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Leonardo Laface de Almeida > Sent: Monday, 15 October, 2012 15:14 > I was following the main function in genpkey.c file and > following the same > sequence for generating key pair. I've got some executing > erros that took me > some hours to g

RE: Generating rsakey using openssl as lib

2012-10-11 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Leonardo Laface de Almeida >Sent: Thursday, 11 October, 2012 14:04 >I have an application which already establishes SSL Socket connection >using OpenSSL as lib. Now, my application needs to able the user create >a RSA key pair, sign documents a