setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency

Closes #5431
This commit is contained in:
Gilles Vollant 2020-05-19 22:45:37 +02:00 committed by Daniel Stenberg
parent 006d2991bd
commit 7f40633422
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 188 additions and 0 deletions

View file

@ -1967,6 +1967,10 @@ typedef enum {
CURLOPT(CURLOPT_PROXY_SSLKEY_BLOB, CURLOPTTYPE_BLOB, 294),
CURLOPT(CURLOPT_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 295),
/* Issuer certificate for proxy */
CURLOPT(CURLOPT_PROXY_ISSUERCERT, CURLOPTTYPE_STRINGPOINT, 296),
CURLOPT(CURLOPT_PROXY_ISSUERCERT_BLOB, CURLOPTTYPE_BLOB, 297),
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;