Skip to content

Commit 8534e72

Browse files
authored
Merge pull request #2914 from testssl/unittest_new_baseline
Update baseline scan for unit test
2 parents 3ece1e4 + 6201627 commit 8534e72

File tree

2 files changed

+141
-145
lines changed

2 files changed

+141
-145
lines changed

t/61_diff_testsslsh.t

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,16 @@ $cat_csv =~ s/x1303 AEAD-CHACHA20-POLY1305-SHA256/x1303 TLS_CHACHA20_PO
5959
# now the other lines, where we don't need to insert the additional space:
6060
$cat_csv =~ s/AEAD-CHACHA20-POLY1305-SHA256/TLS_CHACHA20_POLY1305_SHA256/g;
6161

62+
# For Ubuntu 24.04 we don't have MLKEMs yet
63+
$cat_csv =~ s/ECDH\/MLKEM AESGCM/ECDH 253 AESGCM/g;
64+
$baseline_csv =~ s/ECDH\/MLKEM AESGCM/ECDH 253 AESGCM/g;
65+
$cat_csv =~ s/ECDH\/MLKEM ChaCha20/ECDH 253 ChaCha20/g;
66+
$baseline_csv =~ s/ECDH\/MLKEM ChaCha20/ECDH 253 ChaCha20/g;
67+
6268
# Same with ECDH bit length
6369
$cat_csv =~ s/ECDH 253/ECDH 256/g;
6470
$baseline_csv =~ s/ECDH 253/ECDH 256/g;
6571

66-
6772
# this could contain the openssl path
6873
$cat_csv =~ s/"engine_problem.*\n//g;
6974
$baseline_csv =~ s/"engine_problem.*\n//g;

0 commit comments

Comments
 (0)