summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-08-18 03:41:41 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-08-18 03:41:41 -0400
commitf121b0159386fdd5b3f7085f6c39c5a1e2d20258 (patch)
tree07816955cf0ae7c8c4b17fc15f8e882d5a9543d2
parent422d1ccab0322c0a355104d235f26750f149aa91 (diff)
downloadcurl-f121b0159386fdd5b3f7085f6c39c5a1e2d20258.tar.gz
KNOWN_BUGS: Renegotiate from server may cause hang for OpenSSL backend
Closes https://github.com/curl/curl/issues/6785
-rw-r--r--docs/KNOWN_BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index a4fbe4910..22f7bc420 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -35,6 +35,7 @@ problems may have been fixed or changed somewhat since this was written!
2.11 Schannel TLS 1.2 handshake bug in old Windows versions
2.12 FTPS with Schannel times out file list operation
2.14 Secure Transport disabling hostname validation also disables SNI
+ 2.15 Renegotiate from server may cause hang for OpenSSL backend
3. Email protocols
3.1 IMAP SEARCH ALL truncated response
@@ -345,6 +346,17 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/6347
+2.15 Renegotiate from server may cause hang for OpenSSL backend
+
+ A race condition has been observed when, immediately after the initial
+ handshake, curl has sent an HTTP request to the server and at the same time
+ the server has sent a TLS hello request (renegotiate) to curl. Both are
+ waiting for the other to respond. OpenSSL is supposed to send a handshake
+ response but doesn't.
+
+ https://github.com/curl/curl/issues/6785
+ https://github.com/openssl/openssl/issues/14722
+
3. Email protocols
3.1 IMAP SEARCH ALL truncated response