Omit initial status request callback check.
PR#3178
(cherry picked from commit eb85ee9a88)
This commit is contained in:
committed by
Dr. Stephen Henson
parent
317ed9abdb
commit
5df832293e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user