[xmlsectool] branch master updated (71c940a -> 42a5862)
Ian Young
ian at iay.org.uk
Thu Apr 28 11:37:02 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 71c940a XSTJ-21 - convert command line interface to use JCommander
new 64c96ea XSTJ-39 - add SHA-1 to the default verification blacklist
new c4d2cba Add a package-info.java file.
new dea1b27 Refactor by exbedding Blacklist and DigestChoice.
new 42a5862 XSTJ-39 - allow digest whitelisting as well as blacklisting
The 4 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/Blacklist.java | 165 +++++++++++
.../shibboleth/tool/xmlsectool/DigestChoice.java | 157 ++++++++++
.../net/shibboleth/tool/xmlsectool/XmlSecTool.java | 6 -
.../xmlsectool/XmlSecToolCommandLineArguments.java | 317 +++------------------
.../shibboleth/tool/xmlsectool/package-info.java | 22 ++
.../XmlSecToolCommandLineArgumentsTest.java | 22 +-
6 files changed, 400 insertions(+), 289 deletions(-)
create mode 100644 src/main/java/net/shibboleth/tool/xmlsectool/Blacklist.java
create mode 100644 src/main/java/net/shibboleth/tool/xmlsectool/DigestChoice.java
create mode 100644 src/main/java/net/shibboleth/tool/xmlsectool/package-info.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list