Re: SSL_connect() on client authentication?

2001-09-11 Thread Victor Ivanov
On Mon, Sep 10, 2001 at 04:20:10PM -0700, Henry Yip wrote: Hi All, I have 2 questions. 1) I'm trying to do client authentication from a Server using PureTLS. On the server side, I call: socket.sendClose() socket.close() when I can't verify the client's host against the

SSL_connect() on client authentication?

2001-09-10 Thread Henry Yip
Hi All, I have 2 questions. 1) I'm trying to do client authentication from a Server using PureTLS. On the server side, I call: socket.sendClose() socket.close() when I can't verify the client's host against the certificate chain. Now, Should SSL_connect() return an error on the