Skip to content

Commit ee316ef

Browse files
committed
Google has KEMs wjhich openssl doesn't show
1 parent 98d3c83 commit ee316ef

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
@@ -82,6 +82,10 @@ $cat_csvfile2 =~ s/HTTP_headerTime.*\n//g;
8282
$cat_csvfile =~ s/"engine_problem.*\n//g;
8383
$cat_csvfile2 =~ s/"engine_problem.*\n//g;
8484

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

0 commit comments

Comments
 (0)