summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-sign-verify.js
AgeCommit message (Expand)Author
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-06-05Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed448 keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move ed25519 keypair to fixtures/keys/Alex Aubuchon
2019-04-17crypto: do not abort when setting throwsSam Roberts
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28crypto: allow undefined for saltLength and paddingTobias Nießen
2019-03-23errors: update error nameRuben Bridgewater
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