From f8510353137a6f78dbaa5a9cfc70d79003d21a7c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Feb 2026 23:55:59 +0100 Subject: [PATCH] DEPRECATE.md: TLS SRP support gets removed in August 2026 --- docs/DEPRECATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/DEPRECATE.md b/docs/DEPRECATE.md index c8231c36b2..29b880d776 100644 --- a/docs/DEPRECATE.md +++ b/docs/DEPRECATE.md @@ -34,6 +34,14 @@ We remove support for CMake <3.18 in April 2026. CMake 3.18 was released on 2020-07-15. +## TLS SRP Authentication + +Transport Layer Security Secure Remote Password is a TLS feature that does not +work with TLS 1.3 or QUIC and is virtually unused by curl users and in +general. + +TLS SRP support gets removed in August 2026. + ## Past removals - axTLS (removed in 7.63.0)