summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-sign-verify.js
AgeCommit message (Expand)Author
2019-01-11test: improve test coverage of native crypto codeTobias Nießen
2018-12-24crypto: add key object APITobias Nießen
2018-03-25test: remove string literal from assertionsNathaniel Weeks
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-06test: fix wrong error classes passed in as typeRuben Bridgewater
2017-12-08test: improve crypto test coverageLeko
2017-10-23crypto: migrate crypto sign to internal/errorsJames M Snell
2017-10-09test: clarify assert messages in crypto testscpandrews8
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
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-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-04-16test: change == to === in crypto testFabio Campinho
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-02-15test: improve crypto coverageAkito Ito
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-12-05test: update assert.equal() to assert.strictEqual()Peter Diaz
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-02-01test: remove var redeclarations in test-crypto-*Rich Trott
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