[xmlsectool] branch master updated (3df2427 -> 1ebf0df)

Ian Young ian at iay.org.uk
Wed May 25 06:07:49 EDT 2016


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

iay pushed a change to branch master
in repository xmlsectool.

      from  3df2427   XSTJ41 - refactor for testability
       new  91c5d2f   XSTJ-59 - regression in DSA functionality
       new  1ebf0df   Work round Maven's conventions for TestNG class names.

The 2 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:
 .../net/shibboleth/tool/xmlsectool/XmlSecTool.java | 71 +++++++++++++---------
 .../net/shibboleth/tool/xmlsectool/BaseTest.java   | 42 ++++++++++++-
 .../xmlsectool/{XSTJ51.java => XSTJ51Test.java}    |  8 +--
 .../net/shibboleth/tool/xmlsectool/XSTJ59Test.java | 62 +++++++++++++++++++
 .../shibboleth/tool/xmlsectool/XSTJ59-dsa1024.crt  | 19 ++++++
 .../shibboleth/tool/xmlsectool/XSTJ59-dsa1024.key  | 12 ++++
 .../shibboleth/tool/xmlsectool/XSTJ59-in.xml}      |  0
 .../shibboleth/tool/xmlsectool/XSTJ59-out1024.xml} | 69 +++++++++++----------
 8 files changed, 213 insertions(+), 70 deletions(-)
 rename src/test/java/net/shibboleth/tool/xmlsectool/{XSTJ51.java => XSTJ51Test.java} (94%)
 create mode 100644 src/test/java/net/shibboleth/tool/xmlsectool/XSTJ59Test.java
 create mode 100644 src/test/resources/net/shibboleth/tool/xmlsectool/XSTJ59-dsa1024.crt
 create mode 100644 src/test/resources/net/shibboleth/tool/xmlsectool/XSTJ59-dsa1024.key
 copy src/test/resources/{manual/XSTJ-27/in1.xml => net/shibboleth/tool/xmlsectool/XSTJ59-in.xml} (100%)
 copy src/test/resources/{manual/XSTJ-28/sha1.xml => net/shibboleth/tool/xmlsectool/XSTJ59-out1024.xml} (79%)

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


More information about the commits mailing list