]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/err/openssl.txt
Convert ssl3_get_record to tls_read_record
authorMatt Caswell <matt@openssl.org>
Tue, 12 Apr 2022 13:50:28 +0000 (14:50 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:12 +0000 (16:38 +0100)
commit4030869d24309bfb5292e7bec41cd2b3012ba99d
tree485386d25b0f37ff92957200aa7902be613af63d
parent26dad42e9ca609569073463165263173ab2a27ab
Convert ssl3_get_record to tls_read_record

We move the old ssl3_get_record function to conform with the new record
layer design.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/record/rec_layer_s3.c
ssl/record/record.h
ssl/record/record_local.h
ssl/record/recordmethod.h
ssl/record/ssl3_record.c
ssl/record/tlsrecord.c
ssl/ssl_err.c
ssl/statem/statem_lib.c
test/sslapitest.c