node-forge 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/forge.all.min.js +1 -1
- package/dist/forge.min.js +1 -1
- package/lib/rsa.js +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Forge ChangeLog
|
|
2
2
|
===============
|
|
3
3
|
|
|
4
|
+
## 1.3.1 - 2022-03-29
|
|
5
|
+
|
|
6
|
+
### Fixes
|
|
7
|
+
- RFC 3447 and RFC 8017 allow for optional `DigestAlgorithm` `NULL` parameters
|
|
8
|
+
for `sha*` algorithms and require `NULL` paramters for `md2` and `md5`
|
|
9
|
+
algorithms.
|
|
10
|
+
|
|
4
11
|
## 1.3.0 - 2022-03-17
|
|
5
12
|
|
|
6
13
|
### Security
|