Re: RSA publlic/private key returnig to calling function

2011-08-09 Thread krishnamurthy santhanam
Hi Dave, Thanks a lot for your detailed explanation. GT.M supports ASCII format also. i believe converting base64 is better way instead of ASCII. I had changed as per your suggestion and code worked for me. additionally i had tested the Decode also, now everything is fine. can you please verify t

Re: pki certificates

2011-08-09 Thread Michael S. Zick
On Tue August 9 2011, Travis Dimmig wrote: > I'm trying to set up a WPA2-enterprise network using eap-tls. I use openssl > to create the self-signed root CA, the server certificate for the radius > server, and all of the client certificates. After importing the root CA and > client certificate

RE: DH object and its g value

2011-08-09 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of satzok > Sent: Tuesday, 09 August, 2011 06:55 > out of curiosity i checked the variables inside the DH object (dh->g, > dh->p) after calling DH_generate_parameters_ex > on printing the value of dh->g was 1064305904 !! > g is supposed to hold t

pki certificates

2011-08-09 Thread Travis Dimmig
I'm trying to set up a WPA2-enterprise network using eap-tls. I use openssl to create the self-signed root CA, the server certificate for the radius server, and all of the client certificates. After importing the root CA and client certificate to a windows machine, I see that the "intended pur

SSL_load_error_strings() crash with access reading location.

2011-08-09 Thread Harshvir Sidhu
I am having a WinXP application to which i have linked SSL statically. Function call SSL_load_error_strings is failing with a crash and from the dump its giving error access violation reading location. MyApp.exe!_lh_doall_arg() + 0x3af bytes MyApp.exe!_lh_insert() + 0x4d bytes MyApp.exe!_E

DH object and its g value

2011-08-09 Thread satzok
Hi, I tried a sample code to implement Diffie- helman key exchange , out of curiosity i checked the variables inside the DH object (dh->g, dh->p) after calling DH_generate_parameters_ex the code snippet is given below. DH* dh = DH_new(); int prime_len= 128; int generator =