From 5554e4540591c2b28331177c48c264539c017aa8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 13 Aug 2022 00:27:57 +0200 Subject: [PATCH] KNOWN_BUGS: CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel Closes #8741 --- docs/KNOWN_BUGS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3