]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement explicit storing of the handshake_traffic_hash
authorMatt Caswell <matt@openssl.org>
Thu, 29 May 2025 10:59:25 +0000 (11:59 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 3 Jun 2025 16:06:31 +0000 (17:06 +0100)
commit4579a18cf5129479e781bf05e168204ca739fa3c
tree6e755bda282c63b91cc987cd6e23517bdf2a14f7
parent857156910d85cbe55fe0bd01554c3da80e15a946
Implement explicit storing of the handshake_traffic_hash

tls13_change_cipher_state was storing the handshake_traffic_hash as a
side effect of its operation. This decision is better made by the state
machine which actually knows what state we are in.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27732)
ssl/ssl_local.h
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/tls13_enc.c