Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DCMS_verify.pod45 certificates contained in the I<cms> structure unless B<CMS_NOINTERN> is set.
65 If B<CMS_NOINTERN> is set the certificates in the message itself are not
86 One application of B<CMS_NOINTERN> is to only accept messages signed by
/freebsd-12-stable/crypto/openssl/include/openssl/
Dcms.h59 # define CMS_NOINTERN 0x10 macro
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_sd.c521 if (si->signer || (flags & CMS_NOINTERN)) in CMS_set1_signers_certs()
/freebsd-12-stable/crypto/openssl/apps/
Dcms.c309 flags |= CMS_NOINTERN; in cms_main()