]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Don't store the ticket nonce in the session
authorMatt Caswell <matt@openssl.org>
Tue, 5 Jun 2018 11:23:28 +0000 (12:23 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 7 Jun 2018 09:58:35 +0000 (10:58 +0100)
commit6cf2dbd9faffbed52a6bede924fe0a93345b8bfa
tree81f0b2d8235ed72960672ff1663582c6367e4ff8
parent4ff1a5266685f4a687a9f91b531c2f979b96db22
Don't store the ticket nonce in the session

We generate the secrets based on the nonce immediately so there is no
need to keep the nonce.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6415)
ssl/ssl_asn1.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
test/session.pem