]> 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:08:40 +0000 (17:08 +0100)
commitb1479d02b7113ac6b22ce1d754ccfe8efedd22f3
tree3835a3ced076817356a7375fea658d96e6f60b34
parent0346d599efe00a47294ac5449dc263d0499cd55a
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)

(cherry picked from commit 4579a18cf5129479e781bf05e168204ca739fa3c)
ssl/ssl_local.h
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/tls13_enc.c