Skip to content

Releases: node-saml/xml-crypto

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.

v1.5.3

14 Apr 01:05
Compare
Choose a tag to compare

Round out having callbacks for more methods (#209)

v1.5.2

13 Apr 13:29
Compare
Choose a tag to compare

Lock ejs to 2.6.1 without npm-shrinkwrap (638ab6c)

v1.5.1

13 Apr 04:17
Compare
Choose a tag to compare

Prevent global leak, pass xml object to callback (#207)

v1.5.0

12 Apr 15:16
Compare
Choose a tag to compare

Allow signature signing/verification to take place via callback (#206)