node-forge 0.8.4 → 0.8.5
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 +5 -0
- package/dist/forge.all.min.js +1 -1
- package/dist/forge.min.js +1 -1
- package/lib/x509.js +2 -2
- package/package.json +1 -1
package/lib/x509.js
CHANGED
|
@@ -2482,8 +2482,8 @@ function _CRIAttributesToAsn1(csr) {
|
|
|
2482
2482
|
return rval;
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
|
-
|
|
2486
|
-
|
|
2485
|
+
var jan_1_1950 = new Date('1950-01-01T00:00:00Z');
|
|
2486
|
+
var jan_1_2050 = new Date('2050-01-01T00:00:00Z');
|
|
2487
2487
|
|
|
2488
2488
|
/**
|
|
2489
2489
|
* Converts a Date object to ASN.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-forge",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
|
|
5
5
|
"homepage": "https://github.com/digitalbazaar/forge",
|
|
6
6
|
"author": {
|