acme: remove deprecated TLS-ALPN challenge functionality (#10378)

Fixes #10274

---------

Co-authored-by: ohemorange <erica@eff.org>
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
Co-authored-by: Brad Warren <bmw@eff.org>
This commit is contained in:
Will Greenberg
2025-08-05 21:19:51 +00:00
committed by GitHub
co-authored by ohemorange Brad Warren Brad Warren
parent f55ea6e70f
commit 15a145ac3f
14 changed files with 34 additions and 552 deletions
+5
View File
@@ -0,0 +1,5 @@
Removed a number of deprecated classes/interfaces
* Removed `acme.challenges.TLSALPN01Response`
* Removed `acme.challenges.TLSALPN01`
* Removed `acme.standalone.TLSServer`
* Removed `acme.standalone.TLSALPN01Server`