node/lib/internal/crypto
Tobias Nießen 39dd3a4430
crypto: deprecate useless crypto APIs
The APIs were probably exposed by accident. getAuthTag and setAuthTag
are not a usual getter/setter pair: Getting the authentication tag
only makes sense in the context of encryption, setting it only makes
sense in the context of decryption. Currently, both functions throw.
Neither has been documented publicly.

PR-URL: https://github.com/nodejs/node/pull/22126
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-08-10 12:41:02 +02:00
..
certificate.js lib: always show ERR_INVALID_ARG_TYPE received part 2018-03-25 01:45:37 +01:00
cipher.js crypto: deprecate useless crypto APIs 2018-08-10 12:41:02 +02:00
diffiehellman.js lib: extract validateString validator 2018-08-07 10:51:27 -04:00
hash.js lib: extract validateString validator 2018-08-07 10:51:27 -04:00
pbkdf2.js lib: rename checkIsArrayBufferView() 2018-06-13 15:59:08 +02:00
random.js lib: consolidate redundant require() calls 2018-07-09 22:50:37 -04:00
scrypt.js crypto: add better scrypt option aliases 2018-07-18 14:18:01 +02:00
sig.js lib: extract validateString validator 2018-08-07 10:51:27 -04:00
util.js lib: extract validateString validator 2018-08-07 10:51:27 -04:00