OS400: upgrade interface for pinned public key (no implementation yet)
This commit is contained in:
parent
b74205d022
commit
548811cb19
@ -91,6 +91,7 @@ options:
|
||||
CURLOPT_NETRC_FILE
|
||||
CURLOPT_NOPROXY
|
||||
CURLOPT_PASSWORD
|
||||
CURLOPT_PINNEDPUBLICKEY
|
||||
CURLOPT_PROXY
|
||||
CURLOPT_PROXYPASSWORD
|
||||
CURLOPT_PROXYUSERNAME
|
||||
|
@ -1154,6 +1154,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...)
|
||||
case CURLOPT_NETRC_FILE:
|
||||
case CURLOPT_NOPROXY:
|
||||
case CURLOPT_PASSWORD:
|
||||
case CURLOPT_PINNEDPUBLICKEY:
|
||||
case CURLOPT_PROXY:
|
||||
case CURLOPT_PROXYPASSWORD:
|
||||
case CURLOPT_PROXYUSERNAME:
|
||||
|
@ -511,6 +511,8 @@
|
||||
d c 88
|
||||
d CURLE_NO_CONNECTION_AVAILABLE...
|
||||
d c 89
|
||||
d CURLE_SSL_PINNEDPUBKEYNOTMATCH...
|
||||
d c 90
|
||||
*
|
||||
/if not defined(CURL_NO_OLDIES)
|
||||
d CURLE_URL_MALFORMAT_USER...
|
||||
@ -1189,6 +1191,8 @@
|
||||
d c 10228
|
||||
d CURLOPT_HEADEROPT...
|
||||
d c 00229
|
||||
d CURLOPT_PINNEDPUBLICKEY...
|
||||
d c 10230
|
||||
*
|
||||
/if not defined(CURL_NO_OLDIES)
|
||||
d CURLOPT_FILE c 10001
|
||||
|
Loading…
Reference in New Issue
Block a user