node-forge 1.1.0 → 1.2.0

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 CHANGED
@@ -1,6 +1,23 @@
1
1
  Forge ChangeLog
2
2
  ===============
3
3
 
4
+ ## 1.2.0 - 2022-01-07
5
+
6
+ ### Fixed
7
+ - [x509] 'Expected' and 'Actual' issuers were backwards in verification failure
8
+ message.
9
+
10
+ ### Added
11
+ - [oid,x509]: Added OID `1.3.14.3.2.29 / sha1WithRSASignature` for sha1 with
12
+ RSA. Considered a deprecated equivalent to `1.2.840.113549.1.1.5 /
13
+ sha1WithRSAEncryption`. See [discussion and
14
+ links](https://github.com/digitalbazaar/forge/issues/825).
15
+
16
+ ### Changed
17
+ - [x509]: Reduce duplicate code. Add helper function to create a signature
18
+ digest given an signature algorithm OID. Add helper function to verify
19
+ signatures.
20
+
4
21
  ## 1.1.0 - 2022-01-06
5
22
 
6
23
  ### Fixed