]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/DEPRECATE.md: deprecate gskit
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Jan 2023 10:43:51 +0000 (11:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jan 2023 08:06:36 +0000 (09:06 +0100)
Ref: #10163

- This is a niche TLS library, only running on some IBM systems
- no regular curl contributors use this backend
- no CI builds use or verify this backend
- gskit, or the curl adaption for it, lacks many modern TLS features
  making it an inferior solution
- build breakages in this code take weeks or more to get detected
- fixing gskit code is mostly done "flying blind"

Closes #10201

docs/DEPRECATE.md

index b7afb3a7320ffaa2af7b29507e2f90370daf4326..7e140cd5d673d816f8bffe7b25f4460cd4e582ea 100644 (file)
@@ -40,6 +40,18 @@ We remove support for building curl with the NSS TLS library in August 2023.
 Starting in 7.82.0, building curl to use NSS configure requires the additional
 flag `--with-nss-deprecated` in an attempt to highlight these plans.
 
+## gskit
+
+We remove support for building curl with the gskit TLS library in August 2023.
+
+- This is a niche TLS library, only running on some IBM systems
+- no regular curl contributors use this backend
+- no CI builds use or verify this backend
+- gskit, or the curl adaption for it, lacks many modern TLS features making it
+  an inferior solution
+- build breakages in this code take weeks or more to get detected
+- fixing gskit code is mostly done "flying blind"
+
 ## past removals
 
  - Pipelining