]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation
authorDaniel Stenberg <daniel@haxx.se>
Sat, 21 Nov 2020 23:06:24 +0000 (00:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Nov 2020 23:06:24 +0000 (00:06 +0100)
Closes #5839

docs/KNOWN_BUGS

index 827c51e87cdd1c9aced6f868a04641814b6f9d3f..3726f41531f6f30c2e9995c8e74395147dd5cf6f 100644 (file)
@@ -35,6 +35,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 curl with wolfSSL lacks support for renegotiation
 
  3. Email protocols
  3.1 IMAP SEARCH ALL truncated response
@@ -312,6 +313,14 @@ 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 curl with wolfSSL lacks support for renegotiation
+
+ I am using curl (with wolfSSL) to connect https endpoint, but connection with
+ this https endpoint gets terminated because server initiates the
+ renegotiation and client does not handle renegotiation.
+
+ See https://github.com/curl/curl/issues/5839
+
 3. Email protocols
 
 3.1 IMAP SEARCH ALL truncated response