0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal/crypto
Tobias Nießen 3afa5d7ba8
crypto: improve error handling in parseKeyEncoding
This change only affects KeyObject.export().

PR-URL: https://github.com/nodejs/node/pull/26455
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2019-03-09 12:00:23 +01:00
..
certificate.js
cipher.js crypto: move DEP0113 to End-of-Life 2019-03-02 10:58:12 +01:00
diffiehellman.js src,lib: remove dead process.binding() code 2019-02-03 20:41:53 +01:00
hash.js crypto: include 'Buffer' in error output of Hash.update method 2019-02-09 17:21:41 +01:00
keygen.js crypto: fix key object wrapping in sync keygen 2019-01-07 07:33:35 +01:00
keys.js crypto: improve error handling in parseKeyEncoding 2019-03-09 12:00:23 +01:00
pbkdf2.js
random.js
scrypt.js
sig.js crypto: always accept private keys as public keys 2019-01-08 00:20:09 +01:00
util.js