aboutsummaryrefslogtreecommitdiff
path: root/test/simple/test-crypto.js
AgeCommit message (Expand)Author
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-01-26crypto: throw on SignFinal failureFedor Indutny
2013-07-30crypto: fix assert() on malformed hex inputBen Noordhuis
2013-06-11crypto: fix utf8/utf-8 encoding checkBen Noordhuis
2013-05-20crypto: Clear error after DiffieHellman key errorsisaacs
2013-05-16buffer, crypto: fix default encoding regressionBen Noordhuis
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-02Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-02crypto: don't assert when calling Cipher#final() twiceBen Noordhuis
2013-02-25crypto: fix base64 padding regressionBen Noordhuis
2013-02-12Fix crypto.hmac behavior with empty keys.Victor Costan
2013-02-11crypto: improve cipher/decipher error messagesBen Noordhuis
2012-12-14test: Tests for streaming crypto interfacesisaacs
2012-12-14crypto: Streaming api for Hmacisaacs
2012-12-14crypto: Streaming interface for Hashisaacs
2012-10-23crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs
2012-10-23crypto: Binding only accepts buffersisaacs
2012-10-23crypto: Move encoding logic to JS, default=bufferisaacs
2012-10-23Merge remote-tracking branch 'ry/v0.8'isaacs
2012-10-21test: add diffie-hellman regression testBen Noordhuis
2012-10-13crypto: sort return value of getCiphers/getHashesBen Noordhuis
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-09-18crypto: bring module into modern ageFedor Indutny
2012-07-27crypto: add sync interface to crypto.pbkdf2()Ben Noordhuis
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14crypto: add PKCS12/PFX supportssuda
2012-02-18Lint all the JavaScripts.isaacs
2011-12-16Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-16crypto: don't ignore DH init errorsBen Noordhuis
2011-12-13crypto: fix memory leaks in PBKDF2 error pathBen Noordhuis
2011-11-30crypto: throw exception on unknown digest methodBen Noordhuis
2011-11-22test: add DSA sign/verify crypto testsBen Noordhuis
2011-11-17crypto: add support for RSA public key signing/verificationBen Noordhuis
2011-11-17crypto: make verify() return true or false, not 1 or 0Ben Noordhuis
2011-11-02Remove separation of libuv testsRyan Dahl
2011-10-15test: replace .addListener() calls with .on()Ben Noordhuis
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-08-23Mark tests which are broken in libuvRyan Dahl
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low
2011-07-27Fix crypto encryption/decryption with Base64.SAWADA Tadashi
2011-07-24Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231Stefan Bühler
2011-06-15Merge branch 'v0.4'Ryan Dahl
2011-06-14Support for signature verification with RSA/DSA public keysMark Cavage
2011-05-06Add Diffie-Hellman support to crypto moduleHåvard Stranden
2011-03-14Update copyright headersRyan Dahl
2011-03-14Crypto update should only accept strings / buffersFelix Geisendörfer
2010-12-05GJSLint all simple tests exclude http-*, url, pathOleg Efimov
2010-12-04Fix global leaksRyan Dahl