Assume TLS 1.0 if ClientHello fragment is too short.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user