summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-hash.js
Commit message (Expand)AuthorAgeFilesLines
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-16/+16
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-2/+2
* test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig2017-01-061-3/+3
* test: use const for all require() callscjihrig2017-01-021-5/+5
* test: update parallel/test-crypto-hash.jsDeepti Agrawal2016-12-061-10/+10
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-4/+4
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* test,tools: adjust function argument alignmentRich Trott2016-04-281-2/+5
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-6/+8
* crypto: better error message for createHashCalvin Metcalf2016-04-181-0/+12
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+2
* crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny2016-03-021-1/+12
* test: skip/replace weak crypto tests in FIPS modeStefan Budeanu2015-11-191-5/+7
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* test: refactor all tests that depends on cryptoJohan Bergström2015-03-051-4/+3
* test: distribute crypto tests into separate filesBrendan Ashworth2015-02-131-0/+87