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 this server with a client with:

ctx = SSL_CTX_new(SSLv3_method());

not only the server process creashes, but also the xterm window that the
process was running in. It seems to happen at SSL_accept() in the server. If
I use TLSv1_method() in the client, all is fine. If I use SSLv3_method() in
the server, the client setup doesn't matter, all is fine (this is what I'm
using now).

Server env: Linux 2.2.12, openssl 0.9.4, glibc 2.0.7pre6.

TIA,
- Peter

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to