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

elecharny pushed a change to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git


    from 3e9cb914d Merge pull request #34 from hboutemy/2.2.X
     new 9630c7d78 Applied Herve Biutemy patch for xbeans
     new 92199d83c Merge remote-tracking branch 'origin/2.2.X' into 2.2.X
     new 3937c93c1 Applied patch for DIRMINA-1122

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:
 .../java/org/apache/mina/filter/ssl/SslFilter.java |  79 +++++-
 .../filter/ssl/SslIdentificationAlgorithmTest.java | 316 +++++++++++++++++++++
 mina-core/src/test/resources/log4j.properties      |   5 +-
 .../apache/mina/filter/ssl/client-cn.truststore    | Bin 0 -> 951 bytes
 .../mina/filter/ssl/client-san-ext.truststore      | Bin 0 -> 986 bytes
 .../apache/mina/filter/ssl/emptykeystore.sslTest   | Bin 0 -> 32 bytes
 .../org/apache/mina/filter/ssl/server-cn.keystore  | Bin 0 -> 2240 bytes
 .../apache/mina/filter/ssl/server-san-ext.keystore | Bin 0 -> 2276 bytes
 mina-integration-xbean/pom.xml                     |  27 ++
 9 files changed, 417 insertions(+), 10 deletions(-)
 create mode 100644 
mina-core/src/test/java/org/apache/mina/filter/ssl/SslIdentificationAlgorithmTest.java
 create mode 100644 
mina-core/src/test/resources/org/apache/mina/filter/ssl/client-cn.truststore
 create mode 100644 
mina-core/src/test/resources/org/apache/mina/filter/ssl/client-san-ext.truststore
 create mode 100644 
mina-core/src/test/resources/org/apache/mina/filter/ssl/emptykeystore.sslTest
 create mode 100644 
mina-core/src/test/resources/org/apache/mina/filter/ssl/server-cn.keystore
 create mode 100644 
mina-core/src/test/resources/org/apache/mina/filter/ssl/server-san-ext.keystore

Reply via email to