memory leak detection

2001-12-20 Thread Zhong Chen
Title: RE: I got 4 or more emails identical I am using openssl 0.9.5.a , and saw following feature listed inthe releasenote.Anybody knows how to use this feature? Thanks. Zhong Chen Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5: o Memory leak detection now allows

RE: failure on client auth

2001-09-08 Thread Zhong Chen
(ok) --- -Original Message- From: Eric Rescorla [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 9:20 AM To: [EMAIL PROTECTED] Subject: Re: failure on client auth Zhong Chen [EMAIL PROTECTED] writes: I built a ssl server with client authentication on. In the server side

IE support of sslv2 in client authentication mode

2001-08-03 Thread Zhong Chen
I setup a apache/mod_ssl with SSLVerifyClient require. My netscape browser can connect to it both in sslv2 and sslv3 mode. But IE failed in sslv2, passed in sslv3 and tls mode. Does IE(5.0) offically unsupport sslv2 client auth mode or there is something wrong with my configuration? Thanks.

RE: ssl handshake state

2001-07-13 Thread Zhong Chen
Anybody can explain me these SSL3_MT_* state? Thanks. -Zhong -Original Message- From: Zhong Chen Sent: Wednesday, July 11, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: ssl handshake state In the ssl state machine, there are additional state with prefix _MT_. Is this for multi-thread

ssl handshake state

2001-07-11 Thread Zhong Chen
In the ssl state machine, there are additional state with prefix _MT_. Is this for multi-thread? In which case the state machine will go to these states? Is there a API to control it? Thanks. Zhong #define SSL3_MT_HELLO_REQUEST 0 #define SSL3_MT_CLIENT_HELLO

client certificate

2001-01-15 Thread Zhong Chen
Is there any SSL_CTX_* function to force the client sending certificate after server sends "Server Hello"? It's an optional step in SSL handshake, and I want to make it mandatory (doable?). It will be very helpful if you can point me to an example. Thanks. - Zhong