Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dcms.h69 # define CMS_NOCRL 0x2000 macro
/third_party/openssl/doc/man3/
DCMS_verify.pod61 If B<CMS_NOCRL> is set and CRL checking is enabled in B<store> then any
/third_party/openssl/crypto/cms/
Dcms_smime.c312 if (!(flags & CMS_NOCRL)) in CMS_verify()