]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the record layer directly aware of EtM
authorMatt Caswell <matt@openssl.org>
Fri, 20 May 2022 15:54:12 +0000 (16:54 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit7f2f0ac7bfdd676cd919dd94b971874eade41830
treec122a2279d2735c70737bcbd1d16dd84a3bff139
parent88d616805cab4fd052bcff890627668a8f4bae33
Make the record layer directly aware of EtM

We no longer have to go through the SSL object to discover whether EtM has
been negotiated.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
14 files changed:
crypto/err/openssl.txt
include/openssl/core_names.h
include/openssl/sslerr.h
ssl/record/methods/ktls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/ssl3_meth.c
ssl/record/methods/tls1_meth.c
ssl/record/methods/tls_common.c
ssl/record/rec_layer_s3.c
ssl/ssl_err.c
ssl/ssl_local.h
ssl/t1_enc.c
ssl/tls13_enc.c
util/mkerr.pl