We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd83792 commit 0c92842Copy full SHA for 0c92842
t/12_diff_opensslversions.t
@@ -79,6 +79,10 @@ $cat_csvfile2 =~ s/HTTP_headerTime.*\n//g;
79
$cat_csvfile =~ s/"engine_problem.*\n//g;
80
$cat_csvfile2 =~ s/"engine_problem.*\n//g;
81
82
+# Google has KEMs for TLS 1.3 which the local openssl has not - yet
83
+$cat_csvfile =~ s/MLKEM1024 AESGCM/ECDH 253 AESGCM/g;
84
+$cat_csvfile =~ s/MLKEM1024 ChaCha20/ECDH 253 ChaCha20/g;
85
+
86
# PR #2628. TL:DR; make the kx between tls_sockets() and openssl the same for this CI run
87
$cat_csvfile =~ s/ECDH 256/ECDH 253/g;
88
$cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
0 commit comments