openssl/ssl/record/methods
Matt Caswell b6f7519bc4 Don't check whether we are using KTLS before calling the cipher function
The KTLS cipher function is a no-op so it doesn't matter if we call it.
We shouldn't special case KTLS in tls_common.c

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19343)
2022-10-12 15:53:31 +01:00
..
build.info Restructure the write code 2022-09-23 14:54:49 +01:00
dtls_meth.c Use the configured max_send_fragment value in the write record layer 2022-10-12 15:53:31 +01:00
ktls_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
recmethod_local.h Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls1_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls13_meth.c Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00
tls_common.c Don't check whether we are using KTLS before calling the cipher function 2022-10-12 15:53:31 +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 Defer record header preparation to the protocol methods 2022-10-12 15:53:31 +01:00