Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_message_body()
authorSumitra Sharma <sumitraartsy@gmail.com>
Fri, 1 Sep 2023 07:10:49 +0000 (12:40 +0530)
committerHugo Landau <hlandau@openssl.org>
Sat, 2 Sep 2023 14:30:01 +0000 (15:30 +0100)
commit5318c012885a5382eadbf95aa9c1d35664bca819
tree321d11eaee885ceb3a74db0a062f9bbdf282148c
parent59d87f6e7eb41018a2a17fef2198d3fcf04e63f4
Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_message_body()

Update commit messages that previously used ssl3_get_message()
to now use tls_get_message_header() and tls_get_message_body()
due to the split in OpenSSL 1.1.0.

CLA: trivial

Fixes #21582

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21886)
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/ssl_local.h