1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

os400: support CURLOPT_PROXY_PINNEDPUBLICKEY

Also define it in ILE/RPG binding.
This commit is contained in:
Patrick Monnerat 2016-11-26 18:52:30 +01:00
parent a4b2f7aafd
commit d2c5503e0c
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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:

View File

@ -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