summaryrefslogtreecommitdiff
path: root/test/simple/test-crypto.js
Commit message (Expand)AuthorAgeFilesLines
* crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-111-0/+2
* crypto: throw on SignFinal failureFedor Indutny2014-01-261-0/+13
* crypto: fix assert() on malformed hex inputBen Noordhuis2013-07-301-0/+22
* crypto: fix utf8/utf-8 encoding checkBen Noordhuis2013-06-111-0/+15
* crypto: Clear error after DiffieHellman key errorsisaacs2013-05-201-5/+11
* buffer, crypto: fix default encoding regressionBen Noordhuis2013-05-161-0/+7
* crypto: make getCiphers() return non-SSL ciphersBen Noordhuis2013-03-251-9/+13
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-03-021-0/+18
|\
| * crypto: don't assert when calling Cipher#final() twiceBen Noordhuis2013-03-021-0/+13
* | crypto: fix base64 padding regressionBen Noordhuis2013-02-251-0/+7
* | Fix crypto.hmac behavior with empty keys.Victor Costan2013-02-121-0/+56
* | crypto: improve cipher/decipher error messagesBen Noordhuis2013-02-111-0/+5
* | test: Tests for streaming crypto interfacesisaacs2012-12-141-2/+54
* | crypto: Streaming api for Hmacisaacs2012-12-141-0/+5
* | crypto: Streaming interface for Hashisaacs2012-12-141-0/+16
* | crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs2012-10-231-0/+2
* | crypto: Binding only accepts buffersisaacs2012-10-231-4/+4
* | crypto: Move encoding logic to JS, default=bufferisaacs2012-10-231-10/+24
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-10-231-0/+4
|\ \ | |/
| * test: add diffie-hellman regression testBen Noordhuis2012-10-211-0/+4
* | crypto: sort return value of getCiphers/getHashesBen Noordhuis2012-10-131-0/+10
* | crypto: add crypto.getHashes()Ben Noordhuis2012-10-131-0/+7
* | crypto: add crypto.getCiphers()Ben Noordhuis2012-10-131-0/+4
* | crypto: bring module into modern ageFedor Indutny2012-09-181-4/+37
* | crypto: add sync interface to crypto.pbkdf2()Ben Noordhuis2012-07-271-39/+28
|/
* crypto: make cipher/decipher accept buffer argsBen Noordhuis2012-06-121-36/+59
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-1/+18
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-1/+18
* | Lint all the JavaScripts.isaacs2012-02-181-52/+186
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-161-0/+13
|\ \ | |/
| * crypto: don't ignore DH init errorsBen Noordhuis2011-12-161-0/+8
| * crypto: fix memory leaks in PBKDF2 error pathBen Noordhuis2011-12-131-0/+5
* | crypto: throw exception on unknown digest methodBen Noordhuis2011-11-301-0/+5
|/
* test: add DSA sign/verify crypto testsBen Noordhuis2011-11-221-1/+32
* crypto: add support for RSA public key signing/verificationBen Noordhuis2011-11-171-0/+23
* crypto: make verify() return true or false, not 1 or 0Ben Noordhuis2011-11-171-3/+3
* Remove separation of libuv testsRyan Dahl2011-11-021-1/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-2/+2
* Fixed a lot of jslint errors.Colton Baker2011-10-051-43/+45
* Mark tests which are broken in libuvRyan Dahl2011-08-231-0/+3
* crypto: PBKDF2 function from OpenSSLGlen Low2011-08-121-0/+22
* Fix crypto encryption/decryption with Base64.SAWADA Tadashi2011-07-271-0/+19
* Fix crypto hmac to accept binary keys + add test cases from rfc 2202 and 4231Stefan Bühler2011-07-241-0/+180
* Merge branch 'v0.4'Ryan Dahl2011-06-151-0/+17
|\
| * Support for signature verification with RSA/DSA public keysMark Cavage2011-06-141-0/+16
* | Add Diffie-Hellman support to crypto moduleHåvard Stranden2011-05-061-0/+28
|/
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Crypto update should only accept strings / buffersFelix Geisendörfer2011-03-141-0/+4
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-38/+64
* Fix global leaksRyan Dahl2010-12-041-3/+3