Move some fields out of the SSL object and into the record layer object
authorMatt Caswell <matt@openssl.org>
Fri, 22 Jul 2022 11:39:24 +0000 (12:39 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commitcffafb5f57da07d90b23d0bc215371078d1ecbef
tree810b43388badf3c799ba090fd95376da7263e206
parent2f90f85cc018c55d2b73c691f192909e402d1416
Move some fields out of the SSL object and into the record layer object

Fields such as rrlmethod and rrl are entirely related to the record layer,
and so should be in that object.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
12 files changed:
ssl/d1_lib.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/statem/extensions_clnt.c
ssl/statem/statem.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
test/sslapitest.c