summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-05 10:08:06 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-05 10:08:06 +0100
commiteacfe3699147afd4088fb76b78b173fe1f0c523e (patch)
treec8c48d9ef5036a884e075d97212a8ce7e05363ff
parentf927f38f1e6cc5e4b9981ebc83135e86737b5432 (diff)
downloadcurl-eacfe3699147afd4088fb76b78b173fe1f0c523e.tar.gz
KNOWN_BUGS: fixed "wolfSSL lacks support for renegotiation"
Fixed by #6411
-rw-r--r--docs/KNOWN_BUGS9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 611234697..9ff6b0747 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -35,7 +35,6 @@ 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
2.14 Secure Transport disabling hostname validation also disables SNI
3. Email protocols
@@ -317,14 +316,6 @@ 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
-
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