]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix test_tls13_encryption()
authorMatt Caswell <matt@openssl.org>
Fri, 21 Oct 2022 13:32:51 +0000 (14:32 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 25 Oct 2022 10:42:11 +0000 (11:42 +0100)
commit50bed93a7655dc6d990aa42e52b316a97e2dc820
tree703d2468387009b8e292325689ed2e488572bfb9
parentbb2bbd53d49c510c2ae705d86e8fd2ed829cbd92
Fix test_tls13_encryption()

This test was disabled during the record write record layer refactor.
We can now enable it again.

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