]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename SSL3_RECORD to TLS_RL_RECORD
authorMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2022 15:27:09 +0000 (15:27 +0000)
committerHugo Landau <hlandau@openssl.org>
Mon, 14 Nov 2022 07:51:26 +0000 (07:51 +0000)
commit22094d11a780f7485f0929ccfac806e0d02f82a9
treea687d020ba1a12d2b39f96004790a0d728ab0fd6
parente9189cc4af045523f91b2d9265add1ab1326fcdf
Rename SSL3_RECORD to TLS_RL_RECORD

The SSL3 prefix no longer seems appropriate. We choose TLS_RL_RECORD instead
of TLS_RECORD because that type already exists elsewhere.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19586)
ssl/record/methods/dtls_meth.c
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
test/tls13encryptiontest.c
util/indent.pro