Re: sslv3 alert bad certificate:s3_pkt.c:1065:SSL alert number 42

2012-10-26 Thread Anamitra Dutta Majumdar (anmajumd)
Hi Dave, This is a close box without a server operator. Is there a way to determine why the cert chain was Disliked. Thanks, Anamitra On 10/26/12 3:14 PM, "Dave Thompson" wrote: >>From: owner-openssl-us...@openssl.org On Behalf Of Anamitra Dutta >>Majumdar >(anmajumd) >>Sent: Thursday, 25 Octo

RE: SSL_do_handshake() failed on openssl version 1.0.1c

2012-10-26 Thread Dave Thompson
Requested privately, but since I can't do much I'm throwing out what I can for anyone else to add to. > -Original Message- > From: Yan, Bob > Sent: Wednesday, October 24, 2012 1:48 PM > To: openssl-users@openssl.org > Subject: RE: SSL_do_handshake() failed on openssl version 1.0.1c > >

RE: sslv3 alert bad certificate:s3_pkt.c:1065:SSL alert number 42

2012-10-26 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Anamitra Dutta Majumdar (anmajumd) >Sent: Thursday, 25 October, 2012 02:48 >We are getting the following error when running the s_client. >We are on openssl 0.9.8l >What could be the possible cause of this error >4955:error:14094412:SSL routine

Re: Creating X509 certificate subject alt name in C

2012-10-26 Thread Dr. Stephen Henson
On Thu, Oct 25, 2012, Ken Goldman wrote: > I've managed to parse the odd X509 certificate I received. Now I > have to create one. > > It should look like the below. > >X509v3 extensions: > X509v3 Subject Alternative Name: critical > > DirName:/2.23.133.2.1=id:57454300/2.23.

RE: Trouble with Windows DLL

2012-10-26 Thread Charles Mills
1. Pardon my ignorance. So _Applink is a generic Windows facility, not OpenSSL-specific? Can you point me to a link or something that explains. I could not find anything. 2. While searching, I did find this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).as px It's a def

Re: Memory leaks in d2i_X509_CRL and X509_CRL_free?

2012-10-26 Thread Zhuang Yuyao
the openssl library version is 1.0.1c, the operation system is debian linux. On Fri, Oct 26, 2012 at 8:05 PM, Zhuang Yuyao wrote: > Hi, > > I'm testing loading a large CRL file into a X509_CRL structure then > free it. but after X509_CRL_free, there are still some mysterious > memory consumption.

Memory leaks in d2i_X509_CRL and X509_CRL_free?

2012-10-26 Thread Zhuang Yuyao
Hi, I'm testing loading a large CRL file into a X509_CRL structure then free it. but after X509_CRL_free, there are still some mysterious memory consumption. pmap reports that total memory consumption is 105608KB right after the CRL file was loaded, and 88920K after X509_CRL_free was called. her