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:
e775891
)
Omit initial status request callback check.
author
Kaspar Brand
<ossl-rt@velox.ch>
Thu, 16 Jan 2014 13:46:31 +0000
(13:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 16 Jan 2014 13:48:23 +0000
(13:48 +0000)
PR#3178
(cherry picked from commit
d0b039d4a3a19b106cc2cb938125b86aca4974aa
)
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 245bca2fe1938dfc31637bc5e7ba0087575daba7..05c66825f2e3d28876057df34f6a05b5f7ac1135 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-2374,8
+2374,7
@@
static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char
return 0;
}
}
- else if (type == TLSEXT_TYPE_status_request
- && s->ctx->tlsext_status_cb)
+ else if (type == TLSEXT_TYPE_status_request)
{
if (size < 5)