]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for bad PSK in a PSK only server
authorMatt Caswell <matt@openssl.foundation>
Tue, 21 Apr 2026 16:36:32 +0000 (17:36 +0100)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 13 May 2026 07:38:10 +0000 (09:38 +0200)
commit17bd94fbd6cbefb2de2cf88aacd66b3b1abdf6d8
treeb4e2d9ed9805fd04f363a8bbda3549b40b5de61f
parent0f607c776c3488c20b335d13798fb3afbcb5d43a
Add a test for bad PSK in a PSK only server

Check that we fail with a decrypt_alert in the same way as a binder
validation failure

Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed May 13 07:38:33 2026
(Merged from https://github.com/openssl/openssl/pull/31026)
test/recipes/70-test_tls13psk.t
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/Proxy.pm