summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-pbkdf2.js
AgeCommit message (Expand)Author
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-05-01buffer,errors: improve bigint, big numbers and moreRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2018-09-19crypto: deprecate digest == null in PBKDF2Tobias Nießen
2018-09-02crypto: fix incorrect use of INT_MAX in validationTobias Nießen
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-04-26crypto: make pbkdf2 use checkIsArrayBufferViewDaniel Bevenius
2018-04-13errors: validate input argumentsRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-24lib: combine similar error codesWeijia Wang
2017-12-21test: increase pbkdf2 test coverageLeko
2017-10-23crypto: refactor argument validation for pbkdf2James M Snell
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-07-01test: refactor test-crypto-pbkdf2Rich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-02-13crypto: upgrade pbkdf2 without digest to an errorJames M Snell
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-09tools,test: enforce assert.ifError with lint ruleTeddy Katz
2016-12-03test: use const in test-crypto-pbkdf2Greg Valdez
2016-12-03test: improve test for crypto pbkdf2joyeecheung
2016-09-21src: Malloc/Calloc size 0 returns non-null pointerRich Trott
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-03-01crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny
2016-01-23crypto: pbkdf2 deprecate digest overload.Tom Gallacher
2015-10-24test: wrap assert.fail when passed to callbackMyles Borins
2015-09-25crypto: add more keylen sanity checks in pbkdf2Johann
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
2015-05-19test: enable linting for testsRoman Reiss
2015-03-05test: refactor all tests that depends on cryptoJohan Bergström
2015-02-13test: distribute crypto tests into separate filesBrendan Ashworth