Home
last modified time | relevance | path

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

/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddirmngr.h215 unsigned int http_no_crl:1; /* Do not check CRLs for https. */ member
H A Dks-engine-http.c95 if ((flags & KS_HTTP_FETCH_NO_CRL) || ctrl->http_no_crl) in ks_http_fetch()
H A Dks-engine-hkp.c1250 ((ctrl->http_no_crl? HTTP_FLAG_NO_CRL : 0) in send_request()
H A Ddirmngr.c1648 ctrl->http_no_crl = 1; in dirmngr_init_default_ctrl()
H A Dserver.c643 ctrl->http_no_crl = !i; in option_handler()
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog16700 * dirmngr/dirmngr.h (server_control_s): New flag 'http_no_crl'.