summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-rsa-dsa.js
AgeCommit message (Expand)Author
2019-09-13crypto: add oaepLabel optionTobias Nießen
2019-08-07test: add test for OAEP hash mismatchTobias Nießen
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-06-26test: eliminate duplicate statementskhriztianmoreno
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-10test: move dsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-10test: move rsa keypairs 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 dsa keypairs to fixtures/keys/Alex Aubuchon
2019-06-05test: move rsa keypairs to fixtures/keys/Alex Aubuchon
2019-04-15test: test privateEncrypt/publicDecrypt + paddingBen Noordhuis
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-28test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara
2018-12-24crypto: add key object APITobias Nießen
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-05lib,test: use regular expression literalsRich Trott
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-10test: improve test-crypto-rsa-dsaAdrian Estrada
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-02test: use const for all require() callscjihrig
2016-07-14test: cleanup IIFE testscjihrig
2016-06-08test: fix tests for non-crypto buildsAnna Henningsen
2016-05-17src: refactor require('constants')James M Snell
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
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