[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 363/411: KNOWN_BUGS: curl with wolfSSL lacks support for renegot
From: |
gnunet |
Subject: |
[gnurl] 363/411: KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation |
Date: |
Wed, 13 Jan 2021 01:22:58 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 7fa6d5e383758dd2e196ab4266c7fdb84e66a012
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Sun Nov 22 00:06:24 2020 +0100
KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation
Closes #5839
---
docs/KNOWN_BUGS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 827c51e87..3726f4153 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.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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 300/411: hsts: add read/write callbacks, (continued)
- [gnurl] 300/411: hsts: add read/write callbacks, gnunet, 2021/01/12
- [gnurl] 320/411: url: make sure an HSTS upgrade updates URL and scheme correctly, gnunet, 2021/01/12
- [gnurl] 369/411: examples: update .gitignore, gnunet, 2021/01/12
- [gnurl] 328/411: examples/httpput: remove use of CURLOPT_PUT, gnunet, 2021/01/12
- [gnurl] 325/411: configure: pass -pthread to Libs.private for pkg-config, gnunet, 2021/01/12
- [gnurl] 301/411: curlver: bumped to 7.74.0, gnunet, 2021/01/12
- [gnurl] 332/411: mqttd: fclose test file when done, gnunet, 2021/01/12
- [gnurl] 309/411: KNOWN_BUGS: SMB tests fail with Python 2, gnunet, 2021/01/12
- [gnurl] 324/411: altsvc: minimize variable scope and avoid "DEAD_STORE", gnunet, 2021/01/12
- [gnurl] 282/411: libssh2: fix transport over HTTPS proxy, gnunet, 2021/01/12
- [gnurl] 363/411: KNOWN_BUGS: curl with wolfSSL lacks support for renegotiation,
gnunet <=
- [gnurl] 335/411: http_proxy: use enum with state names for 'keepon', gnunet, 2021/01/12
- [gnurl] 298/411: CI/tests: enable test target on TravisCI for CMake builds, gnunet, 2021/01/12
- [gnurl] 358/411: CI/cirrus: simplify logic for disabled tests, gnunet, 2021/01/12
- [gnurl] 370/411: docs/INTERNALS: remove reference to Curl_sendf(), gnunet, 2021/01/12
- [gnurl] 336/411: cmake: don't pass -fvisibility=hidden to clang-cl on Windows, gnunet, 2021/01/12
- [gnurl] 338/411: httpput-postfields.c: new example doing PUT with POSTFIELDS, gnunet, 2021/01/12
- [gnurl] 276/411: CI/github: work-around for brew breakage on macOS, gnunet, 2021/01/12
- [gnurl] 303/411: RELEASE-NOTES: synced, gnunet, 2021/01/12
- [gnurl] 293/411: gnutls: fix memory leaks (certfields memory wasn't released), gnunet, 2021/01/12
- [gnurl] 316/411: examples: fix comment syntax, gnunet, 2021/01/12