Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCMS_verify.pod52 If CRL checking is enabled in I<store> and B<CMS_NOCRL> is not set,
69 If B<CMS_NOCRL> is set and CRL checking is enabled in I<store> then any
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in86 # define CMS_NOCRL 0x2000 macro
H A Dcms.h184 # define CMS_NOCRL 0x2000 macro
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c364 if (!(flags & CMS_NOCRL)) in CMS_verify()