All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.0 (2022-05-12)
- handle poorly formatted PEM files (#85)
2.0.1 (2022-02-09)
- saml11: do not mutate moment() when options.lifetimeInSeconds is provided (0a5afd1)
2.0.0 (2022-02-04)
- Requires NodeJS >= 12
Upgraded the xml-encryption package which removes the vulnerable node-forge dependency See https://github.com/advisories/GHSA-8fr3-hfg3-gpgp
- remove vulnerable node-forge dependency (0106c61)
1.0.1 (2021-09-17)
- update xmldom and xml-crypto to fix security issues (6ad0243)
1.0.0 (2020-11-04)
- update xml-crypto and xmldom dependencies to fix sec issues
- stop supporting node v4 and v8
- xml-encryption major version bump, fix typo in config property
from
keyEncryptionAlgorighm
tokeyEncryptionAlgorithm
consumed by new xml-encryption library version.
-
fix sec issues with dependencies (06acc02)
-
update xml-crypto and xmldom dependencies to fix sec issues (772c30e)
-
remove node v4 and v8 in travis configuration (d8c62af)
0.15.0 (2020-10-01)
- saml11: adds saml11.createUnsignedAssertion() (51170c9)
- saml20: adds Saml20.createUnsignedAssertion() (de0e766)
- xml/sign: unsigned assertions should have whitespace removed as well (968d0e7)
- saml20: parses saml20.template only once at start up (cb3bfcd)