summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/sig.js
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce use of trailing commasAntoine du Hamel2023-03-061-4/+4
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-2/+2
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-3/+3
* crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan2021-04-081-52/+39
* crypto: remove check for condition that is always trueRich Trott2021-04-061-1/+1
* crypto: add optional callback to crypto.sign and crypto.verifyFilip Skokan2021-03-101-21/+96
* crypto: refactor to use more primordialsAntoine du Hamel2020-11-091-2/+3
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-19/+28
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-3/+3
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-4/+2
* crypto: optimize sign.update() and verify.update()Ben Noordhuis2020-03-111-3/+10
* lib: flatten access to primordialsMichaël Zasso2019-11-251-5/+7
* crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen2019-11-201-5/+32
* crypto: refactor array buffer view validationRuben Bridgewater2019-10-011-6/+3
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* crypto: add support for RSA-PSS keysTobias Nießen2019-04-081-8/+4
* crypto: remove legacy native handlesTobias Nießen2019-04-041-5/+0
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-2/+2
* crypto: add crypto.sign() and crypto.verify()Brian White2019-03-281-2/+75
* crypto: allow undefined for saltLength and paddingTobias Nießen2019-03-281-2/+2
* crypto: always accept private keys as public keysTobias Nießen2019-01-081-4/+5
* crypto: add key object APITobias Nießen2018-12-241-13/+18
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+2
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-3/+2
* crypto: put legacy _handle accessors on prototypesMichaël Zasso2018-11-111-2/+6
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* crypto: hide native handles from JS modulesTobias Nießen2018-09-121-7/+9
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-4/+2
* lib: extract validateString validatorJon Moss2018-08-071-5/+3
* crypto: prevent Sign::SignFinal from crashingTobias Nießen2018-07-181-3/+4
* lib: rename checkIsArrayBufferView()Ben Noordhuis2018-06-131-7/+8
* crypto: DRY type checkingBen Noordhuis2018-06-131-2/+2
* crypto: add checkIsArrayBufferViewDaniel Bevenius2018-04-261-33/+6
* crypto: add getIntOption function to reduce duplDaniel Bevenius2018-04-261-32/+23
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-6/+10
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-24/+28
* crypto: migrate crypto sign to internal/errorsJames M Snell2017-10-231-7/+32
* crypto: refactor the crypto moduleJames M Snell2017-09-181-0/+131