]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for a missing supported_versions extension in the HRR
authorMatt Caswell <matt@openssl.org>
Thu, 1 Aug 2024 13:57:48 +0000 (14:57 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Aug 2024 17:34:23 +0000 (19:34 +0200)
commit2ccd57b2c3d76b87117b5bf91801d9667f54f01b
tree9db3cdc71de38ada1cae00ec05f2ae8961e1269a
parent293d0a0052166222a4b8a0bdd12e6ceca812f6ab
Add a test for a missing supported_versions extension in the HRR

Confirm that we correctly fail if supported_versions is missing from an
HRR.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25068)
test/recipes/70-test_tls13hrr.t
util/perl/TLSProxy/Message.pm