Home
last modified time | relevance | path

Searched refs:trust (Results 1 – 11 of 11) sorted by relevance

/curl/docs/
H A Dmk-ca-bundle.md81 list of Mozilla trust purposes and levels for certificates to include in
92 Valid trust levels are: **ALL**, **TRUSTED_DELEGATOR** (default), **NOT_TRUSTED**,
125 The file format used by Mozilla for this trust information is documented here:
127 https://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html
/curl/.github/workflows/
H A Dcurl-for-win.yml63 docker trust inspect --pretty "${DOCKER_IMAGE}"
87 docker trust inspect --pretty "${DOCKER_IMAGE}"
128 docker trust inspect --pretty "${DOCKER_IMAGE}"
/curl/lib/vtls/
H A Dsectransp.c1533 SecTrustRef trust = NULL; local
1593 if(!trust) {
1644 if(trust)
1645 CFRelease(trust);
1706 SecTrustRef trust; local
1715 CFRelease(trust);
2184 SecTrustRef trust = NULL; local
2200 if(err == noErr && trust) {
2208 CFRelease(trust);
2230 CFRelease(trust);
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_SSL_VERIFYPEER.md42 i.e. that you can trust that the server is who the certificate says it is.
43 This trust is based on a chain of digital signatures, rooted in certification
69 certificate verification can make libcurl trust and use such information from
H A DCURLOPT_PROXY_SSL_VERIFYPEER.md43 i.e. that you can trust that the server is who the certificate says it is.
44 This trust is based on a chain of digital signatures, rooted in certification
H A DCURLOPT_DOH_SSL_VERIFYPEER.md48 i.e. that you can trust that the server is who the certificate says it is.
49 This trust is based on a chain of digital signatures, rooted in certification
H A DCURLOPT_UNRESTRICTED_AUTH.md50 CURLOPT_UNRESTRICTED_AUTH(3) to 1L makes curl trust the server and sends
H A DCURLOPT_SSL_VERIFYHOST.md62 certificate verification can make libcurl trust and use such information from
/curl/docs/cmdline-opts/
H A Dproxy-cacert.md25 This allows you to use a different trust for the proxy compared to the remote
H A Dinsecure.md40 --insecure can make curl trust and use such information from malicious
H A Dipfs-gateway.md34 trust the gateway. This might be fine in local gateways that you host

Completed in 23 milliseconds