Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dpkcs7.h176 # define PKCS7_NOVERIFY 0x20 macro
196 # define SMIME_NOVERIFY PKCS7_NOVERIFY
/third_party/openssl/doc/man3/
DPKCS7_verify.pod71 If B<PKCS7_NOVERIFY> is set the signer's certificates are not chain verified.
88 setting B<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c263 if (!(flags & PKCS7_NOVERIFY)) in PKCS7_verify()
/third_party/openssl/apps/
Dsmime.c191 flags |= PKCS7_NOVERIFY; in smime_main()