/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 | test2034 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der…
|
D | test2041 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//+JYNkp2GTGRgrvZMUkOxbFJQQqYpwNE6t…
|
D | test2037 | 37 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem…
|
/external/curl/lib/vtls/ |
D | vtls.c | 806 const char *pinnedpubkey, in Curl_pin_peer_pubkey() argument 821 if(!pinnedpubkey) in Curl_pin_peer_pubkey() 827 if(strncmp(pinnedpubkey, "sha256//", 8) == 0) { in Curl_pin_peer_pubkey() 854 pinkeylen = strlen(pinnedpubkey) + 1; in Curl_pin_peer_pubkey() 860 memcpy(pinkeycopy, pinnedpubkey, pinkeylen); in Curl_pin_peer_pubkey() 893 fp = fopen(pinnedpubkey, "rb"); in Curl_pin_peer_pubkey()
|
D | cyassl.c | 456 const char * const pinnedpubkey = SSL_IS_PROXY() ? in cyassl_connect_step2() local 532 if(pinnedpubkey) { in cyassl_connect_step2() 564 pinnedpubkey, in cyassl_connect_step2()
|
D | polarssl.c | 457 const char * const pinnedpubkey = SSL_IS_PROXY() ? in polarssl_connect_step2() local 522 if(pinnedpubkey) { in polarssl_connect_step2() 564 pinnedpubkey, in polarssl_connect_step2()
|
D | mbedtls.c | 538 const char * const pinnedpubkey = SSL_IS_PROXY() ? in mbed_connect_step2() local 614 if(pinnedpubkey) { in mbed_connect_step2() 653 pinnedpubkey, in mbed_connect_step2()
|
D | nss.c | 1068 const char *pinnedpubkey) in cmp_peer_pubkey() argument 1074 if(!pinnedpubkey) in cmp_peer_pubkey() 1088 result = Curl_pin_peer_pubkey(data, pinnedpubkey, cert_der->data, in cmp_peer_pubkey() 2107 const char * const pinnedpubkey = SSL_IS_PROXY() ? in nss_do_connect() local 2156 result = cmp_peer_pubkey(connssl, pinnedpubkey); in nss_do_connect()
|
D | vtls.h | 242 const char *pinnedpubkey,
|
D | gtls.c | 950 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 963 if(NULL == pinnedpubkey) in pkp_pin_peer_pubkey() 994 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1); in pkp_pin_peer_pubkey()
|
D | schannel.c | 154 const char *pinnedpubkey); 2130 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 2145 if(!pinnedpubkey) in pkp_pin_peer_pubkey() 2179 pinnedpubkey, in pkp_pin_peer_pubkey()
|
D | sectransp.c | 2240 const char *pinnedpubkey) argument 2251 if(!pinnedpubkey) 2317 result = Curl_pin_peer_pubkey(data, pinnedpubkey, pubkey, 2331 result = Curl_pin_peer_pubkey(data, pinnedpubkey, realpubkey,
|
D | openssl.c | 3255 const char *pinnedpubkey) in pkp_pin_peer_pubkey() argument 3265 if(!pinnedpubkey) in pkp_pin_peer_pubkey() 3300 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 | Makefile.inc | 105 pinnedpubkey.d \ 130 proxy-pinnedpubkey.d \
|
D | pinnedpubkey.d | 1 Long: pinnedpubkey
|
/external/curl/src/ |
D | tool_cfgable.h | 136 char *pinnedpubkey; member
|
D | tool_cfgable.c | 119 Curl_safefree(config->pinnedpubkey); in free_config_fields()
|
D | tool_operate.c | 1095 if(config->pinnedpubkey) in operate_do() 1096 my_setopt_str(curl, CURLOPT_PINNEDPUBLICKEY, config->pinnedpubkey); in operate_do()
|
D | tool_getparam.c | 1560 GetStr(&config->pinnedpubkey, nextarg); in getparameter()
|
/external/curl/ |
D | CHANGES | 1442 --proxy-pinnedpubkey'[FILE/HASHES public key to verify proxy with]':'<hashes>' \ 1448 --pinnedpubkey'[FILE/HASHES Public key to verify peer against]':'<hashes>' \
|