54 Commits (b319264d849d4149c757b4978f56dd5ae7662b6c)

Author SHA1 Message Date
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
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
Tony Metzidis debf389490 Catch Exceptions thrown when openssl is disabled 14 years ago
Benjamin Fritsch 0ed3532699 added test for Issue #214 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Micheil Smith 3f48276bf9 Coding style changes, added tests in for the md5, sha256, etc methods 15 years ago
Ryan Dahl 009b4569b3 Merge Hash.init() function into JS constructor 15 years ago
Ryan Dahl 1a5acd9850 API: readFileSync without encoding argument now returns a Buffer 15 years ago