This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new c2555a91df Add information on deprecation resolution c2555a91df is described below commit c2555a91df194a909e98660ce7320026974c2cf4 Author: remm <r...@apache.org> AuthorDate: Tue Aug 8 16:39:56 2023 +0200 Add information on deprecation resolution All the code was translated from tomcat-native, which in turn came from mod_ssl. This revision has the resolution for all the deprecation issues for OpenSSL 3.0 (which should then become the minimum supported version given the Panama Java 22+ schedule). --- .../java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLibrary.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLibrary.java b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLibrary.java index 9ed7f76f2d..43da3c13c9 100644 --- a/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLibrary.java +++ b/modules/openssl-foreign/src/main/java/org/apache/tomcat/util/net/openssl/panama/OpenSSLLibrary.java @@ -39,6 +39,8 @@ import org.apache.tomcat.util.res.StringManager; * configuration parameters. * Using this from a listener is completely optional, but is needed for * configuration and full cleanup of a few native memory allocations. + * FIXME: OpenSSL 3 deprecation resolutions for the equivalent code: + * https://svn.apache.org/viewvc?view=revision&revision=1908537 */ public class OpenSSLLibrary { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org