13 Commits (97f76f3f04261a1b3b382dc1962c4b1e20c55b6a)

Author SHA1 Message Date
Rich Trott 2c97bd47e4 test: remove var redeclarations in test-crypto-* 9 years ago
Tom Gallacher a1163582c5 crypto: pbkdf2 deprecate digest overload. 9 years ago
Rich Trott c14726cefc test: remove unused vars from parallel tests 9 years ago
Stefan Budeanu 56a2b9a246 crypto: disable crypto.createCipher in FIPS mode 9 years ago
Stefan Budeanu e499ea849c test: skip/replace weak crypto tests in FIPS mode 9 years ago
Stefan Budeanu e4e5b13efd test: avoid test timeouts on rpi 9 years ago
Stefan Budeanu 11ad744a92 test: increase crypto strength for FIPS standard 9 years ago
Sakthipriyan Vairamani 79c865a53f test: changing process.exit to return while skipping tests 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Brendan Ashworth 999fbe9d96 test: fix crypto-binary-default bad crypto check 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
isaacs d7da20c812 crypto: pbkdf2 throws when no callback provided 12 years ago
isaacs 76b0bdf720 crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago
isaacs 9901b69c8e crypto: Move encoding logic to JS, default=buffer 12 years ago
Ben Noordhuis 82df345fbb test: add diffie-hellman regression test 12 years ago
Ben Noordhuis 2fbf0612a1 crypto: sort return value of getCiphers/getHashes 12 years ago
Ben Noordhuis 14a6c4efb8 crypto: add crypto.getHashes() 12 years ago
Ben Noordhuis f53441ab1f crypto: add crypto.getCiphers() 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 12 years ago
Ben Noordhuis 2a30d328fa crypto: add sync interface to crypto.pbkdf2() 12 years ago
Ben Noordhuis 900196e135 crypto: make cipher/decipher accept buffer args 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Ben Noordhuis cc2861ee44 crypto: don't ignore DH init errors 13 years ago
Ben Noordhuis d70ef199f1 crypto: fix memory leaks in PBKDF2 error path 13 years ago
Ben Noordhuis f44d0b9044 crypto: throw exception on unknown digest method 13 years ago
Ben Noordhuis 7defbd27ef test: add DSA sign/verify crypto tests 13 years ago
Ben Noordhuis 9d3faf4f9a crypto: add support for RSA public key signing/verification 13 years ago
Ben Noordhuis 3ac5f1106d crypto: make verify() return true or false, not 1 or 0 13 years ago
Ben Noordhuis 534e41b474 crypto: make verify() return true or false, not 1 or 0 13 years ago
Ryan Dahl 850609ea2d Remove separation of libuv tests 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 4e1d6fca8e Mark tests which are broken in libuv 13 years ago
Glen Low 04122ad2d3 crypto: PBKDF2 function from OpenSSL 13 years ago
SAWADA Tadashi d3a84bea7b Fix crypto encryption/decryption with Base64. 14 years ago
Stefan Bühler db993956d6 Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231 14 years ago
SAWADA Tadashi e357acc55b Fix crypto encryption/decryption with Base64. 14 years ago
Mark Cavage 88552c51ae Support for signature verification with RSA/DSA public keys 14 years ago
Håvard Stranden 9f0b1a9bc6 Add Diffie-Hellman support to crypto module 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Felix Geisendörfer 9d4c5a12f4 Crypto update should only accept strings / buffers 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago