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:
317ed9a
)
Omit initial status request callback check.
author
Kaspar Brand
<ossl-rt@velox.ch>
Thu, 16 Jan 2014 13:49:38 +0000
(13:49 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 16 Jan 2014 13:51:05 +0000
(13:51 +0000)
PR#3178
(cherry picked from commit
eb85ee9a8867b605cd7fb427869d0e50caa80a3f
)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index bebbf0ad66c2c10bfcbe26de596dd22935125892..b693ddab729d83c52eb196ba38fbe96fb3f54c83 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-972,7
+972,7
@@
int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
renegotiate_seen = 1;
}
else if (type == TLSEXT_TYPE_status_request &&
- s->version != DTLS1_VERSION
&& s->ctx->tlsext_status_cb
)
+ s->version != DTLS1_VERSION)
{
if (size < 5)