summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
Commit message (Expand)AuthorAgeFilesLines
* crypto: fix DH use-after-free and memory leakBen Noordhuis2012-10-221-2/+8
* crypto: fix DH 1 byte buffer underflowBen Noordhuis2012-10-221-18/+20
* crypto: fix -Wtautological-compare warningBen Noordhuis2012-10-091-29/+27
* crypto, tls: make setSNICallback() compatible with domainsBen Noordhuis2012-09-031-13/+10
* crypto: make pbkdf2() compatible with domainsBen Noordhuis2012-09-031-9/+8
* crypto: make randomBytes() compatible with domainsBen Noordhuis2012-09-031-14/+8
* tls: veryify server's identityFedor Indutny2012-07-201-2/+3
* crypto: fix DecipherUpdate() memory leakBen Noordhuis2012-07-081-4/+2
* crypto: fix error reporting in SetKey()Fedor Indutny2012-06-211-1/+8
* crypto: add padding to diffie-hellman keyFedor Indutny2012-06-181-0/+9
* crypto: make cipher/decipher accept buffer argsBen Noordhuis2012-06-121-10/+24
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+79
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-0/+79
* | Don't use _snprintf() on Windows, it's not safe.Ben Noordhuis2012-05-081-1/+0
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-181-1/+4
|\ \ | |/
| * crypto: fix compile-time error with openssl <= 0.9.7eBen Noordhuis2012-03-221-1/+4
* | Add Todo comments about domain-ifying cryptoisaacs2012-04-171-0/+7
* | MakeCallback: Consistent symbol usageisaacs2012-04-171-5/+13
* | MakeCallback: Use in node_cryptoisaacs2012-04-171-20/+9
* | crypto: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-11/+10
* | Fix Engrish in error messages.Ben Noordhuis2012-03-301-4/+4
* | crypto: fix signedness compiler warningsBen Noordhuis2012-03-301-6/+2
* | Avoiding unnecessary ToString() callsssuda2012-03-231-15/+15
* | core: use proper #include directivesBen Noordhuis2012-03-101-6/+6
* | crypto: add function getDiffieHellman()Tomasz Buchert2012-02-211-1/+54
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-02-181-0/+16
|\ \ | |/
| * tls: mitigate session renegotiation attacksBen Noordhuis2012-02-161-0/+16
* | Revert support for isolates.Ben Noordhuis2012-02-061-27/+20
* | Merge branch 'v0.6'Fedor Indutny2012-01-241-0/+1
|\ \ | |/
| * crypto: silence unused variable warningBen Noordhuis2012-01-221-0/+1
* | Crypto: adding ability to turn off automatic PKCS paddingIngmar Runge2012-01-181-11/+57
* | Merge remote branch 'origin/v0.6'Ryan Dahl2012-01-091-15/+12
|\ \ | |/
| * Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl2012-01-061-15/+12
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-01-021-12/+15
|\ \ | |/
| * crypto: add SecureContext.clearOptions() methodBen Noordhuis2012-01-021-12/+15
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-3/+3
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-2/+3
* | Merge remote branch 'origin/v0.6'Ryan Dahl2011-12-161-301/+284
|\ \ | |/
| * crypto: rewrite HexDecode without snprintfRoman Shtylman2011-12-161-2/+13
| * crypto: don't ignore DH init errorsBen Noordhuis2011-12-161-6/+4
| * crypto: deduplicate encoding parsing logicBen Noordhuis2011-12-141-211/+177
| * crypto: deduplicate decipher logicBen Noordhuis2011-12-141-50/+7
| * crypto: fix memory leak when decrypting empty stringsBen Noordhuis2011-12-131-3/+13
| * crypto: fix memory leaks in PBKDF2 error pathBen Noordhuis2011-12-131-29/+70
* | Move lock back to node_crypto.ccRyan Dahl2011-12-081-1/+2
* | move global vars from platfrom, node_signal_watcher to structRyan Dahl2011-12-071-2/+1
* | move global vars for node_file.cc, node_zlib.cc, and node_crypto.ccRyan Dahl2011-12-071-17/+21
* | Merge branch 'v0.6'Ben Noordhuis2011-12-021-21/+32
|\ \ | |/
| * node_crypto: use EVP_Cipher*_ex methods, not 'obsolete' versionsIngmar Runge2011-11-301-21/+32