We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aad0a0 commit 5e888ffCopy full SHA for 5e888ff
1 file changed
t/61_diff_testsslsh.t
@@ -50,6 +50,12 @@ $baseline_csv =~ s/HTTP_headerTime.*\n//g;
50
$cat_csv =~ s/censys.io.*\n//g;
51
$baseline_csv =~ s/censys.io.*\n//g;
52
53
+# MacOS / LibreSSL has different OpenSSL names for TLS 1.3 ciphers. That should be rather solved in
54
+# testssl.sh, see #2763. But for now we do this here.
55
+$cat_csv =~ s/AEAD-AES128-GCM-SHA256/TLS_AES_128_GCM_SHA256/g;
56
+$cat_csv =~ s/AEAD-AES256-GCM-SHA384/TLS_AES_256_GCM_SHA384/g;
57
+$cat_csv =~ s/AEAD-CHACHA20-POLY1305-SHA256/TLS_CHACHA20_POLY1305_SHA256/g;
58
+
59
# this could contain the openssl path
60
$cat_csv =~ s/"engine_problem.*\n//g;
61
$baseline_csv =~ s/"engine_problem.*\n//g;
0 commit comments