mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-31 09:31:07 +02:00
TLS-RSA-WITH-NULL-SHA256 is officially a cipher suite only since TLS 1.2, but Mbed TLS allows it in 1.0/1.1, and so did ancient versions of GnuTLS. This script was only considering it for GnuTLS interoperability if the running version of GnuTLS supported it with older protocol versions. Change to always considering it, and in particular always including it with --list-test-cases, but skipping it at runtime if GnuTLS doesn't support it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>