Skip to content

Releases: auth0/node-xml-encryption

v2.0.0

19 Jan 09:53
28cc6f1
Compare
Choose a tag to compare
  • BREAKING CHANGE: Drops support for Node 8
  • Replaces node-forge with native crypto functions

v1.3.0

25 Aug 16:27
f5f6532
Compare
Choose a tag to compare

[SEC] Bumps xmldom minor version.
[SEC] Bumps glob-parent patch version

v1.2.3

18 Mar 09:29
ca3796b
Compare
Choose a tag to compare

Updated the xmldom dependency due to a vulnerability (CVE-2021-21366) in earlier versions.

v1.2.2

09 Feb 19:23
435b1d0
Compare
Choose a tag to compare
  • Dev
    Remove test files to prevent false positive from SAST checks.

V1.2.0

07 May 22:25
1f013c5
Compare
Choose a tag to compare

fix: Moved sinon to devDependency to reduce prod dependency weight.

v1.1.0

25 Mar 21:06
77efd10
Compare
Choose a tag to compare

Enhancements:

  • feat: Add support for AES-GCM family (#67)
  • feat: Add warning when insecure algorithm is used. (#68)

v1.0.0

30 Jan 21:42
e711f7b
Compare
Choose a tag to compare

💥Breaking changes:

  • typo fix: options.keyEncryptionAlgorighm -> options.keyEncryptionAlgorithm
  • Deprecate support for node 4/6

Enhancements:

  • Remove ejs dependencies to use native literals
  • Move to inline templates to allow webpack
  • Added option to fail encryption and decryption for non-recommended algorithms (3DES and rsa1.5)

v0.13.0

07 Jan 18:47
Compare
Choose a tag to compare
  • Added support to fail on insecure algorithms.

v0.12.0

27 Dec 13:19
3571b58
Compare
Choose a tag to compare
  • Removes async as a dependency
  • Drops support for Node 0.10.
  • Includes test suite for Node 10 and 12

v0.11.1

26 Feb 15:03
Compare
Choose a tag to compare

Make sure Node 6-8 are supported