Searched refs:pinnedpubkey (Results 1 – 25 of 29) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | proxy-pinnedpubkey.md | 4 Long: proxy-pinnedpubkey 12 - pinnedpubkey 15 - --proxy-pinnedpubkey keyfile $URL 16 - --proxy-pinnedpubkey 'sha256//ce118b51897f4452dc' $URL 19 # `--proxy-pinnedpubkey`
|
H A D | pinnedpubkey.md | 4 Long: pinnedpubkey 14 - --pinnedpubkey keyfile $URL 15 - --pinnedpubkey 'sha256//ce118b51897f4452dc' $URL 18 # `--pinnedpubkey`
|
H A D | cert-status.md | 11 - pinnedpubkey
|
H A D | Makefile.inc | 190 pinnedpubkey.md \ 217 proxy-pinnedpubkey.md \
|
/curl/tests/data/ |
H A D | test2042 | 27 HTTPS wrong base64-sha256 pinnedpubkey but right CN 30 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//bSIggTf+ikMG0CtmDlpMVBd7yi7H1m…
|
H A D | test2035 | 27 HTTPS wrong DER pinnedpubkey but right CN 30 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.der …
|
H A D | test2048 | 26 pinnedpubkey no-match must fail even when insecure 29 -4 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localh…
|
H A D | test2038 | 27 HTTPS wrong PEM pinnedpubkey but right CN 30 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem …
|
H A D | test2034 | 39 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.…
|
H A D | test2037 | 39 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.…
|
H A D | test2041 | 39 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//%sha256b64file[%SRCDIR/certs/S…
|
H A D | test2033 | 43 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.…
|
H A D | test2079 | 43 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.…
|
H A D | test2087 | 43 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//%sha256b64file[%SRCDIR/certs/S…
|
/curl/docs/ |
H A D | options-in-versions | 155 --pinnedpubkey 7.39.0 183 --proxy-pinnedpubkey 7.59.0
|
/curl/lib/vtls/ |
H A D | vtls.h | 182 const char *pinnedpubkey,
|
H A D | mbedtls.c | 980 const char * const pinnedpubkey = Curl_ssl_cf_is_proxy(cf) ? local 984 const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY]; local 1030 if(pinnedpubkey) { 1092 pinnedpubkey,
|
H A D | wolfssl.c | 1329 const char * const pinnedpubkey = Curl_ssl_cf_is_proxy(cf) ? in wolfssl_connect_step2() local 1333 const char * const pinnedpubkey = data->set.str[STRING_SSL_PINNEDPUBLICKEY]; in wolfssl_connect_step2() local 1481 if(pinnedpubkey) { in wolfssl_connect_step2() 1513 pinnedpubkey, in wolfssl_connect_step2()
|
H A D | vtls.c | 1028 const char *pinnedpubkey, in Curl_pin_peer_pubkey() argument 1037 if(!pinnedpubkey) in Curl_pin_peer_pubkey() 1043 if(!strncmp(pinnedpubkey, "sha256//", 8)) { in Curl_pin_peer_pubkey() 1073 pinkeycopy = strdup(pinnedpubkey); in Curl_pin_peer_pubkey() 1115 FILE *fp = fopen(pinnedpubkey, "rb"); in Curl_pin_peer_pubkey()
|
H A D | sectransp.c | 1687 const char *pinnedpubkey) argument 1698 if(!pinnedpubkey) 1770 result = Curl_pin_peer_pubkey(data, pinnedpubkey, pubkey, 1784 result = Curl_pin_peer_pubkey(data, pinnedpubkey, realpubkey,
|
H A D | schannel.c | 160 const char *pinnedpubkey); 2495 const char *pinnedpubkey) in schannel_pkp_pin_peer_pubkey() argument 2508 if(!pinnedpubkey) in schannel_pkp_pin_peer_pubkey() 2548 pinnedpubkey, in schannel_pkp_pin_peer_pubkey()
|
/curl/src/ |
H A D | tool_cfgable.h | 151 char *pinnedpubkey; member
|
H A D | tool_cfgable.c | 131 Curl_safefree(config->pinnedpubkey); in free_config_fields()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PINNEDPUBLICKEY.md | 34 char *pinnedpubkey);
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 33 char *pinnedpubkey);
|
Completed in 48 milliseconds
12