Re: Bug? Server app with TLSv1...method crashes when accessed by SSLv3...method client

1999-10-08 Thread Lutz Jaenicke
On Fri, Oct 08, 1999 at 09:10:51AM +0200, Peter 'Luna' Runestig wrote: > Hi all, > > I know this is a thin report, but I'll give it a try anyway. I'm working on > a telnetd patch for the IETF draft STARTTLS spec using openssl. If I set up > openssl on the telnetd server with: > > ctx = SSL_CTX_n

Bug? Server app with TLSv1...method crashes when accessed by SSLv3...method client

1999-10-07 Thread Peter 'Luna' Runestig
Hi all, I know this is a thin report, but I'll give it a try anyway. I'm working on a telnetd patch for the IETF draft STARTTLS spec using openssl. If I set up openssl on the telnetd server with: ctx = SSL_CTX_new(TLSv1_server_method()); or ctx = SSL_CTX_new(TLSv1_method()); and then access thi