]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/methods/tls1_meth.c
Abstract out the record type processing
authorMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2022 16:07:02 +0000 (17:07 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commit7ca61d63e99726ef7874b88b96892dae75f51156
tree2f02ddc95679b945a1bc35aed911fe5dc5d980a6
parent91fe8ff02a323eddb0404f975d5c9a03c024593b
Abstract out the record type processing

Remove TLSv1.3 specific processing of the record type out of tls_common.c
and into tls13_meth.c

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19343)
ssl/record/methods/ktls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/ssl3_meth.c
ssl/record/methods/tls13_meth.c
ssl/record/methods/tls1_meth.c
ssl/record/methods/tls_common.c
ssl/record/methods/tlsany_meth.c