summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-binary-default.js
Commit message (Expand)AuthorAgeFilesLines
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* test: well-defined DH groups now verify cleanSam Roberts2019-10-011-3/+1
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-101-3/+3
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-101-2/+2
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-101-17/+12
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-051-17/+22
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-051-3/+3
* test: move dsa keypairs to fixtures/keys/Alex Aubuchon2019-06-051-2/+2
* test: move rsa keypairs to fixtures/keys/Alex Aubuchon2019-06-051-17/+12
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-2/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-2/+2
* test: remove crypto.DEFAULT_ENCODING usageDaniel Bevenius2018-04-251-1/+3
* test: remove assert message and add block scopewuweiweiwu2018-03-041-398/+413
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-3/+1
* test: update references to archived repositoryTobias Nießen2018-01-031-1/+2
* test: improve readability of some crypto testsTobias Nießen2018-01-011-21/+18
* test: remove error messages in crypto-binary testKim Gentes2017-10-151-21/+14
* crypto: refactor the crypto moduleJames M Snell2017-09-181-3/+6
* crypto: fix Node_SignFinalDavid Benjamin2017-09-111-12/+12
* crypto: fix error of createCipher in wrap modeShigeki Ohtsu2017-08-301-0/+21
* test: begin normalizing fixtures useJames M Snell2017-08-071-14/+11
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-5/+5
* test: simplify test skippingVse Mozhet Byt2017-07-041-3/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-16/+11
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer2017-03-031-2/+2
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-59/+59
* test: refactor test-crypto-binary-defaultMichaël Zasso2016-11-291-117/+130
* test: improve chained property readabilityRich Trott2016-08-021-10/+14
* test: cleanup IIFE testscjihrig2016-07-141-18/+18
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-5/+5
* src: refactor require('constants')James M Snell2016-05-171-2/+2
* test: abstract skip functionality to commonJeremiah Senkpiel2016-05-121-1/+1
* tools: lint for object literal spacingRich Trott2016-05-081-4/+4
* test,tools: adjust function argument alignmentRich Trott2016-04-281-2/+5
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-3/+5
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-37/+37
* test: remove var redeclarations in test-crypto-*Rich Trott2016-02-011-23/+23
* crypto: pbkdf2 deprecate digest overload.Tom Gallacher2016-01-231-12/+12
* test: remove unused vars from parallel testsRich Trott2016-01-041-1/+0
* crypto: disable crypto.createCipher in FIPS modeStefan Budeanu2015-11-201-5/+6
* test: skip/replace weak crypto tests in FIPS modeStefan Budeanu2015-11-191-10/+16
* test: avoid test timeouts on rpiStefan Budeanu2015-11-181-1/+1
* test: increase crypto strength for FIPS standardStefan Budeanu2015-11-141-1/+1
* 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: fix crypto-binary-default bad crypto checkBrendan Ashworth2015-03-211-12/+1
* test: refactor all tests that depends on cryptoJohan Bergström2015-03-051-5/+3
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+693