10 Commits (2d9456e3e61cf969d5cd11ad85484aa961844ff6)

Author SHA1 Message Date
Sakthipriyan Vairamani 79c865a53f test: changing process.exit to return while skipping tests 9 years ago
Rich Trott 4d5089e181 test: do not swallow OpenSSL support error 9 years ago
Brian White 38d1afc24d crypto: add getCurves() to get supported ECs 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
Brendan Ashworth becb4e980e test: distribute crypto tests into separate files 10 years ago
Calvin Metcalf 6561274d23 crypto: support passwords in publicEncrypt 10 years ago
Fedor Indutny 87e62bd4c8 crypto: implement privateEncrypt/publicDecrypt 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
Trevor Norris 1a4a189578 crypto: createDiffieHellman throw for bad args 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 10 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Fedor Indutny 3054decc19 test: fix test-crypto 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
Fedor Indutny b4c4e0bbaa crypto: throw on SignFinal failure 11 years ago
Ben Noordhuis 6514a4128c test: fix array sorting bug 11 years ago
Ben Noordhuis 74d9aa49d5 crypto: support custom pbkdf2 digest methods 11 years ago
Trevor Norris 66d908f09a crypto: convert RandomBytesRequest to a class 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 11 years ago
David Björklund d904c231b6 crypto: Add test for sha.write(''); sha.end() 11 years ago
Ben Noordhuis 82b3524bce crypto: fix utf8/utf-8 encoding check 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
Ben Noordhuis 7189b3ed33 crypto: don't assert when calling Cipher#final() twice 12 years ago
Ben Noordhuis 4231dab39f crypto: fix base64 padding regression 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
isaacs e0c600e00e test: Tests for streaming crypto interfaces 12 years ago
isaacs 175f78c6ba crypto: Streaming api for Hmac 12 years ago
isaacs 90de2ddb77 crypto: Streaming interface for Hash 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