KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation

Closes #5839
This commit is contained in:
Daniel Stenberg 2020-11-22 00:06:24 +01:00
parent 10818dc7cb
commit 7fa6d5e383
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 9 additions and 0 deletions

View 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