]> 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:21:42 +0000 (17:21 +0200)
commit7f6e66b048cb50dd5381211ef2006ae5e912a914
treedd2514e3ec3adb20fdb65b57e63a5f245fd3d7be
parente5feca0659ef6119f6cedfab1b6af034735723ff
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)
test/sslapitest.c