summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/diffiehellman.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04crypto: remove legacy native handlesTobias Nießen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2018-11-11crypto: put legacy _handle accessors on prototypesMichaël Zasso
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-08-07lib: extract validateString validatorJon Moss
2018-04-26crypto: simplify diffiehellman getFormat functionDaniel Bevenius
2018-03-25lib,test: minor refactoringRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-10-01crypto: remove useless if statementWeijia Wang
2017-09-27crypto: expose ECDH classBryan English
2017-09-18crypto: refactor the crypto moduleJames M Snell