node-forge
Advanced tools
Changelog
0.8.4 - 2019-05-22
new Buffer
with Buffer.from
and Buffer.alloc
.Changelog
0.8.2 - 2019-03-18
Changelog
0.8.0 - 2019-01-31
notBefore
and notAfter
dates less
than Jan 1, 1950 or greater than or equal to Jan 1, 2050.pki.verifyCertificateChain
:
validityCheckDate
option to allow checking the certificate validity
period against an arbitrary Date
or null
for no check at all. The
current date is used by default.tls.createConnection
:
verifyOptions
option that passes through to
pki.verifyCertificateChain
. Can be used for the above validityCheckDate
option.rsa.generateKeyPair
:
crypto.generateKeyPair
/crypto.generateKeyPairSync
on Node.js if
available (10.12.0+) and not in pure JS mode.rsa.generateKeyPair
if prng
option specified since
this isn't supported by current native APIs.pki.verifyCertificateChain
:
(caStore, chain, options)
. Older (caStore, chain, verify)
signature is still supported. New style is to to pass in a
verify
option.Changelog
0.7.6 - 2018-08-14
Changelog
0.7.4 - 2018-03-07