mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
f81f351b9a
Use these words and casing more consistently across text, comments and one curl tool output: AIX, ALPN, ANSI, BSD, Cygwin, Darwin, FreeBSD, GitHub, HP-UX, Linux, macOS, MS-DOS, MSYS, MinGW, NTLM, POSIX, Solaris, UNIX, Unix, Unicode, WINE, WebDAV, Win32, winbind, WinIDN, Windows, Windows CE, Winsock. Mostly OS names and a few more. Also a couple of other minor text fixups. Closes #14360
38 lines
998 B
Markdown
38 lines
998 B
Markdown
<!--
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
-->
|
|
|
|
# Items to be removed from future curl releases
|
|
|
|
If any of these deprecated features is a cause for concern for you, please
|
|
email the
|
|
[curl-library mailing list](https://lists.haxx.se/listinfo/curl-library)
|
|
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.
|
|
|
|
## TLS libraries without 1.3 support
|
|
|
|
curl drops support for TLS libraries without TLS 1.3 capability after May
|
|
2025.
|
|
|
|
It requires that a curl build using the library should be able to negotiate
|
|
and use TLS 1.3, or else it is not good enough.
|
|
|
|
As of May 2024, the libraries that need to get fixed to remain supported after
|
|
May 2025 are: BearSSL and Secure Transport.
|
|
|
|
## Past removals
|
|
|
|
- Pipelining
|
|
- axTLS
|
|
- PolarSSL
|
|
- NPN
|
|
- Support for systems without 64-bit data types
|
|
- NSS
|
|
- gskit
|
|
- MinGW v1
|
|
- NTLM_WB
|
|
- space-separated `NOPROXY` patterns
|