Home
last modified time | relevance | path

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

/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Ddirmngr.h98 int ignore_ocsp_service_url; /* Ignore OCSP service URLs as given in member
H A Ddirmngr.c477 opt.ignore_ocsp_service_url = 0; in parse_rereadable_options()
529 case oIgnoreOCSPSvcUrl: opt.ignore_ocsp_service_url = 1; break; in parse_rereadable_options()
H A Docsp.c591 for (idx=0; !url && !opt.ignore_ocsp_service_url && !force_default_responder in ocsp_isvalid()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddirmngr.h120 int ignore_ocsp_service_url; /* Ignore OCSP service URLs as given in member
H A Docsp.c662 for (idx=0; !url && !opt.ignore_ocsp_service_url && !force_default_responder in ocsp_isvalid()
H A Ddirmngr.c660 opt.ignore_ocsp_service_url = 0; in parse_rereadable_options()
739 case oIgnoreOCSPSvcUrl: opt.ignore_ocsp_service_url = 1; break; in parse_rereadable_options()