projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e9070
)
PR: 2550
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jul 2011 15:13:16 +0000
(15:13 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jul 2011 15:13:16 +0000
(15:13 +0000)
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Reviewed by: steve
Fix DTLS HelloVerifyRequest Timer bug
ssl/d1_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/d1_srvr.c
b/ssl/d1_srvr.c
index a0dc681c27a5df9a8dd69b03c47542498db19df3..318920e76f51e367ce3e8806dde3bb23ba0ce162 100644
(file)
--- a/
ssl/d1_srvr.c
+++ b/
ssl/d1_srvr.c
@@
-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;