Sure we try to understand... but could you bother to help me understand
the code a tiny bit better?
As in I'm trying to handle connections from bad ssl implementations and
don't exactly know what I should do about them...
for example ssl/s3_srvr.c:
if (s->s3->tmp.message_type != SSL3_MT_CERTIFICATE)
{
al=SSL_AD_UNEXPECTED_MESSAGE;
ms ie 4.x.SP1.whatever seems to send an extra SSL3_MT_CLIENT_HELLO and
that seems to make the handshake fail; I had a working(?) kludge for
SSLeay 0.9.0b but does anyone know how to receive an extra HELLO w/
OpenSSL 0.9.3a?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]