Lines Matching refs:smime
46 my $smdir = srctop_dir("test", "smime-certs");
736 runner_loop(prefix => 'cms2pkcs7', cmd1 => 'cms', cmd2 => 'smime',
742 runner_loop(prefix => 'pkcs72cms', cmd1 => 'smime', cmd2 => 'cms',
787 # Returns 1 if the smime-type matches the passed parameter, otherwise 0.
797 # Extract the Content-Type line with the smime-type attribute
798 if ($content =~ /Content-Type:\s*application\/pkcs7-mime.*smime-type=([^\s;]+)/) {
801 # Compare the extracted smime-type with the expected value
805 # If no smime-type is found, return 0
991 ok(run(app(['openssl', 'smime', '-verify', '-noverify',
1025 '-in', srctop_file("test/smime-eml",
1052 srctop_file("test/smime-certs", "badrsa.pem"),
1065 '-signer', srctop_file("test/smime-certs", "smdsa1.pem"),