PR: 2550
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Fix DTLS HelloVerifyRequest Timer bug
This commit is contained in:
parent
2305ae5d8c
commit
2c9abbd554
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ int dtls1_accept(SSL *s)
|
|||
case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A:
|
||||
case DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B:
|
||||
|
||||
dtls1_start_timer(s);
|
||||
ret = dtls1_send_hello_verify_request(s);
|
||||
if ( ret <= 0) goto end;
|
||||
s->state=SSL3_ST_SW_FLUSH;
|
||||
|
|
Loading…
Reference in a new issue