0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib/internal/crypto
Tobias Nießen b64446648b
crypto: add oaepLabel option
The label acts as the "L" input to the RSA-OAEP algorithm.

PR-URL: https://github.com/nodejs/node/pull/29489
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-09-13 16:58:41 +02:00
..
certificate.js
cipher.js crypto: add oaepLabel option 2019-09-13 16:58:41 +02:00
diffiehellman.js
hash.js src: add error codes to errors thrown in C++ 2019-08-09 15:58:58 -07:00
keygen.js crypto: move _impl call out of handleError funct 2019-06-24 05:36:59 +02:00
keys.js crypto: fix KeyObject handle type error message 2019-05-30 15:37:02 +02:00
pbkdf2.js crypto: move _pbkdf2 call out of handleError funct 2019-06-24 05:36:55 +02:00
random.js crypto: move _randomBytes call out of handleError funct 2019-06-24 05:36:51 +02:00
scrypt.js lib: rename validateSafeInteger to validateInteger 2019-08-19 11:55:22 -04:00
sig.js
util.js