]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Transfer the functionality from ssl3_read_n to the new record layer
authorMatt Caswell <matt@openssl.org>
Thu, 7 Apr 2022 16:35:36 +0000 (17:35 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commite2d5742b1460c45bf39094ea08e4e85a8f507ea8
tree67cfdbe193f5dff47d05460da589619a4eeb2a55
parent0c974fc754e4b0525819ca9f6c3e124141b690ad
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)
17 files changed:
crypto/err/openssl.txt
include/openssl/core_names.h
include/openssl/sslerr.h
ssl/d1_lib.c
ssl/ktls.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/record/record_local.h
ssl/record/recordmethod.h
ssl/record/ssl3_buffer.c
ssl/record/ssl3_record.c
ssl/record/tlsrecord.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/sslerr.h
ssl/t1_enc.c