Skip to content

Releases: node-saml/xml-crypto

v3.0.1

31 Oct 09:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

13 Oct 02:46
Compare
Choose a tag to compare

Contains the following dependency updates:

BREAKING CHANGE: updates xmldom to 0.8.3, which alters how whitespace is handled

v2.1.4

24 Jul 07:16
Compare
Choose a tag to compare

Contains the following changes:

v2.1.3

20 Aug 03:08
Compare
Choose a tag to compare

Update xmldom to 0.7.0 (#236)

v1.5.6

20 Aug 03:08
Compare
Choose a tag to compare

Update xmldom to 0.7.0 (#236)

v1.5.4

23 Jul 02:09
Compare
Choose a tag to compare

Updated xmldom (06831c5)

v2.1.2

19 Apr 08:54
Compare
Choose a tag to compare

Bump xmldom to 0.6.0 (13c986a)

v2.1.1

16 Mar 08:12
Compare
Choose a tag to compare

Update xpath to latest (44d12ab)

v2.1.0

15 Mar 07:48
Compare
Choose a tag to compare

Bump JUnit, xmldom (#217, #225)
Use existing namespaces while looking up nodes (#218)
Don't pull example into module build (#220)

v2.0.0

05 Oct 16:53
Compare
Choose a tag to compare

Disable HMAC by default

Due to the potential of a key confusion vulnerability in support of HMAC-SHA1,
the HMAC-SHA1 "signing" algorithm has been disabled by default.

Previously, in certain situations it was possible to bypass signing checks
by maliciously changing the algorithm to HMAC-SHA1 and using the
public key as the HMAC secret.

If you need to validate an HMAC signature, you now must first call
SignedXml.enableHMAC().

All users are encouraged to upgrade.