summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto.js
AgeCommit message (Expand)Author
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-06-10test: move test_[key|ca|cert] 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 rsa keypairs to fixtures/keys/Alex Aubuchon
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-20tls: support TLSv1.3Sam Roberts
2019-01-08crypto: remove deprecated crypto._toBufTobias Nießen
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-11-09test: simplify regression test for SEGVSam Roberts
2018-08-27crypto: deprecate _toBufTobias Nießen
2018-05-18test: add eslint rule to verify assertion inputRuben Bridgewater
2018-04-25test: remove crypto.DEFAULT_ENCODING usageDaniel Bevenius
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-03test: update references to archived repositoryTobias Nießen
2017-11-11test: remove sha from test expectationsDavid Benjamin
2017-11-11test: update test expectations for OpenSSL 1.1.0David Benjamin
2017-10-23crypto: migrate crypto sign to internal/errorsJames M Snell
2017-09-28crypto: better crypto error messagesGreg Alexander
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-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
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-03-11crypto: fix default encoding of LazyTransformLukas Möller
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-16crypto,tls: fix mutability of return valuesRich Trott
2017-01-16test: increase test-crypto.js strictnessRich Trott
2016-11-29test: refactor and fix test-cryptoMichaël Zasso
2016-11-09crypto: fix handling of root_cert_store.Adam Langley
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-08tools: lint for object literal spacingRich Trott
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-02-01test: remove var redeclarations in test-crypto-*Rich Trott
2015-11-20crypto: disable crypto.createCipher in FIPS modeStefan Budeanu
2015-11-14test: increase crypto strength for FIPS standardStefan Budeanu
2015-08-17crypto: check for OpenSSL errors when signingP.S.V.R
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
2015-06-25test: do not swallow OpenSSL support errorRich Trott
2015-06-08crypto: add getCurves() to get supported ECsBrian White
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
2015-02-02crypto: support passwords in publicEncryptCalvin Metcalf
2015-01-28crypto: implement privateEncrypt/publicDecryptFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs