diff options
author | Daniel Stenberg <daniel@haxx.se> | 2023-01-02 11:43:51 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-01-03 09:06:36 +0100 |
commit | 3e9c2924d6058dda708aa95e1898f70b22b46461 (patch) | |
tree | 91e827b7747fbccb8ecdadb18179a408671e8882 | |
parent | 4fc7737742260025e346e4bfc99bc5fdd9096db4 (diff) | |
download | curl-3e9c2924d6058dda708aa95e1898f70b22b46461.tar.gz |
docs/DEPRECATE.md: deprecate gskit
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
-rw-r--r-- | docs/DEPRECATE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md index b7afb3a73..7e140cd5d 100644 --- a/docs/DEPRECATE.md +++ b/docs/DEPRECATE.md @@ -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 |