diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:20:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-16 16:20:16 +0100 |
commit | 3ab45a9876db2bc1c612f69c2133b3161b4a7c37 (patch) | |
tree | fe4b20dc2ac9ebf4bc24d6ec25a6d74d4b8d6bd7 | |
parent | 8a9d6eeb325398d6193d939827cc58cacdc37944 (diff) |
KNOWN_BUGS: TLS session cache doesn't work with TFO
[skip ci]
Closes #4301
-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 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 |