summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto.js
Commit message (Expand)AuthorAgeFilesLines
* crypto,tls: fix mutability of return valuesRich Trott2017-03-081-0/+14
* test: increase test-crypto.js strictnessRich Trott2017-03-081-10/+20
* crypto: fix handling of root_cert_store.Adam Langley2017-01-311-0/+4
* test: refactor and fix test-cryptoMichaël Zasso2016-12-211-44/+43
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-171-1/+1
* tools: lint for object literal spacingRich Trott2016-05-171-4/+4
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-261-1/+1
* test: remove var redeclarations in test-crypto-*Rich Trott2016-02-011-1/+0
* crypto: disable crypto.createCipher in FIPS modeStefan Budeanu2015-11-201-2/+2
* test: increase crypto strength for FIPS standardStefan Budeanu2015-11-141-1/+1
* crypto: check for OpenSSL errors when signingP.S.V.R2015-08-171-0/+16
* test: changing process.exit to return while skipping testsSakthipriyan Vairamani2015-07-201-1/+1
* test: do not swallow OpenSSL support errorRich Trott2015-06-251-14/+1
* crypto: add getCurves() to get supported ECsBrian White2015-06-081-0/+6
* test: enable linting for testsRoman Reiss2015-05-191-2/+3
* test: refactor all tests that depends on cryptoJohan Bergström2015-03-051-4/+3
* test: distribute crypto tests into separate filesBrendan Ashworth2015-02-131-1107/+0
* crypto: support passwords in publicEncryptCalvin Metcalf2015-02-021-0/+41
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-0/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+1220