openssl/ssl/record/methods
Matt Caswell 626618a09d Ensure our buffer allocation allows for the Explicit IV
Some ciphers/protocol versions have an explicit IV. We need to make sure we
have sufficient room for it in the underlying buffer.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20085)
2023-01-24 11:20:43 +11:00
..
build.info Move tls_pad.c into ssl/record/methods 2022-11-14 07:51:17 +00:00
dtls_meth.c Fix memory leak when freeing the DTLS record layer 2022-11-14 07:51:26 +00:00
ktls_meth.c Add support for KTLS zerocopy sendfile on Linux 2022-11-24 13:19:37 +01:00
recmethod_local.h Rename SSL3_RECORD to TLS_RL_RECORD 2022-11-14 07:51:26 +00:00
ssl3_cbc.c Formatting cleanups 2022-08-18 16:38:14 +01:00
ssl3_meth.c ssl3_mac(): Fix possible divide by zero bug 2022-12-22 12:19:03 +01:00
tls1_meth.c Rename SSL3_RECORD to TLS_RL_RECORD 2022-11-14 07:51:26 +00:00
tls13_meth.c Rename SSL3_RECORD to TLS_RL_RECORD 2022-11-14 07:51:26 +00:00
tls_common.c Ensure our buffer allocation allows for the Explicit IV 2023-01-24 11:20:43 +11:00
tls_multib.c Rename SSL3_BUFFER to TLS_BUFFER 2022-11-14 07:51:25 +00:00
tls_pad.c Move tls_pad.c into ssl/record/methods 2022-11-14 07:51:17 +00:00
tlsany_meth.c Rename SSL3_RECORD to TLS_RL_RECORD 2022-11-14 07:51:26 +00:00