]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't check whether we are using KTLS before calling the cipher function
authorMatt Caswell <matt@openssl.org>
Tue, 27 Sep 2022 14:06:20 +0000 (15:06 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commitb6f7519bc4b645809b3dcf97478fabbb3037f3e2
treef66f8b763bc3984fcc54fac67eb30f4d3157d4a0
parentaca70ca81c6fcf38554aa95a3a2c75e1eeb1a085
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)
ssl/record/methods/tls_common.c