Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dpkcs7.h173 # define PKCS7_NOSIGS 0x4 macro
193 # define SMIME_NOSIGS PKCS7_NOSIGS
/third_party/openssl/doc/man3/
DPKCS7_verify.pod77 If B<PKCS7_NOSIGS> is set then the signatures on the data are not checked.
88 setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c347 if (!(flags & PKCS7_NOSIGS)) in PKCS7_verify()
/third_party/openssl/apps/
Dsmime.c212 flags |= PKCS7_NOSIGS; in smime_main()