From 1751768cd191c3541dc89a2bb24da1e506385c37 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 15 Mar 2021 20:24:40 +0100 Subject: ESS: Export three core functions, clean up TS and CMS CAdES-BES usage Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14601) --- test/recipes/80-test_cms.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/recipes/80-test_cms.t') diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 1837a51bbe..a371f21ad8 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -455,7 +455,7 @@ my @smime_cms_cades_ko_tests = ( [ @prov, "-sign", "-in", $smcont, "-outform", "DER", "-nodetach", "-certfile", catfile($smdir, "smroot.pem"), "-signer", catfile($smdir, "smrsa1.pem"), "-out", "{output}.cms" ], - "fail to verify token because requiring CAdES-BES compatibility", + "fail to verify token since requiring CAdES-BES compatibility", [ @prov, "-verify", "-cades", "-in", "{output}.cms", "-inform", "DER", "-CAfile", catfile($smdir, "smroot.pem"), "-out", "{output}.txt" ], \&final_compare -- cgit v1.2.3