Searched refs:CMS_NOINTERN (Results 1 – 6 of 6) sorted by relevance
65 certificates contained in the I<cms> structure unless B<CMS_NOINTERN> is set.85 If B<CMS_NOINTERN> is set the certificates in the message itself are not110 One application of B<CMS_NOINTERN> is to only accept messages signed by
86 #define CMS_NOINTERN 0x10 macro
184 #define CMS_NOINTERN 0x10 macro
700 if (si->signer != NULL || (flags & CMS_NOINTERN)) in CMS_set1_signers_certs()
478 flags |= CMS_NOINTERN; in cms_main()
2050 CMS_set1_signers_certs(cms, idctx->trustedCAs, CMS_NOINTERN); in cms_signeddata_verify()2051 CMS_set1_signers_certs(cms, idctx->intermediateCAs, CMS_NOINTERN); in cms_signeddata_verify()