Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Releases: Mastercard/client-encryption-ruby

v1.3.2

Choose a tag to compare

@danny-gallagher danny-gallagher released this 22 Mar 16:39
5c6dd79
  • Adding support for A128/192GCM decryption
  • Removing support for p12 key loading due to issue with OpenSSL 3+

v1.3.1

Choose a tag to compare

@danny-gallagher danny-gallagher released this 29 Sep 13:25
  • Removing trailing characters from decrypted responses

v1.3.0

Choose a tag to compare

@danny-gallagher danny-gallagher released this 21 Jul 20:23
  • Fixed OpenAPI deserialisation issue

v1.2.0

Choose a tag to compare

@danny-gallagher danny-gallagher released this 21 Jul 13:15
  • Added JWE support

v1.1.0

Choose a tag to compare

@ech0s7r ech0s7r released this 17 Sep 18:16
23c3ba7
  • Added ability to encrypt and decrypt JSON array bodies

v1.0.3

Choose a tag to compare

@jaaufauvre jaaufauvre released this 18 Nov 16:24
fb93a95
  • Fixed OpenSSL::PKey::PKeyError and OpenSSL::PKCS12::PKCS12Error on Windows
  • Bumped rake version (CVE-2020-8130)
  • Updated copyright

v1.0.2

Choose a tag to compare

@ech0s7r ech0s7r released this 13 Aug 12:53
49e2d2a
  • Added ability to decrypt primitive type values using the same path as the encrypted value.

v1.0.1

Choose a tag to compare

@ech0s7r ech0s7r released this 13 Aug 11:48
387a759
  • Fixed NPE when multiple encryption paths are provided

v1.0.0

Choose a tag to compare

@ech0s7r ech0s7r released this 14 May 14:38
57f7970
  • First version