summaryrefslogtreecommitdiff
path: root/test/parallel/test-crypto-dh.js
AgeCommit message (Expand)Author
2019-10-01test: well-defined DH groups now verify cleanSam Roberts
2019-06-25test: move non-pummel crypto DH tests to parallelRich Trott
2019-03-28crypto: add openssl specific error propertiesSam Roberts
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-21test: increase diffie-hellman test coverageLeko
2017-12-01crypto: better docs for cases where peer's public key is invalidJose M. Palacios Diaz
2017-11-11crypto: test DH keys work without a public halfDavid Benjamin
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-06-21test: fix RegExp nitsVse Mozhet Byt
2017-05-31crypto: clear err stack after ECDH::BufferToPointRyan Kelly
2017-05-05lib,test: use regular expression literalsRich Trott
2017-04-12crypto: support all ArrayBufferView typesTimothy Gu
2017-04-10test: check curve algorithm is supportedKarl Cheng
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-27crypto: support Uint8Array prime in createDHAnna Henningsen
2017-02-16test: improve crypto coverage樋口 彰
2017-01-13test: improve the code in test-crypto-dhAdrian Estrada
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-07-14test: cleanup IIFE testscjihrig
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-17src: refactor require('constants')James M Snell
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-01-15crypto: clear error stack in ECDH::InitializeFedor Indutny
2015-12-07crypto: simplify using pre-existing keys with ECDHMichael Ruddy
2015-11-20crypto: disable crypto.createCipher in FIPS modeStefan Budeanu
2015-11-18test: avoid test timeouts on rpiStefan Budeanu
2015-11-14test: increase crypto strength for FIPS standardStefan Budeanu
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani
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