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:
9df286b
)
PR: 2550
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jul 2011 15:14:24 +0000
(15:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 20 Jul 2011 15:14:24 +0000
(15:14 +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 3a0b4d2dde63e180c5b7c9d72208f268ebaca7c9..e5e5a5958cefda0df4e92459e468efec34a6aca6 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;