This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 4473967f06 Code clean-up - formatting. No functional change.
     new 7a504b46ce Keep cipher layout
     new f10f184b88 Code clean-up formatting. No funcional change.
     new b6db952a85 Code clean-up - formatting. No functional change.
     new 0f72e51cad Code clean-up - formatting. No functional change.

The 4 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:
 .../tomcat/util/net/openssl/OpenSSLContext.java    |  91 +++---
 .../tomcat/util/net/openssl/OpenSSLEngine.java     | 188 ++++++-------
 .../util/net/openssl/OpenSSLImplementation.java    |   2 +-
 .../util/net/openssl/OpenSSLSessionContext.java    |  14 +-
 .../util/net/openssl/OpenSSLSessionStats.java      |  24 +-
 .../tomcat/util/net/openssl/OpenSSLStatus.java     |   6 +-
 .../tomcat/util/net/openssl/OpenSSLUtil.java       |   4 +-
 .../util/net/openssl/OpenSSLX509Certificate.java   |  14 +-
 .../util/net/openssl/ciphers/Authentication.java   |  22 +-
 .../tomcat/util/net/openssl/ciphers/Cipher.java    |  37 ++-
 .../util/net/openssl/ciphers/KeyExchange.java      |  20 +-
 .../ciphers/OpenSSLCipherConfigurationParser.java  | 195 +++++++------
 .../tomcat/util/net/openssl/ciphers/Protocol.java  |   5 +-
 .../util/net/openssl/panama/OpenSSLContext.java    | 305 +++++++++++----------
 .../util/net/openssl/panama/OpenSSLEngine.java     | 268 +++++++++---------
 .../net/openssl/panama/OpenSSLImplementation.java  |   2 +-
 .../util/net/openssl/panama/OpenSSLLibrary.java    |  81 +++---
 .../net/openssl/panama/OpenSSLSessionContext.java  |  18 +-
 .../net/openssl/panama/OpenSSLSessionStats.java    |  30 +-
 .../util/net/openssl/panama/OpenSSLUtil.java       |   4 +-
 .../net/openssl/panama/OpenSSLX509Certificate.java |  14 +-
 21 files changed, 663 insertions(+), 681 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to