From 3ab45a9876db2bc1c612f69c2133b3161b4a7c37 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Dec 2019 16:20:16 +0100 Subject: KNOWN_BUGS: TLS session cache doesn't work with TFO [skip ci] Closes #4301 --- docs/KNOWN_BUGS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 149736c0f..5fd230f86 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -30,6 +30,7 @@ problems may have been fixed or changed somewhat since this was written! 2.6 CURL_GLOBAL_SSL 2.7 Client cert (MTLS) issues with Schannel 2.8 Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname + 2.9 TLS session cache doesn't work with TFO 3. Email protocols 3.1 IMAP SEARCH ALL truncated response @@ -256,6 +257,10 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/3284 +2.9 TLS session cache doesn't work with TFO + + See https://github.com/curl/curl/issues/4301 + 3. Email protocols 3.1 IMAP SEARCH ALL truncated response -- cgit v1.2.1