diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-08-13 00:27:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-08-13 00:27:57 +0200 |
commit | 5554e4540591c2b28331177c48c264539c017aa8 (patch) | |
tree | 8896e126b570118adea4d3e7659266a8f067722c /docs | |
parent | 46d1b95e69d1cd9e77d6aee687054456ef2e2b12 (diff) | |
download | curl-5554e4540591c2b28331177c48c264539c017aa8.tar.gz |
KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
Closes #8741
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index c7f5d6fdf..2beceab56 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -34,6 +34,7 @@ problems may have been fixed or changed somewhat since this was written. 2.10 Store TLS context per transfer instead of per connection 2.11 Schannel TLS 1.2 handshake bug in old Windows versions 2.12 FTPS with Schannel times out file list operation + 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel 2.14 Secure Transport disabling hostname validation also disables SNI 2.15 Renegotiate from server may cause hang for OpenSSL backend @@ -334,6 +335,10 @@ problems may have been fixed or changed somewhat since this was written. expires." - the same command line seems to work with other TLS backends and other operating systems. See https://github.com/curl/curl/issues/5284. +2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel + + https://github.com/curl/curl/issues/8741 + 2.14 Secure Transport disabling hostname validation also disables SNI SNI is the hostname that is sent by the TLS library to the server as part of |