This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new fc9d3f1cfb Drop method
fc9d3f1cfb is described below
commit fc9d3f1cfb2e4e3b97e818e69e9d44f5c2b7050f
Author: remm <[email protected]>
AuthorDate: Mon Sep 22 22:47:14 2025 +0200
Drop method
---
java/org/apache/tomcat/util/net/SSLUtil.java | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/java/org/apache/tomcat/util/net/SSLUtil.java
b/java/org/apache/tomcat/util/net/SSLUtil.java
index f3a334b6e8..8c5d7a1b37 100644
--- a/java/org/apache/tomcat/util/net/SSLUtil.java
+++ b/java/org/apache/tomcat/util/net/SSLUtil.java
@@ -91,15 +91,4 @@ public interface SSLUtil {
String getNegotiatedProtocol();
}
- /**
- * Add a second certificate to an existing context, to enable hybrid TLS
1.3 handshakes.
- * @param context the existing context
- * @param certificate the second certificate to add
- * @return true if supported by the context
- * @deprecated Unused. This method will be removed in Tomcat 12.
- */
- @Deprecated
- default boolean addSecondCertificate(SSLContext context,
SSLHostConfigCertificate certificate) {
- return false;
- }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]