]> 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:30:25 +0000 (17:30 +0200)
commit1e8f89baaf1f88ee86b0813f87c4bf088139be11
treeae5634b58fd07ac1b4ad1a40159b905fd0a18fad
parent86e06fd775114e0a2fa8583e794007069099d674
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