openssl/ssl
Matt Caswell 5f95eb77e7 Move the record padding callback fully into the record layer
We wrap the callback and pass it to the record layer via the dispatch
array, in order to avoid accessing it directly via SSL_CONNECTION.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19198)
2022-09-23 14:54:49 +01:00
..
quic Add deferred datagram limit to QUIC Record Layer RX 2022-09-22 10:01:35 +01:00
record Move the record padding callback fully into the record layer 2022-09-23 14:54:49 +01:00
statem Move logic for figuring out the record version out of record layer 2022-09-23 14:54:49 +01:00
bio_ssl.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
build.info time: move OSSL_TIME to libcrypto 2022-09-13 21:13:22 +10:00
d1_lib.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
d1_msg.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
d1_srtp.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
event_queue.c Make OSSL_TIME a structure 2022-08-12 15:44:01 +01:00
methods.c
pqueue.c
priority_queue.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
s3_enc.c Move need_empty_fragments inside the record layer 2022-09-23 14:54:49 +01:00
s3_lib.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
s3_msg.c Move logic for figuring out the record version out of record layer 2022-09-23 14:54:49 +01:00
ssl_asn1.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
ssl_cert_table.h
ssl_cert.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_ciph.c stack.c: add missing direct error reporting and improve coding style 2022-09-16 10:07:15 +02:00
ssl_conf.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_err_legacy.c
ssl_err.c Make the record layer directly aware of EtM 2022-08-18 16:38:12 +01:00
ssl_init.c
ssl_lib.c Replace references to s->wbio with rl->bio 2022-09-23 14:43:24 +01:00
ssl_local.h Move need_empty_fragments inside the record layer 2022-09-23 14:54:49 +01:00
ssl_mcnf.c
ssl_rsa_legacy.c
ssl_rsa.c Convert serverinfo in SSL_CTX_use_serverinfo() to v2. 2022-08-26 13:07:20 +10:00
ssl_sess.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
ssl_stat.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_txt.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
ssl_utst.c
sslerr.h Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
t1_enc.c Move need_empty_fragments inside the record layer 2022-09-23 14:54:49 +01:00
t1_lib.c ssl: modify libssl so that it uses OSSL_TIME 2022-09-13 21:13:22 +10:00
t1_trce.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
tls13_enc.c Move write buffer management into the write record layer 2022-09-23 14:54:49 +01:00
tls_depr.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
tls_srp.c Coverity 1507484: dereference before null check 2022-08-01 08:18:36 +01:00