From: Daniel Stenberg Date: Fri, 12 Aug 2022 22:27:57 +0000 (+0200) Subject: KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel X-Git-Tag: curl-7_85_0~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5554e4540591c2b28331177c48c264539c017aa8;p=thirdparty%2Fcurl.git KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel Closes #8741 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index c7f5d6fdf9..2beceab563 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