/external/curl/tests/data/ |
D | test2048 | 26 pinnedpubkey no-match must fail even when insecure 29 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost…
|
D | test2042 | 26 HTTPS wrong base64-sha256 pinnedpubkey but right CN 29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//bSIggTf+ikMG0CtmDlpMVBd7yi7H1md4U…
|
D | test2038 | 26 HTTPS wrong PEM pinnedpubkey but right CN 29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem htt…
|
D | test2035 | 26 HTTPS wrong DER pinnedpubkey but right CN 29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.der htt…
|
D | test2037 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem…
|
D | test2041 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//+JYNkp2GTGRgrvZMUkOxbFJQQqYpwNE6t…
|
D | test2034 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der…
|
/external/curl/lib/vtls/ |
D | vtls.c | 878 const char *pinnedpubkey, in Curl_pin_peer_pubkey() argument 886 if(!pinnedpubkey) in Curl_pin_peer_pubkey() 892 if(strncmp(pinnedpubkey, "sha256//", 8) == 0) { in Curl_pin_peer_pubkey() 924 pinkeylen = strlen(pinnedpubkey) + 1; in Curl_pin_peer_pubkey() 930 memcpy(pinkeycopy, pinnedpubkey, pinkeylen); in Curl_pin_peer_pubkey() 963 fp = fopen(pinnedpubkey, "rb"); in Curl_pin_peer_pubkey()
|
D | wolfssl.c | 548 const char * const pinnedpubkey = SSL_IS_PROXY() ? in wolfssl_connect_step2() local 554 const char * const pinnedpubkey = in wolfssl_connect_step2() local 656 if(pinnedpubkey) { in wolfssl_connect_step2() 688 pinnedpubkey, in wolfssl_connect_step2()
|
D | mbedtls.c | 553 const char * const pinnedpubkey = SSL_IS_PROXY() ? in mbed_connect_step2() local 557 const char * const pinnedpubkey = in mbed_connect_step2() local 631 if(pinnedpubkey) { in mbed_connect_step2() 670 pinnedpubkey, in mbed_connect_step2()
|
D | vtls.h | 256 const char *pinnedpubkey,
|
D | gtls.c | 750 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 762 if(NULL == pinnedpubkey) in pkp_pin_peer_pubkey() 795 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
|
D | schannel.c | 146 const char *pinnedpubkey); 2273 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 2283 if(!pinnedpubkey) in pkp_pin_peer_pubkey() 2323 pinnedpubkey, in pkp_pin_peer_pubkey()
|
D | sectransp.c | 2277 const char *pinnedpubkey) argument 2288 if(!pinnedpubkey) 2354 result = Curl_pin_peer_pubkey(data, pinnedpubkey, pubkey, 2368 result = Curl_pin_peer_pubkey(data, pinnedpubkey, realpubkey,
|
D | nss.c | 1080 const char *pinnedpubkey) in cmp_peer_pubkey() argument 1087 if(!pinnedpubkey) in cmp_peer_pubkey() 1101 result = Curl_pin_peer_pubkey(data, pinnedpubkey, cert_der->data, in cmp_peer_pubkey()
|
D | openssl.c | 3675 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 3685 if(!pinnedpubkey) in pkp_pin_peer_pubkey() 3719 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
|
/external/curl/docs/cmdline-opts/ |
D | proxy-pinnedpubkey.d | 1 Long: proxy-pinnedpubkey
|
D | pinnedpubkey.d | 1 Long: pinnedpubkey
|
D | Makefile.inc | 137 pinnedpubkey.d \ 162 proxy-pinnedpubkey.d \
|
/external/curl/docs/ |
D | options-in-versions | 137 --pinnedpubkey 7.39.0 163 --proxy-pinnedpubkey 7.59.0
|
/external/curl/src/ |
D | tool_cfgable.h | 150 char *pinnedpubkey; member
|
D | tool_cfgable.c | 121 Curl_safefree(config->pinnedpubkey); in free_config_fields()
|
D | tool_operate.c | 1524 if(config->pinnedpubkey) in single_transfer() 1525 my_setopt_str(curl, CURLOPT_PINNEDPUBLICKEY, config->pinnedpubkey); in single_transfer()
|
D | tool_getparam.c | 1597 GetStr(&config->pinnedpubkey, nextarg); in getparameter()
|