> From: owner-openssl-us...@openssl.org On Behalf Of Dylan Martin
> Sent: Tuesday, 15 September, 2009 13:42
> Hi all, I need to connect to an LDAP server with a self-signed cert.
> I cannot get s_client to verify OK.. I have gathered the
> server cert by running s_client and then copying the ser
Dr. Stephen Henson wrote:
hello OpenSSL community.We use OpenSSL 0.9.8d on many platforms,
including z/Linux 64-bit. We are using client certificate
authentication at the server.
Sounds like a compiler bug or a bug in the OpenSSL bignum library triggered on
that platform. Does OpenSSL pas
Hi:
I'm having a hard time figuring out the return value for X509_load_crl_file.
As best I can tell it is:
If NULL input file
return 1
else if input file read into BIO
return number of successfully imported revoked certs
else
return 0
So what if the CRL file has no certs? This should be va
On Tuesday 15 September 2009 21.49.04 jehan procaccia wrote:
> Leif Johansson a écrit :
> > On Tuesday 15 September 2009 15.54.33 Jehan PROCACCIA wrote:
> >> Le 15/09/2009 09:37, Leif Johansson a écrit :
> >>> On Monday 14 September 2009 16.17.26 jehan procaccia wrote:
> Indeed CSP is a versio
On Tuesday 15 September 2009 15.54.33 Jehan PROCACCIA wrote:
> Le 15/09/2009 09:37, Leif Johansson a écrit :
> > On Monday 14 September 2009 16.17.26 jehan procaccia wrote:
> >> Indeed CSP is a version 0.34 since 2007, no updates since then ... but
> >> perhaps the project is mature and bug free,
On Wed, Sep 16, 2009 at 1:00 PM, Ugendreshwar Kudupudi
wrote:
> Compile the OpenSSL library with -g option and run it in gdb, you can get
> the exact point of crash.
> Mostly looks like you are accessing an illegal memory that might have been
> freed.
>
> -ugen
>
>
> On Wed, Sep 16, 2009 at 10:45
Compile the OpenSSL library with -g option and run it in gdb, you can get
the exact point of crash.
Mostly looks like you are accessing an illegal memory that might have been
freed.
-ugen
On Wed, Sep 16, 2009 at 10:45 AM, Barkha Dosi wrote:
> Hi,
>
> I have written a multithreaded C-server prog