]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that a no_renegotiation alert is handled correctly
authorMatt Caswell <matt@openssl.org>
Fri, 9 May 2025 09:28:16 +0000 (10:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Jun 2025 15:26:39 +0000 (17:26 +0200)
commit4548e4cb33adb3b3bec5243636b9d757c9745685
treef1548e414624046f2f663fe2ee798563fb585790
parent4c246610f0e9385cb42416d16a103986a8775987
Test that a no_renegotiation alert is handled correctly

If we receive a no_renegotiation alert we should abort the connection. We
add a test for this.

Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27591)

(cherry picked from commit 7f6e66b048cb50dd5381211ef2006ae5e912a914)
test/sslapitest.c