summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-rsa-dsa.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "test: skip tests for openssl-3.0.0-alpha15"Daniel Bevenius2021-07-291-3/+0
* test: skip tests for openssl-3.0.0-alpha15Daniel Bevenius2021-05-141-0/+3
* test: update OpenSSL 3.0.0-alpha15 error messagesDaniel Bevenius2021-05-141-2/+3
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-16/+29
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-2/+51
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-3/+3
* crypto: add oaepLabel optionTobias Nießen2019-09-131-46/+19
* test: add test for OAEP hash mismatchTobias Nießen2019-08-071-0/+5
* crypto: extend RSA-OAEP support with oaepHashTobias Nießen2019-08-071-4/+91
* test: eliminate duplicate statementskhriztianmoreno2019-06-261-7/+8
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-101-5/+5
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-101-23/+20
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-051-27/+30
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-051-5/+5
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-051-23/+20
* test: test privateEncrypt/publicDecrypt + paddingBen Noordhuis2019-04-151-0/+36
* crypto: add openssl specific error propertiesSam Roberts2019-03-281-2/+8
* test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara2019-03-281-3/+43
* crypto: add key object APITobias Nießen2018-12-241-1/+1
* test: minor refactoringRuben Bridgewater2018-02-161-1/+0
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-9/+4
* crypto: fix Node_SignFinalDavid Benjamin2017-09-111-12/+34
* test: begin normalizing fixtures useJames M Snell2017-08-071-15/+14
* test: simplify test skippingVse Mozhet Byt2017-07-041-6/+4
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-16/+12
* lib,test: use regular expression literalsRich Trott2017-05-051-2/+2
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-2/+2
* test: improve test-crypto-rsa-dsaAdrian Estrada2017-01-101-53/+54
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-4/+4
* test: use const for all require() callscjihrig2017-01-021-5/+5
* test: cleanup IIFE testscjihrig2016-07-141-30/+30
* test: fix tests for non-crypto buildsAnna Henningsen2016-06-081-1/+1
* src: refactor require('constants')James M Snell2016-05-171-1/+1
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-7/+7
* test: remove var redeclarations in test-crypto-*Rich Trott2016-02-011-8/+10
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* 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/+254