summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-hash.js
AgeCommit message (Expand)Author
2019-10-16crypto: add Hash.prototype.copy() methodBen Noordhuis
2019-10-03crypto: remove arbitrary UTF16 restrictionAnna Henningsen
2019-07-29crypto: add null check to outputLength logiccjihrig
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-09crypto: include 'Buffer' in error output of Hash.update methodAmit Zur
2018-12-16test: merge test with unnecessary child processSam Roberts
2018-08-01test: remove third argument from call to assert.strictEqual()Michael Sommer
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-11test: Remove unnecessary asserion messages in test-crypto-hash.jsPiotr Grzesik
2018-01-03test: update references to archived repositoryTobias Nießen
2017-12-06test: expand coverage for cryptoLeko
2017-10-28test: include values in assertion messagesnhoel
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-08-13test: invoke callback with common.mustCall()Griffith Tchenpan
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-05-03crypto: throw proper errors if out enc is UTF-16Anna Henningsen
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-02test: use const for all require() callscjihrig
2016-12-06test: update parallel/test-crypto-hash.jsDeepti Agrawal
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-04-28test,tools: adjust function argument alignmentRich Trott
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18crypto: better error message for createHashCalvin Metcalf
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2015-11-19test: skip/replace weak crypto tests in FIPS modeStefan Budeanu
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