Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmsapitest.c286 CMS_NO_SIGNER_CERT_VERIFY)); in test_d2i_CMS_bio_NULL()
/freebsd/crypto/openssl/apps/
H A Dcms.c407 flags |= CMS_NO_SIGNER_CERT_VERIFY; in cms_main()
735 && (flags & (CMS_NO_SIGNER_CERT_VERIFY | CMS_NO_ATTR_VERIFY)) != 0) { in cms_main()
/freebsd/crypto/openssl/doc/man3/
H A DCMS_verify.pod76 If B<CMS_NO_SIGNER_CERT_VERIFY> is set the signing certificates are not
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in77 # define CMS_NO_SIGNER_CERT_VERIFY 0x20 macro
H A Dcms.h175 # define CMS_NO_SIGNER_CERT_VERIFY 0x20 macro
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c354 if ((flags & CMS_NO_SIGNER_CERT_VERIFY) == 0 || cadesVerify) { in CMS_verify()