]> 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:22:15 +0000 (17:22 +0200)
commit34c3d3b860ea573c49e003afd59da9140187f87b
treebffb600bfd1e3427afa0480ee1ee6d4b13f170da
parentd95d847361d55e7d941d9be879a140df798f6bc2
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