Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCMS_verify.pod65 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 not
110 One application of B<CMS_NOINTERN> is to only accept messages signed by
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in86 #define CMS_NOINTERN 0x10 macro
H A Dcms.h184 #define CMS_NOINTERN 0x10 macro
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_sd.c700 if (si->signer != NULL || (flags & CMS_NOINTERN)) in CMS_set1_signers_certs()
/freebsd/crypto/openssl/apps/
H A Dcms.c478 flags |= CMS_NOINTERN; in cms_main()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2050 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()