Cryptography Module Release Notes for Mule 4
Cryptography module provides cryptography capabilities to a Mule application.
Support Category: Select
1.3.4
1.3.3
1.3.1
1.3.0
September 25, 2019
Features
-
XML Signatures can be verified against certificates contained in the document.
-
It is possible to define an XPath expression to select and verify a signature in an XML document that contains multiple signatures.
-
JCE encryption and decryption use a random initialization vector (IV).
1.1.0
August 20, 2019
Features
-
Implemented atomic encrypt and sign operation for PGP.
-
PGP decryption operation can validate signature if found.
-
All PGP encryption operations now include MDC (modification detection code) by default. Although this is unlikely to cause any issues, you can use the
disableMDC
parameter to revert to the previous behavior if needed.