Skip to content

Releases: ukf/ukf-mda

v0.10.1

Choose a tag to compare

@stskjisc stskjisc released this 06 Aug 14:12
0.10.1
44bd056
  • Added StatusMetadataCheckingStrategy: A strategy for evaluating status metadata against a configurable type and message.
  • Added StatusMetadataFilteringStage: A stage that removes matching entries from an item's metadata collection based on a configurable type and message.

Add CRDetectingStage

Choose a tag to compare

@iay iay released this 15 Apr 13:04
v0.9.1

Add a stage to allow detecting CR characters in text, so that we can avoid the SSPCPP-684 issue in the Shibboleth SP.

Upgrade to Shibboleth MDA 0.9.0

Choose a tag to compare

@iay iay released this 19 Dec 17:18
v0.9.0

This release is compatible with the Shibboleth MDA 0.9.0 release, and terminates the 0.9pre development branch.

Classes which now have equivalents in the upstream API have been removed.

Add NamespacesStrippingStage

Choose a tag to compare

@iay iay released this 03 Dec 11:24
v0.8.8
v0.8.8

Version 0.8.8

Add SAMLStringElementCheckingStage.

Choose a tag to compare

@iay iay released this 11 Mar 11:07
v0.8.7
v0.8.7

Version 0.8.7.

Implement EntityAttributeAddingStage

Choose a tag to compare

@iay iay released this 26 Jan 09:55
v0.8.6

Added EntityAttributeAddingStage.

mdui:IPHint bug fix

Choose a tag to compare

@iay iay released this 14 Nov 16:25
v0.8.5

Fixes a problem which resulted in an array index out of bounds while validating mdui:IPHint values without a CIDR suffix.

Entity Attribute Filtering

Choose a tag to compare

@iay iay released this 25 Jul 14:38
v0.8.4

Added EntityAttributeFilteringStage and associated matchers.

Minor bug fixes and updates

Choose a tag to compare

@iay iay released this 24 Jan 15:31
v0.8.3
  • Issue #2: duplicate ODN detector should allow setting naming strategy for clashing entity
  • Issue #7: duplicate ODN detector can be fooled by inconsistent case
  • Issue #9: allow blank lines in blacklist files
  • Issue #10: shorten class names on X.509 validators
  • Improved error status messages from X509RSAOpenSSLBlacklistValidator.

More X.509 validators

Choose a tag to compare

@iay iay released this 21 Nov 18:52
v0.8.2

Added more X.509 certificate validators:

  • X509CertificateConsistentNameValidator
  • X509CertificateRSAExponentValidator
  • X509CertificateRSAOpenSSLBlacklistValidator

Validator beans are now identifiable, initializable, destructable components, in the same way that Stages are.