Home
last modified time | relevance | path

Searched refs:pinnedpubkey (Results 1 – 25 of 29) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dproxy-pinnedpubkey.md4 Long: proxy-pinnedpubkey
12 - pinnedpubkey
15 - --proxy-pinnedpubkey keyfile $URL
16 - --proxy-pinnedpubkey 'sha256//ce118b51897f4452dc' $URL
19 # `--proxy-pinnedpubkey`
H A Dpinnedpubkey.md4 Long: pinnedpubkey
14 - --pinnedpubkey keyfile $URL
15 - --pinnedpubkey 'sha256//ce118b51897f4452dc' $URL
18 # `--pinnedpubkey`
H A Dcert-status.md11 - pinnedpubkey
H A DMakefile.inc190 pinnedpubkey.md \
217 proxy-pinnedpubkey.md \
/curl/tests/data/
H A Dtest204826 pinnedpubkey no-match must fail even when insecure
29 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost…
H A Dtest203526 HTTPS wrong DER pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.der htt…
H A Dtest203826 HTTPS wrong PEM pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem htt…
H A Dtest204226 HTTPS wrong base64-sha256 pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//bSIggTf+ikMG0CtmDlpMVBd7yi7H1md4U…
H A Dtest203438 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der…
H A Dtest203738 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem…
H A Dtest204138 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//%sha256b64file[%SRCDIR/certs/Serv…
H A Dtest203342 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der…
H A Dtest207942 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem…
H A Dtest208742 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//%sha256b64file[%SRCDIR/certs/Serv…
/curl/docs/
H A Doptions-in-versions155 --pinnedpubkey 7.39.0
183 --proxy-pinnedpubkey 7.59.0
/curl/lib/vtls/
H A Dvtls.h179 const char *pinnedpubkey,
H A Dmbedtls.c967 const char * const pinnedpubkey = Curl_ssl_cf_is_proxy(cf) ? local
971 const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY]; local
1017 if(pinnedpubkey) {
1079 pinnedpubkey,
H A Dwolfssl.c1203 const char * const pinnedpubkey = Curl_ssl_cf_is_proxy(cf) ? in wolfssl_connect_step2() local
1207 const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY]; in wolfssl_connect_step2() local
1355 if(pinnedpubkey) { in wolfssl_connect_step2()
1387 pinnedpubkey, in wolfssl_connect_step2()
H A Dvtls.c1000 const char *pinnedpubkey, in Curl_pin_peer_pubkey() argument
1011 if(!pinnedpubkey) in Curl_pin_peer_pubkey()
1017 if(strncmp(pinnedpubkey, "sha256//", 8) == 0) { in Curl_pin_peer_pubkey()
1047 pinkeycopy = strdup(pinnedpubkey); in Curl_pin_peer_pubkey()
1084 fp = fopen(pinnedpubkey, "rb"); in Curl_pin_peer_pubkey()
H A Dsectransp.c1686 const char *pinnedpubkey) argument
1697 if(!pinnedpubkey)
1769 result = Curl_pin_peer_pubkey(data, pinnedpubkey, pubkey,
1783 result = Curl_pin_peer_pubkey(data, pinnedpubkey, realpubkey,
H A Dgtls.c1158 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument
1170 if(!pinnedpubkey) in pkp_pin_peer_pubkey()
1203 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
/curl/src/
H A Dtool_cfgable.h151 char *pinnedpubkey; member
H A Dtool_cfgable.c131 Curl_safefree(config->pinnedpubkey); in free_config_fields()
/curl/docs/libcurl/opts/
H A DCURLOPT_PINNEDPUBLICKEY.md34 char *pinnedpubkey);
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md33 char *pinnedpubkey);

Completed in 61 milliseconds

12