]> git.ipfire.org Git - thirdparty/openssl.git/commit
Implement explicit storing of the server_finished_hash
authorMatt Caswell <matt@openssl.org>
Thu, 29 May 2025 11:31:33 +0000 (12:31 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 3 Jun 2025 16:06:31 +0000 (17:06 +0100)
commitc7f9c4d7d184cec988251b2a9c697302774fbe77
tree377a6b713c10adb0fd4488c62f12120561af597f
parent86e75792622b39a9cf49c0915e58cca5c9d316d3
Implement explicit storing of the server_finished_hash

tls13_change_cipher_state was storing the server_finished_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_lib.c
ssl/statem/statem_srvr.c
ssl/tls13_enc.c