openssl/ssl/record/methods
Matt Caswell 1e76110b72 Enable the ability to query the COMP_METHOD being used in the record layer
We also convert to passing COMP_METHOD rather than SSL_COMP to the record
layer. The former is a public type while the latter is internal only - and
the only thing we need from SSL_COMP is the method.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19217)
2022-10-05 15:21:37 +01:00
..
build.info Restructure the write code 2022-09-23 14:54:49 +01:00
dtls_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
ktls_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
recmethod_local.h Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
tls1_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
tls13_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
tls_common.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00
tls_multib.c Convert the TLSv1.0/1.1/1.2 crypto code to use the new write record layer 2022-10-05 15:21:37 +01:00
tlsany_meth.c Enable the ability to query the COMP_METHOD being used in the record layer 2022-10-05 15:21:37 +01:00