the newline in the newly added subtest names somehow
creates another small visual glitch in the test output,
that looks like:
80-test_cms.t .. 30/?
80-test_cms.t .. ok
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/27145)
is(compare($pt, $ptpt), 0, "compare original message with decrypted ciphertext");
};
-subtest "EdDSA tests for CMS \n" => sub {
+subtest "EdDSA tests for CMS" => sub {
plan tests => 2;
SKIP: {
}
};
-subtest "ML-DSA tests for CMS \n" => sub {
+subtest "ML-DSA tests for CMS" => sub {
plan tests => 2;
SKIP: {
}
};
-subtest "SLH-DSA tests for CMS \n" => sub {
+subtest "SLH-DSA tests for CMS" => sub {
plan tests => 6;
SKIP: {