[java-metadata-aggregator] branch master updated (fd74d2d -> 15c3c5f)

Ian Young ian at iay.org.uk
Mon Jul 17 11:27:21 EDT 2017


This is an automated email from the git hooks/post-receive script.

iay pushed a change to branch master
in repository java-metadata-aggregator.

      from  fd74d2d   MDA-181 - add a BOM artifact
       new  dd9dcbe   MDA-183 - add Jetty demo keys to private key blacklists
       new  5e0f1b5   Add a missing compile-time dependency
       new  15c3c5f   Use TestNG, not JUnit

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 aggregator-blacklists/pom.xml                      |  28 ++++
 .../metadata/validate/x509/compromised-1024.txt    |   5 +
 .../metadata/validate/x509/compromised-2048.txt    |   4 +
 .../metadata/validate/x509/MDA183Test.java         | 144 +++++++++++++++++++++
 .../x509/X509RSAOpenSSLBlacklistValidatorTest.java |  42 ++----
 .../metadata/validate/x509/MDA183Test-keystore.jks | Bin 0 -> 3697 bytes
 aggregator-pipeline/pom.xml                        |  10 +-
 .../FilesInDirectoryMultiOutputStrategyTest.java   |   6 +-
 .../MultiOutputSerializationStageTest.java         |  10 +-
 .../x509/X509RSAOpenSSLBlacklistValidatorTest.java |  13 --
 10 files changed, 206 insertions(+), 56 deletions(-)
 create mode 100644 aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/MDA183Test.java
 copy aggregator-pipeline/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAKeyLengthValidatorTest.java => aggregator-blacklists/src/test/java/net/shibboleth/metadata/validate/x509/X509RSAOpenSSLBlacklistValidatorTest.java (53%)
 create mode 100644 aggregator-blacklists/src/test/resources/net/shibboleth/metadata/validate/x509/MDA183Test-keystore.jks

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list