summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/sig.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-10-01crypto: refactor array buffer view validationRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-04crypto: remove legacy native handlesTobias Nießen
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28crypto: allow undefined for saltLength and paddingTobias Nießen
2019-01-08crypto: always accept private keys as public keysTobias Nießen
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-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-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-07lib: extract validateString validatorJon Moss
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-06-13lib: rename checkIsArrayBufferView()Ben Noordhuis
2018-06-13crypto: DRY type checkingBen Noordhuis
2018-04-26crypto: add checkIsArrayBufferViewDaniel Bevenius
2018-04-26crypto: add getIntOption function to reduce duplDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2017-10-23crypto: migrate crypto sign to internal/errorsJames M Snell
2017-09-18crypto: refactor the crypto moduleJames M Snell