2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-01 19:28:10 +08:00
openssl/ssl
Matt Caswell 7a15ed64fa Push unprocessed DTLS records from one record layer object to next
We add unprocessed DTLS records to the unprocessed record queue. When
the record layer closes down we write the unprocessed records to the
next record layer object.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
2022-08-18 16:38:13 +01:00
..
quic
record Push unprocessed DTLS records from one record layer object to next 2022-08-18 16:38:13 +01:00
statem Remove reliance on the SSL object from the DTLS read record layer code 2022-08-18 16:38:13 +01:00
bio_ssl.c
build.info Move ktls.c into the record layer 2022-08-18 16:38:12 +01:00
d1_lib.c Remove reliance on the SSL object from the DTLS read record layer code 2022-08-18 16:38:13 +01:00
d1_msg.c
d1_srtp.c
event_queue.c
methods.c
pqueue.c
priority_queue.c
s3_enc.c Fix some no-comp compilation failures 2022-08-18 16:38:12 +01:00
s3_lib.c
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c
ssl_conf.c
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 Remove reliance on the SSL object from the DTLS read record layer code 2022-08-18 16:38:13 +01:00
ssl_local.h Remove some final references to the SSL object in the record layer 2022-08-18 16:38:13 +01:00
ssl_mcnf.c
ssl_rsa_legacy.c
ssl_rsa.c
ssl_sess.c
ssl_stat.c
ssl_txt.c
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 Remove reliance on the SSL object from the DTLS read record layer code 2022-08-18 16:38:13 +01:00
t1_lib.c Move the TLS1.0/1.1/1.2 record crypto code into the new record layer 2022-08-18 16:38:12 +01:00
t1_trce.c
time.c
tls13_enc.c Remove some final references to the SSL object in the record layer 2022-08-18 16:38:13 +01:00
tls_depr.c
tls_srp.c