Re: ASN1_ANY

2006-05-31 Thread Saurabh Arora
On 5/31/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Tue, May 30, 2006, Saurabh Arora wrote: > On 5/29/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > > , but i am unable to find a way for decoding . > can you tell the way.. how to check the type V_ASN1_SEQUENCE . > ASN1_TYPE_get().

Re: ASN1_ANY

2006-05-31 Thread Dr. Stephen Henson
On Tue, May 30, 2006, Saurabh Arora wrote: > On 5/29/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: > > , but i am unable to find a way for decoding . > can you tell the way.. how to check the type V_ASN1_SEQUENCE . > ASN1_TYPE_get(). Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP ke

Patrick Hsu/DTIS/SFGOV is out of the office.

2006-05-31 Thread Patrick Hsu
I will be out of the office starting 05/31/2006 and will not return until 06/01/2006. I will respond to your message when I return. __ OpenSSL Project http://www.openssl.org User Support Mailing

RE: Memory leak with multiple threads running with asingleSSLserver serving incoming requests...

2006-05-31 Thread Marek Marcola
Hello, > I have been testing my SSL server for 2 days after 30k connections > and memory remains calm.I assume the probelm has been solved by just adding > ERR_free_strings(); > ERR_remove_state(0); > to each children thread before pth