Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DPKCS7_verify.pod60 to change the default verify behaviour. Only the flag B<PKCS7_NOINTERN> is
63 If B<PKCS7_NOINTERN> is set the certificates in the message itself are not
81 One application of B<PKCS7_NOINTERN> is to only accept messages signed by
/third_party/openssl/include/openssl/
Dpkcs7.h175 # define PKCS7_NOINTERN 0x10 macro
195 # define SMIME_NOINTERN PKCS7_NOINTERN
/third_party/openssl/crypto/pkcs7/
Dpk7_smime.c414 if (!signer && !(flags & PKCS7_NOINTERN) in STACK_OF()
/third_party/openssl/apps/
Dsmime.c188 flags |= PKCS7_NOINTERN; in smime_main()