Don't update the session cache when processing a client certificate in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Thu, 15 Mar 2018 21:02:15 +0000 (21:02 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 12:21:17 +0000 (12:21 +0000)
commitf023ba2df821d186d73fefda6fa5cafcc5a3ee39
treeba861f81fe389afc5a35d6e25d54b143b74e8366
parent32305f88509c1d9ccb3ad676209a25fa59b95488
Don't update the session cache when processing a client certificate in TLSv1.3

We should only update the session cache when we issue a NewSessionTicket.
These are issued automatically after processing a client certificate.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5644)
ssl/statem/statem_srvr.c