summaryrefslogtreecommitdiff
path: root/lib/internal/crypto/pbkdf2.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove default encoding from pbkdf2Tobias Nießen2023-05-071-8/+2
* crypto: use WebIDL converters in WebCryptoAPIFilip Skokan2023-01-171-12/+4
* crypto: remove webcrypto HKDF and PBKDF2 default-applied lengthsFilip Skokan2022-10-121-21/+20
* crypto: restrict PBKDF2 args to signed intTobias Nießen2022-09-101-2/+5
* crypto: fix webcrypto deriveBits validationsFilip Skokan2022-08-121-2/+8
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* lib: make lazyDOMException more commonXadillaX2021-06-281-1/+4
* crypto: fix webcrypto derive(Bits|Key) resolve values and docsFilip Skokan2021-04-121-1/+1
* crypto: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-191-1/+1
* lib: refactor to use validateStringZiJian Liu2021-01-221-6/+3
* lib: refactor to use validateCallbackZiJian Liu2020-12-291-3/+2
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-27/+88
* crypto: move pbkdf2 without digest to EOLJames M Snell2020-02-051-11/+2
* crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen2019-11-281-1/+1
* crypto: remove redundant validateUint32 argumentTobias Nießen2019-11-211-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