Re: Session reuse on client side when the session runs SSLv2 fails

2001-03-02 Thread Lutz Jaenicke
On Thu, Mar 01, 2001 at 07:23:04PM +0100, Richard Levitte - VMS Whacker wrote: The printout will be: 28:error:140750DD:SSL routines:SSL23_CONNECT:ssl23 doing session id reuse:s23_clnt.c:132: ... or something very similar. The reason for all this is actually that ssl23_get_method()

Re: Session reuse on client side when the session runs SSLv2 fails

2001-03-02 Thread Lutz Jaenicke
On Fri, Mar 02, 2001 at 12:30:05PM +0100, Richard Levitte - VMS Whacker wrote: From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke The (needed) fix should have one side effect (from Lutz.Jaenicke conclusion, I did not try it): Since the SSL_connect() Lutz.Jaenicke is now performed with

Session reuse on client side when the session runs SSLv2 fails

2001-03-01 Thread Richard Levitte - VMS Whacker
The following sequence of calls will fail when my_session-ssl_version == SSL2_VERSION: SSL_set_session(my_ssl, my_session); SSL_set_connect_state(my_ssl); /* Probably not really needed, but doesn't matter */ SSL_connect(my_ssl); /* Returns -1