Ensure the ticket expected flag is reset when a stateless resumption is
successful.
This commit is contained in:
parent
ccac657556
commit
5f95651316
@ -847,6 +847,7 @@ static int tls_decrypt_ticket(SSL *s, const unsigned char *etick, int eticklen,
|
||||
memcpy(sess->session_id, sess_id, sesslen);
|
||||
sess->session_id_length = sesslen;
|
||||
*psess = sess;
|
||||
s->tlsext_ticket_expected = 0;
|
||||
return 1;
|
||||
}
|
||||
/* If session decrypt failure indicate a cache miss and set state to
|
||||
|
Loading…
x
Reference in New Issue
Block a user