mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
CURLcode: add CURLE_SSL_CLIENTCERT
When a TLS server requests a client certificate during handshake and none can be provided, libcurl now returns this new error code CURLE_SSL_CLIENTCERT Only supported by Secure Transport and OpenSSL for TLS 1.3 so far. Closes #6721
This commit is contained in:
parent
0acfe05c2e
commit
94241a9e78
7 changed files with 26 additions and 4 deletions
|
|
@ -130,7 +130,8 @@ e94: An authentication function returned an error
|
|||
e95: HTTP/3 error
|
||||
e96: QUIC connection error
|
||||
e97: proxy handshake error
|
||||
e98: Unknown error
|
||||
e98: SSL Client Certificate required
|
||||
e99: Unknown error
|
||||
m-1: Please call curl_multi_perform() soon
|
||||
m0: No error
|
||||
m1: Invalid multi handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue