From 0a0fb7ede5163126484feef93b17df50b5e8e677 Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Wed, 23 Mar 2022 09:01:11 -0700 Subject: [PATCH] Remove expectation for tls 1.3 nmap output Signed-off-by: Margo Crawford --- test/integration/securetls_fips_test.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/integration/securetls_fips_test.go b/test/integration/securetls_fips_test.go index 47e94f48..c629495e 100644 --- a/test/integration/securetls_fips_test.go +++ b/test/integration/securetls_fips_test.go @@ -227,9 +227,9 @@ func getExpectedCiphers(configFunc ptls.ConfigFunc) string { } tls12Bit = fmt.Sprintf(tls12Base, s.String()) - // There should be an empty list for the TLS 1.3 ciphers. + // There should be no TLS 1.3 ciphers. // goboring disallows TLS 1.3 - tls13Bit = fmt.Sprintf(tls13Base, "") + tls13Bit = "" return fmt.Sprintf(baseItem, tls12Bit, tls13Bit) } @@ -250,12 +250,6 @@ Nmap done: 1 IP address (1 host up) scanned in` %s | compressors: | NULL -| cipher preference: client` - - tls13Base = ` -| TLSv1.3: -| ciphers: -%s | cipher preference: server` tls12Item = `| %s (secp256r1) - A`