This is an automated email from the ASF dual-hosted git repository.
remm pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from f7a509e99d Improve verify-release target.
new af458fbefa Sync cleanups and fixes
new a985c66ecf Fix import
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../util/net/openssl/panama/OpenSSLContext.java | 328 ++++++++++-----------
.../util/net/openssl/panama/OpenSSLEngine.java | 59 ++--
.../util/net/openssl/panama/OpenSSLLibrary.java | 12 +-
.../net/openssl/panama/OpenSSLSessionContext.java | 3 +-
.../openssl/SSL_CTX_set_alpn_select_cb$cb.java | 57 ++++
.../SSL_CTX_set_cert_verify_callback$cb.java | 54 ++++
.../openssl/SSL_CTX_set_default_passwd_cb$cb.java | 55 ++++
.../openssl/SSL_CTX_set_tmp_dh_callback$dh.java | 54 ++++
.../util/openssl/SSL_CTX_set_verify$callback.java | 54 ++++
.../util/openssl/SSL_set_info_callback$cb.java | 54 ++++
.../util/openssl/SSL_set_verify$callback.java | 54 ++++
11 files changed, 558 insertions(+), 226 deletions(-)
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_alpn_select_cb$cb.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_cert_verify_callback$cb.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_default_passwd_cb$cb.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_tmp_dh_callback$dh.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_CTX_set_verify$callback.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_info_callback$cb.java
create mode 100644
modules/openssl-foreign/src/main/java/org/apache/tomcat/util/openssl/SSL_set_verify$callback.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]