mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:23:07 +03:00
configure: requires --with-nss-deprecated to build with NSS
Add deprecation plans to docs/DEPRECATE.md Closes #8395
This commit is contained in:
parent
f9d1b25011
commit
3738de3bd1
3 changed files with 30 additions and 3 deletions
|
|
@ -6,7 +6,20 @@ email the
|
|||
as soon as possible and explain to us why this is a problem for you and
|
||||
how your use case cannot be satisfied properly using a workaround.
|
||||
|
||||
## Past removals
|
||||
## NSS
|
||||
|
||||
We remove support for building curl with the NSS TLS library in August 2022.
|
||||
|
||||
- There are very few users left who use curl+NSS
|
||||
- NSS has very few users outside of curl as well (primarily Firefox)
|
||||
- NSS is harder than ever to find documentation for
|
||||
- NSS was always "best" used with Red Hat Linux when they provided additional
|
||||
features on top of the regular NSS that isn't shipped by the vanilla library
|
||||
|
||||
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.
|
||||
|
||||
## past removals
|
||||
|
||||
- Pipelining
|
||||
- axTLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue