Skip to content

Commit 0c92842

Browse files
committed
Google has KEMs wjhich openssl doesn't have yet
1 parent dd83792 commit 0c92842

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/12_diff_opensslversions.t

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ $cat_csvfile2 =~ s/HTTP_headerTime.*\n//g;
7979
$cat_csvfile =~ s/"engine_problem.*\n//g;
8080
$cat_csvfile2 =~ s/"engine_problem.*\n//g;
8181

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+
8286
# PR #2628. TL:DR; make the kx between tls_sockets() and openssl the same for this CI run
8387
$cat_csvfile =~ s/ECDH 256/ECDH 253/g;
8488
$cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;

0 commit comments

Comments
 (0)