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