Resolve a TODO(RECLAYER) in the SSLv3 code
authorMatt Caswell <matt@openssl.org>
Wed, 20 Jul 2022 14:15:32 +0000 (15:15 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commit51ccad3f40e5f000da8364b1bb4bddd41657c96e
tree6a5236c7a25590ac4b1a84fbe03e941dfb8ccb77
parent4564b47d7546a2225e1565715030981387b8e393
Resolve a TODO(RECLAYER) in the SSLv3 code

We remove some code outside of the record layer which is no longer
relevant since its functions are now performed by the new record layer
code. This removes a TODO(RECLAYER) as a result.

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/ssl3_record.c