Assume TLS 1.0 if ClientHello fragment is too short.

This commit is contained in:
Bodo Möller
2001-10-25 06:06:50 +00:00
parent 38b3e9edde
commit 96ec4ce0d2
3 changed files with 22 additions and 7 deletions

View File

@@ -200,6 +200,7 @@ int ssl23_connect(SSL *s)
}
end:
s->in_handshake--;
if (s->in_handshake)
if (cb != NULL)
cb(s,SSL_CB_CONNECT_EXIT,ret);
return(ret);