openssl/ssl
Matt Caswell 014baa8a6d Disallow SSL2_VERSION record version in an SSLv3 record header
When validate_record_header() gets called it should be able to rely on
the fact that an SSLv2 record version means that the record was received in
SSLv2 format.

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:12 +01:00
..
quic RX depacketizer (QUIC) 2022-08-18 07:38:37 +02:00
record Disallow SSL2_VERSION record version in an SSLv3 record header 2022-08-18 16:38:12 +01:00
statem Remove unneccesary KTLS code from non-KTLS specific files 2022-08-18 16:38:12 +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 Move the TLS1.0/1.1/1.2 record crypto code into the new record layer 2022-08-18 16:38:12 +01:00
d1_msg.c
d1_srtp.c
event_queue.c Make OSSL_TIME a structure 2022-08-12 15:44:01 +01:00
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 Implement KTLS in the new read record layer code 2022-08-18 16:38:12 +01:00
ssl_init.c
ssl_lib.c Add support for moving data from one epoch to the next 2022-08-18 16:38:12 +01:00
ssl_local.h Add support for moving data from one epoch to the next 2022-08-18 16:38:12 +01:00
ssl_mcnf.c
ssl_rsa_legacy.c
ssl_rsa.c
ssl_sess.c Update session timeout code with OSSL_TIME 2022-08-18 10:54:20 -04:00
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 Fix some no-comp compilation failures 2022-08-18 16:38:12 +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 Make OSSL_TIME a structure 2022-08-12 15:44:01 +01:00
tls13_enc.c Distinguish between fatal and non-fatal errors when creating a record layer 2022-08-18 16:38:12 +01:00
tls_depr.c
tls_srp.c Coverity 1507484: dereference before null check 2022-08-01 08:18:36 +01:00