summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/pbkdf2.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove redundant validateUint32 argumentTobias Nießen2019-11-301-2/+2
* crypto: refactor array buffer view validationRuben Bridgewater2019-10-011-3/+3
* crypto: move _pbkdf2 call out of handleError functDaniel Bevenius2019-06-241-5/+4
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-1/+1
* lib: refactor Error.captureStackTrace() usageRuben Bridgewater2019-03-231-2/+2
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* crypto: deprecate digest == null in PBKDF2Tobias Nießen2018-09-191-1/+7
* lib,doc: remove unused parameter, improve docsMaleDong2018-09-181-3/+3
* crypto: fix incorrect use of INT_MAX in validationTobias Nießen2018-09-021-4/+4
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-2/+2
* crypto: move process.binding('crypto') to internalDaniel Bevenius2018-08-241-1/+2
* lib: rename checkIsArrayBufferView()Ben Noordhuis2018-06-131-3/+3
* lib: replace checkUint() with validateInt32()Ben Noordhuis2018-06-131-6/+4
* crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis2018-06-131-32/+41
* crypto: DRY type checkingBen Noordhuis2018-06-131-21/+7
* crypto: make pbkdf2 use checkIsArrayBufferViewDaniel Bevenius2018-04-261-14/+3
* errors: validate input argumentsRuben Bridgewater2018-04-131-5/+2
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-5/+7
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-18/+20
* lib: combine similar error codesWeijia Wang2017-12-241-1/+4
* crypto: refactor argument validation for pbkdf2James M Snell2017-10-231-4/+40
* crypto: refactor the crypto moduleJames M Snell2017-09-181-0/+59