openssl/include
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
..
crypto Implement AES-GCM-SIV (RFC8452) 2022-07-29 08:32:16 -04:00
internal Update session timeout code with OSSL_TIME 2022-08-18 10:54:20 -04:00
openssl Transfer the functionality from ssl3_read_n to the new record layer 2022-08-18 16:38:12 +01:00