29 Commits (70e6f3f115cfbd74462ec50e3cdc8fac89ae922a)

Author SHA1 Message Date
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 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
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
Rhys Jones 1a317135c5 Additional OpenSSL tests 15 years ago