]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update the tls13encryptiontest for new read record layer
authorMatt Caswell <matt@openssl.org>
Tue, 26 Jul 2022 11:44:28 +0000 (12:44 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:13 +0000 (16:38 +0100)
commita16f9d3366a4b4e8c8014bbf39b86baaf1a04047
treeb3ced35d6bc4dc44af6f35be806b9f979c3fc1b2
parentd0b17ea025477ce13ebe5d802ada232a57e1a2f2
Update the tls13encryptiontest for new read record layer

The tls13encryption is an internal test that reaches inside libssl
to test encryption/decryption of records. It needs to be amended for the
new code structure so that it is testing the equivalent things as before.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/tls_common.c
test/tls13encryptiontest.c