File tree Expand file tree Collapse file tree 2 files changed +141
-145
lines changed Expand file tree Collapse file tree 2 files changed +141
-145
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments