Searched defs:crlflags (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_init.c785 unsigned long crlflags = 0; local
818 crlflags = X509_V_FLAG_CRL_CHECK;
821 crlflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL;
824 crlflags = 0;
827 if (crlflags) {
828 X509_STORE_set_flags(store, crlflags);

Completed in 648 milliseconds