openssl/ssl/record/methods
Matt Caswell 3961af375e Pipeline output/input buf arrays must live until the EVP_Cipher is called
The pipeline input/output buf arrays must remain accessible to the
EVP_CIPHER_CTX until EVP_Cipher is subsequently called. This fixes an
asan error discovered by the newly added pipeline test.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19456)
2022-11-02 11:11:40 +01:00
..
build.info Restructure the write code 2022-09-23 14:54:49 +01:00
dtls_meth.c Remove some unused OSSL_RECORD_METHOD functions 2022-10-27 10:52:52 +01:00
ktls_meth.c Remove some unused OSSL_RECORD_METHOD functions 2022-10-27 10:52:52 +01:00
recmethod_local.h Remove some unused OSSL_RECORD_METHOD functions 2022-10-27 10:52:52 +01:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c Consolidate sequence counter incrementing code 2022-10-20 14:39:33 +01:00
tls1_meth.c Pipeline output/input buf arrays must live until the EVP_Cipher is called 2022-11-02 11:11:40 +01:00
tls13_meth.c Consolidate sequence counter incrementing code 2022-10-20 14:39:33 +01:00
tls_common.c Add a test for TLS pipelining 2022-11-02 11:11:40 +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 Remove dtls_write_records 2022-10-20 14:39:33 +01:00