Ensure the ticket expected flag is reset when a stateless resumption is

successful.
This commit is contained in:
Dr. Stephen Henson 2007-10-18 11:39:11 +00:00
parent ccac657556
commit 5f95651316

View File

@ -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