Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDCMS_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
90 One application of B<CMS_NOINTERN> is to only accept messages signed by
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcms.h.in76 # define CMS_NOINTERN 0x10 macro
HDcms.h174 # define CMS_NOINTERN 0x10 macro
/freebsd-14-stable/crypto/openssl/crypto/cms/
HDcms_sd.c645 if (si->signer != NULL || (flags & CMS_NOINTERN)) in CMS_set1_signers_certs()
/freebsd-14-stable/crypto/openssl/apps/
HDcms.c404 flags |= CMS_NOINTERN; in cms_main()