Lines Matching refs:smime
48 my $smdir = srctop_dir("test", "smime-certs");
802 smime',
808 runner_loop(prefix => 'pkcs72cms', cmd1 => 'smime', cmd2 => 'cms',
876 # Returns 1 if the smime-type matches the passed parameter, otherwise 0.
886 # Extract the Content-Type line with the smime-type attribute
887 if ($content =~ /Content-Type:\s*application\/pkcs7-mime.*smime-type=([^\s;]+)/) {
890 # Compare the extracted smime-type with the expected value
894 # If no smime-type is found, return 0
1144 my $sig_file = "signature.smime";
1146 "-outform", "SMIME",
1153 "-inform", "SMIME",
1203 path_tests("smime");
1213 "accept perform CMS signature with smime certificate");
1218 "accept verify CMS signature with smime certificate");
1224 "fail verify CMS signature with smime certificate for purpose code signing");
1254 ok(run(app(['openssl', 'smime', '-verify', '-noverify',
1260 ok(run(app(['openssl', 'smime', '-decrypt',
1296 '-in', srctop_file("test/smime-eml",
1333 srctop_file("test/smime-certs", "badrsa.pem"),
1346 '-signer', srctop_file("test/smime-certs", "smdsa1.pem"),