Home
last modified time | relevance | path

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

/external/curl/tests/data/
Dtest204826 pinnedpubkey no-match must fail even when insecure
29 --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost…
Dtest204226 HTTPS wrong base64-sha256 pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//bSIggTf+ikMG0CtmDlpMVBd7yi7H1md4U…
Dtest203826 HTTPS wrong PEM pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem htt…
Dtest203526 HTTPS wrong DER pinnedpubkey but right CN
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.der htt…
Dtest203737 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem…
Dtest204137 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//+JYNkp2GTGRgrvZMUkOxbFJQQqYpwNE6t…
Dtest203437 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der…
/external/curl/lib/vtls/
Dvtls.c878 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()
Dwolfssl.c548 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()
Dmbedtls.c553 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()
Dvtls.h256 const char *pinnedpubkey,
Dgtls.c750 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()
Dschannel.c146 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()
Dsectransp.c2277 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,
Dnss.c1080 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()
Dopenssl.c3675 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/
Dproxy-pinnedpubkey.d1 Long: proxy-pinnedpubkey
Dpinnedpubkey.d1 Long: pinnedpubkey
DMakefile.inc137 pinnedpubkey.d \
162 proxy-pinnedpubkey.d \
/external/curl/docs/
Doptions-in-versions137 --pinnedpubkey 7.39.0
163 --proxy-pinnedpubkey 7.59.0
/external/curl/src/
Dtool_cfgable.h150 char *pinnedpubkey; member
Dtool_cfgable.c121 Curl_safefree(config->pinnedpubkey); in free_config_fields()
Dtool_operate.c1524 if(config->pinnedpubkey) in single_transfer()
1525 my_setopt_str(curl, CURLOPT_PINNEDPUBLICKEY, config->pinnedpubkey); in single_transfer()
Dtool_getparam.c1597 GetStr(&config->pinnedpubkey, nextarg); in getparameter()