]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/core_names.h
Remove use of SSL object for fragment length checking in record layer
authorMatt Caswell <matt@openssl.org>
Mon, 23 May 2022 10:31:53 +0000 (11:31 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commitffbd6e67874475e025e942e0ee9f51badfea42b5
tree77b9159deb67fefd41537e775498c6294ffbd8d5
parent651216dd54199c64bf9afd1256bbdde3990e1dfc
Remove use of SSL object for fragment length checking in record layer

Pass the max fragment length to the record layer when it is applicable
to avoid the need to go through the SSL object.

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