mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
os400: support CURLOPT_PROXY_PINNEDPUBLICKEY
Also define it in ILE/RPG binding.
This commit is contained in:
parent
a4b2f7aafd
commit
d2c5503e0c
@ -98,6 +98,7 @@ options:
|
||||
CURLOPT_PROXY_CAPATH
|
||||
CURLOPT_PROXY_CRLFILE
|
||||
CURLOPT_PROXY_KEYPASSWD
|
||||
CURLOPT_PROXY_PINNEDPUBLICKEY
|
||||
CURLOPT_PROXY_SERVICE_NAME
|
||||
CURLOPT_PROXY_SSLCERT
|
||||
CURLOPT_PROXY_SSLCERTTYPE
|
||||
|
@ -1169,6 +1169,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
|
||||
case CURLOPT_PROXY_CAPATH:
|
||||
case CURLOPT_PROXY_CRLFILE:
|
||||
case CURLOPT_PROXY_KEYPASSWD:
|
||||
case CURLOPT_PROXY_PINNEDPUBLICKEY:
|
||||
case CURLOPT_PROXY_SERVICE_NAME:
|
||||
case CURLOPT_PROXY_SSLCERT:
|
||||
case CURLOPT_PROXY_SSLCERTTYPE:
|
||||
|
@ -127,6 +127,8 @@
|
||||
d c X'00080000'
|
||||
d CURL_VERSION_PSL...
|
||||
d c X'00100000'
|
||||
d CURL_VERSION_HTTPS_PROXY...
|
||||
d c X'00200000'
|
||||
*
|
||||
d CURL_HTTPPOST_FILENAME...
|
||||
d c X'00000001'
|
||||
@ -1296,6 +1298,8 @@
|
||||
d c 10262
|
||||
d CURLOPT_SOCKS_PROXYTYPE...
|
||||
d c 00263
|
||||
d CURLOPT_PROXY_PINNEDPUBLICKEY...
|
||||
d c 10264
|
||||
*
|
||||
/if not defined(CURL_NO_OLDIES)
|
||||
d CURLOPT_FILE c 10001
|
||||
|
Loading…
Reference in New Issue
Block a user