Releases: Mastercard/client-encryption-java
Releases · Mastercard/client-encryption-java
v1.7.7
- Adding support for AES GCM 128 / 192 decryption
v1.7.6
- Adding encryption key config option
v1.7.5
v1.7.4
- Added ability to specify encryption key fingerprint
v1.7.3
- Addressing CVE-2020-36518
v1.7.2
- Made
JsonParser.withJsonEngine
accessible for external use - Addressed CVE-2021-27568
- Code clean-up
v1.7.1
- Fixed "length operation cannot be applied to null" when decrypting certain payloads
v1.7.0
- Added ability to encrypt and decrypt JSON array bodies
- JWE: used proper base64 URL encoding as per https://datatracker.ietf.org/doc/html/rfc7515#appendix-C
- Bumped JsonPath version to 2.6.0
v1.6.0
- Added support for JWE encryption
- Dropped Java 7 support
v1.5.0
- Added Java 13 and 14 to test environments
- Updated Jackson to address CVE-2019-14540 and CVE-2019-16335
- Bumped dependencies
- Updated copyright