]> git.ipfire.org Git - thirdparty/openssl.git/commit
test_server_mtu_larger_than_max_fragment_length() should be run for DTLS 1.3
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Tue, 28 Jan 2025 08:46:47 +0000 (09:46 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Mar 2025 19:29:13 +0000 (20:29 +0100)
commit8edf1b4494e271144dc3d536176c31ce68f879c6
tree93c8198aa053abf960b7e611e8148f536bd0d76f
parent42d467380c7241d5b2afd9a784e1b1d20bdbc07f
test_server_mtu_larger_than_max_fragment_length() should be run for DTLS 1.3

Previously it was forced to run on DTLS 1.2>. But the underlying issue was fixed on master and it works now that the feature branch has been rebased on top of a more recent master.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26574)
test/dtls_mtu_test.c