| Commit message (Expand) | Author | Age | Files | Lines |
* | test: refactor common.expectsError | Ruben Bridgewater | 2019-12-31 | 1 | -2/+2 |
* | test: well-defined DH groups now verify clean | Sam Roberts | 2019-10-01 | 1 | -3/+1 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-10 | 1 | -3/+3 |
* | test: move dsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-10 | 1 | -2/+2 |
* | test: move rsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-10 | 1 | -17/+12 |
* | Revert "test: move all test keys/certs under `test/fixtures/keys/`" | Sam Roberts | 2019-06-05 | 1 | -17/+22 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-05 | 1 | -3/+3 |
* | test: move dsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-05 | 1 | -2/+2 |
* | test: move rsa keypairs to fixtures/keys/ | Alex Aubuchon | 2019-06-05 | 1 | -17/+12 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -2/+2 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -2/+2 |
* | test: remove crypto.DEFAULT_ENCODING usage | Daniel Bevenius | 2018-04-25 | 1 | -1/+3 |
* | test: remove assert message and add block scope | wuweiweiwu | 2018-03-04 | 1 | -398/+413 |
* | test: remove assert.doesNotThrow() | Ruben Bridgewater | 2018-02-16 | 1 | -3/+1 |
* | test: update references to archived repository | Tobias Nießen | 2018-01-03 | 1 | -1/+2 |
* | test: improve readability of some crypto tests | Tobias Nießen | 2018-01-01 | 1 | -21/+18 |
* | test: remove error messages in crypto-binary test | Kim Gentes | 2017-10-15 | 1 | -21/+14 |
* | crypto: refactor the crypto module | James M Snell | 2017-09-18 | 1 | -3/+6 |
* | crypto: fix Node_SignFinal | David Benjamin | 2017-09-11 | 1 | -12/+12 |
* | crypto: fix error of createCipher in wrap mode | Shigeki Ohtsu | 2017-08-30 | 1 | -0/+21 |
* | test: begin normalizing fixtures use | James M Snell | 2017-08-07 | 1 | -14/+11 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -5/+5 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 1 | -3/+1 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 1 | -16/+11 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | benchmark,build,doc,lib,src,test: correct typos | Benjamin Fleischer | 2017-03-03 | 1 | -2/+2 |
* | test: use eslint to fix var->const/let | Gibson Fahnestock | 2017-01-11 | 1 | -59/+59 |
* | test: refactor test-crypto-binary-default | Michaël Zasso | 2016-11-29 | 1 | -117/+130 |
* | test: improve chained property readability | Rich Trott | 2016-08-02 | 1 | -10/+14 |
* | test: cleanup IIFE tests | cjihrig | 2016-07-14 | 1 | -18/+18 |
* | buffer: introduce latin1 encoding term | Trevor Norris | 2016-06-07 | 1 | -5/+5 |
* | src: refactor require('constants') | James M Snell | 2016-05-17 | 1 | -2/+2 |
* | test: abstract skip functionality to common | Jeremiah Senkpiel | 2016-05-12 | 1 | -1/+1 |
* | tools: lint for object literal spacing | Rich Trott | 2016-05-08 | 1 | -4/+4 |
* | test,tools: adjust function argument alignment | Rich Trott | 2016-04-28 | 1 | -2/+5 |
* | test,benchmark: use deepStrictEqual() | Rich Trott | 2016-04-22 | 1 | -3/+5 |
* | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 1 | -37/+37 |
* | test: remove var redeclarations in test-crypto-* | Rich Trott | 2016-02-01 | 1 | -23/+23 |
* | crypto: pbkdf2 deprecate digest overload. | Tom Gallacher | 2016-01-23 | 1 | -12/+12 |
* | test: remove unused vars from parallel tests | Rich Trott | 2016-01-04 | 1 | -1/+0 |
* | crypto: disable crypto.createCipher in FIPS mode | Stefan Budeanu | 2015-11-20 | 1 | -5/+6 |
* | test: skip/replace weak crypto tests in FIPS mode | Stefan Budeanu | 2015-11-19 | 1 | -10/+16 |
* | test: avoid test timeouts on rpi | Stefan Budeanu | 2015-11-18 | 1 | -1/+1 |
* | test: increase crypto strength for FIPS standard | Stefan Budeanu | 2015-11-14 | 1 | -1/+1 |
* | test: changing process.exit to return while skipping tests | Sakthipriyan Vairamani | 2015-07-20 | 1 | -1/+1 |
* | test: enable linting for tests | Roman Reiss | 2015-05-19 | 1 | -0/+1 |
* | test: fix crypto-binary-default bad crypto check | Brendan Ashworth | 2015-03-21 | 1 | -12/+1 |
* | test: refactor all tests that depends on crypto | Johan Bergström | 2015-03-05 | 1 | -5/+3 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -21/+0 |
* | test: split test in parallel/sequential | Fedor Indutny | 2014-12-17 | 1 | -0/+693 |