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

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


    from e71fd69  Ensure consistent ordering of certificates
     new eaca059  Private keys may be of any type
     new d97277c  AprEndpoint may now be either configuration type
     new 47cd4a0  Certificate index should vary by type rather than be 
hard-coded
     new 2f9e7c5  Refactor the relationship between OpenSSLContext and 
KeyManager
     new 143a740  Expand the TLS unit tests to include mutliple certificates

The 20565 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:
 java/org/apache/tomcat/util/net/AprEndpoint.java   |   7 +-
 .../tomcat/util/net/SSLHostConfigCertificate.java  |  12 ++
 .../tomcat/util/net/openssl/OpenSSLContext.java    |  45 +++---
 .../tomcat/util/net/openssl/OpenSSLUtil.java       |  22 +++
 test/org/apache/tomcat/util/net/TestCustomSsl.java |   2 +-
 .../tomcat/util/net/TestSSLHostConfigCompat.java   | 155 +++++++++++++++------
 test/org/apache/tomcat/util/net/TesterSupport.java |   5 +-
 7 files changed, 177 insertions(+), 71 deletions(-)


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

Reply via email to