Home
last modified time | relevance | path

Searched refs:CMS_NO_SIGNER_CERT_VERIFY (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/include/openssl/
Dcms.h60 # define CMS_NO_SIGNER_CERT_VERIFY 0x20 macro
/third_party/openssl/doc/man3/
DCMS_verify.pod68 If B<CMS_NO_SIGNER_CERT_VERIFY> is set the signing certificates are not
/third_party/openssl/crypto/cms/
Dcms_smime.c310 if (!(flags & CMS_NO_SIGNER_CERT_VERIFY)) { in CMS_verify()
/third_party/openssl/apps/
Dcms.c312 flags |= CMS_NO_SIGNER_CERT_VERIFY; in cms_main()