This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from f4466d2 Align message key format new 44035e9 Add equivalent of openssl ciphers command new 1364b1d Back-port clean-up new be1452c Simplify duplicated logic Reported by SpotBugs The 3 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: bin/{digest.bat => ciphers.bat} | 2 +- bin/{digest.sh => ciphers.sh} | 2 +- .../tomcat/util/net/SSLHostConfigCertificate.java | 4 +- java/org/apache/tomcat/util/net/SSLUtilBase.java | 3 +- .../util/net/openssl/ciphers/Encryption.java | 2 +- .../util/net/openssl/ciphers/EncryptionLevel.java | 2 +- .../util/net/openssl/ciphers/MessageDigest.java | 2 +- .../ciphers/OpenSSLCipherConfigurationParser.java | 72 ++++++++++++++++++++++ 8 files changed, 80 insertions(+), 9 deletions(-) copy bin/{digest.bat => ciphers.bat} (94%) copy bin/{digest.sh => ciphers.sh} (94%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org