]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/record/methods/tls1_meth.c
Introduce a step to prepare the BIO before writing
authorMatt Caswell <matt@openssl.org>
Tue, 4 Oct 2022 15:32:02 +0000 (16:32 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
commitace3819506d8d6bd298dd8448fefcbd62b63580c
tree4943dd8c4027fe5980214b65aff44e014943ed68
parent5bc226ab3217525584a553ff1729567219d00e78
Introduce a step to prepare the BIO before writing

This removes some KTLS specific code from tls_retry_write_records().

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/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