Validation frameworks and RSA key length checking.
There is a lot of internal refactoring in this release. Only two new classes have been introduced:
X509CertificateValidationStage
allows a list of validators to be applied to all X.509 certificates in each item's metadataX509CertificateRSAKeyLengthValidator
is such a validator, which allows warnings or errors to be placed on items using key lengths below the configured thresholds.