]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
DEPRECATE.md: We remove the OpenSSL-QUIC backend in March 2026
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2025 20:50:25 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2025 06:13:43 +0000 (08:13 +0200)
URL: https://curl.se/mail/lib-2025-10/0000.html

Closes #18820

docs/DEPRECATE.md

index 786b6a92c7e00f607c63f756a83d998ec36a9552..e74ccc56e8591df7b410b58c042eed1289d6554f 100644 (file)
@@ -55,6 +55,21 @@ free version risk being vulnerable.
 
 We remove support for this OpenSSL version from curl in June 2026.
 
+## OpenSSL-QUIC
+
+OpenSSL-QUIC is what we call the curl QUIC backend that uses the OpenSSL QUIC
+stack.
+
+ - It is slower and uses more memory than the alternatives and is only
+   experimental in curl.
+ - It gets little attention from OpenSSL and we have no expectation of the
+   major flaws getting corrected anytime soon.
+ - No one has spoken up for keeping it
+ - curl users building with vanilla OpenSSL can still use QUIC through the
+   means of ngtcp2
+
+We remove the OpenSSL-QUIC backend in March 2026.
+
 ## Past removals
 
  - axTLS (removed in 7.63.0)