]> git.ipfire.org Git - thirdparty/openssl.git/commit
Drop the session and PSK test from the clienthellotest
authorMatt Caswell <matt@openssl.org>
Thu, 6 Feb 2025 15:17:23 +0000 (15:17 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:04 +0000 (10:46 +0100)
commitcc699ace927acf2e05cefff4f50e4f0a6c5d0a8d
treeaf850a9c144f203249572d9c57e994b28009648c
parenta0fc1ff3481375e710136bbd9a2c45cc8749875f
Drop the session and PSK test from the clienthellotest

This test doesn't really give us much that the other tests don't already
achieve. Added to that the ClientHello is nearly too long for it to work
reliably. Small changes in the ClientHello length make this test break.
So this test is too brittle with little value - so we drop it.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26654)
test/clienthellotest.c
test/recipes/70-test_clienthello.t
test/session.pem [deleted file]