]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2022 22:27:57 +0000 (00:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2022 22:27:57 +0000 (00:27 +0200)
Closes #8741

docs/KNOWN_BUGS

index c7f5d6fdf981f9cf3ac9d105dfa9b27cd05adf39..2beceab5634ec7e53125f182fe71e23e534314da 100644 (file)
@@ -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