node-forge 1.0.0 → 1.1.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,14 @@
1
1
  Forge ChangeLog
2
2
  ===============
3
3
 
4
+ ## 1.1.0 - 2022-01-06
5
+
6
+ ### Fixed
7
+ - [x509]: Correctly compute certificate issuer and subject hashes to match
8
+ behavior of openssl.
9
+ - [pem]: Accept certificate requests with "NEW" in the label. "BEGIN NEW
10
+ CERTIFICATE REQUEST" handled as "BEGIN CERTIFICATE REQUEST".
11
+
4
12
  ## 1.0.0 - 2022-01-04
5
13
 
6
14
  ### Notes