]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move the sequence number into the OSSL_RECORD_LAYER object
authorMatt Caswell <matt@openssl.org>
Tue, 24 May 2022 15:00:50 +0000 (16:00 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit0755722c28309a52f29573221e411a2b37175e37
treeb48bcb87cf60302581e5025e1f6162caa27f25c7
parentffbd6e67874475e025e942e0ee9f51badfea42b5
Move the sequence number into the OSSL_RECORD_LAYER object

This removes some references to the SSL object from 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)
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
test/sslapitest.c