openssl/ssl
Matt Caswell e2d5742b14 Transfer the functionality from ssl3_read_n to the new record layer
This transfers the low level function ssl3_read_n to the new record layer.
We temporarily make the read_n function a top level record layer function.
Eventually, in later commits in this refactor, we will remove it as a top
level function and it will just be called from read_record.

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 Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
statem Check that IV length is not less than zero 2022-08-01 08:14:23 +01:00
bio_ssl.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
build.info Add a skeleton TLS record method 2022-08-18 16:38:12 +01:00
d1_lib.c Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01: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
ktls.c Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +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_cbc.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
s3_enc.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
s3_lib.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
s3_msg.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_asn1.c Make the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION pass tests 2021-08-31 12:20:12 +02:00
ssl_cert.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_cert_table.h
ssl_ciph.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_conf.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_err.c Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
ssl_err_legacy.c Update copyright year 2021-06-17 13:24:59 +01:00
ssl_init.c err: get rid of err_free_strings_int() 2022-05-10 09:47:54 +02:00
ssl_lib.c Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
ssl_local.h Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
ssl_mcnf.c
ssl_rsa.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_rsa_legacy.c
ssl_sess.c Update session timeout code with OSSL_TIME 2022-08-18 10:54:20 -04:00
ssl_stat.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
ssl_txt.c Update copyright year 2022-05-03 13:34:51 +01: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 Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00
t1_lib.c Check that IV length is not less than zero 2022-08-01 08:14:23 +01:00
t1_trce.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +01:00
time.c Make OSSL_TIME a structure 2022-08-12 15:44:01 +01:00
tls13_enc.c SSL object refactoring using SSL_CONNECTION object 2022-07-28 10:04:28 +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