[java-opensaml] branch master updated (4b8ea8f -> 4a3a75a)

Brent Putman putmanb at georgetown.edu
Tue Sep 11 21:38:37 EDT 2018


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

putmanb pushed a change to branch master
in repository java-opensaml.

      from  4b8ea8f   Move test class jars to their own BOM module.
       new  a2921ae   OSJ-230: Expose signing parameter to control ContentReference c14n ...
       new  9f8930c   OSJ-242: XMLConfigurator.createClassInstance() should catch Throwable
       new  d536a2b   OSJ-245: Uncaught exception handling invalid certificates during ...
       new  4a3a75a   OSJ-244: MetadataProvider should be robust for planed change of ...

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:
 .../core/xml/config/XMLConfigurationException.java |   4 +-
 .../opensaml/core/xml/config/XMLConfigurator.java  |   6 +-
 .../saml/common/SAMLObjectContentReference.java    |   3 +-
 .../filter/impl/SignatureValidationFilter.java     |  22 +--
 .../SignatureValidationFilterExplicitKeyTest.java  |  36 +++--
 .../impl/SignatureValidationFilterPKIXTest.java    |   6 +-
 .../org/opensaml/security/x509/X509Support.java    |  17 ++-
 .../xmlsec/SignatureSigningConfiguration.java      |   7 +
 .../xmlsec/SignatureSigningParameters.java         |  21 +++
 .../xmlsec/signature/support/SignatureSupport.java | 147 ++++++++++++++++---
 ...=> TransformsConfigurableContentReference.java} |  26 ++--
 .../signature/support/URIContentReference.java     |   8 +-
 .../impl/BasicSignatureSigningConfiguration.java   |  22 +++
 .../BasicSignatureSigningParametersResolver.java   |  22 +++
 ...asicSignatureSigningParametersResolverTest.java |  31 ++++
 .../signature/support/SignatureSupportTest.java    | 162 +++++++++++++++++++++
 16 files changed, 457 insertions(+), 83 deletions(-)
 copy opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/signature/support/{ConfigurableContentReference.java => TransformsConfigurableContentReference.java} (58%)
 create mode 100644 opensaml-xmlsec-impl/src/test/java/org/opensaml/xmlsec/signature/support/SignatureSupportTest.java

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


More information about the commits mailing list