]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move early data counting out of the SSL object and into the record layer
authorMatt Caswell <matt@openssl.org>
Wed, 25 May 2022 14:16:48 +0000 (15:16 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commit9dd90232d537f0ccd457fe1e23f4cbe83917c70a
treedd69208a9139b7a4bd1aaa10ea71cffd67980575
parent0755722c28309a52f29573221e411a2b37175e37
Move early data counting out of the SSL object and into the record layer

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
include/openssl/core_names.h
ssl/record/methods/ktls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_local.h
ssl/record/recordmethod.h
ssl/record/ssl3_record.c