summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/cipher.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-13crypto: fix key requirements in asymmetric cipherTobias Nießen
2019-10-01crypto: refactor array buffer view validationRuben Bridgewater
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04crypto: remove legacy native handlesTobias Nießen
2019-03-02crypto: move DEP0113 to End-of-LifeTobias Nießen
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2018-12-24crypto: add key object APITobias Nießen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-26crypto: convert to arrow functionyosuke ota
2018-11-11crypto: put legacy _handle accessors on prototypesMichaël Zasso
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-03crypto: extract throwInvalidArgType functionDaniel Bevenius
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-10crypto: deprecate useless crypto APIsTobias Nießen
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-07lib: extract validateString validatorJon Moss
2018-05-18string_decoder: lazy loadedRuben Bridgewater
2018-04-23crypto: remove rsaPrivate and rename rsaPublicDaniel Bevenius
2018-04-23crypto: add addCipherPrototypeFunctions functionDaniel Bevenius
2018-04-23crypto: add createCipher/WithIV functionsDaniel Bevenius
2018-04-14crypto: move Decipher.finaltol to End-of-LifeTobias Nießen
2018-04-06crypto: add support for AES-CCMTobias Nießen
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-18crypto: deprecate Decipher.finaltolTobias Nießen
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2017-10-30crypto: migrate CipherBase to internal/errorsJames M Snell
2017-09-18crypto: refactor the crypto moduleJames M Snell