summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-hmac.js
Commit message (Expand)AuthorAgeFilesLines
* test: improve test coverage of native crypto codeTobias Nießen2019-01-111-0/+6
* crypto: add key object APITobias Nießen2018-12-241-51/+37
* test: merge test with unnecessary child processSam Roberts2018-12-161-0/+10
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-2/+2
* test: add more information to assert.strictEqualUjjwal Sharma2018-03-061-1/+6
* test,benchmark,doc: enable dot-notation ruleRuben Bridgewater2018-02-161-15/+15
* test: expand coverage for cryptoLeko2017-12-061-0/+24
* test: improve crypto HMAC test assertionsSeth Holladay2017-10-091-26/+41
* crypto: refactor the crypto moduleJames M Snell2017-09-181-14/+9
* src: avoid heap allocation in hmac.digest()Ben Noordhuis2017-07-171-0/+35
* test: simplify test skippingVse Mozhet Byt2017-07-041-5/+3
* crypto: throw proper errors if out enc is UTF-16Anna Henningsen2017-05-031-0/+4
* test: test hmac binding robustnessSam Roberts2017-01-231-0/+8
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-5/+5
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-13/+13
* test: use const for all require() callscjihrig2017-01-021-3/+3
* test: refactor test-crypto-hmaceudaimos2016-12-071-10/+10
* test: favor `===` over `==` in crypto testsRich Trott2016-08-211-1/+1
* test: improve chained property readabilityRich Trott2016-08-021-10/+14
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-30/+30
* test: remove var redeclarations in test-crypto-*Rich Trott2016-02-011-14/+14
* test: fix issues for space-in-parens ESLint ruleRoman Reiss2016-01-191-1/+1
* test: skip/replace weak crypto tests in FIPS modeStefan Budeanu2015-11-191-6/+11
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-1/+2
* 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/+362