summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
AgeCommit message (Expand)Author
2011-10-31tls, https: add passphrase optionkoichik
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-09-27crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis
2011-09-21crypto: fix delete of potentially uninitialized pointerBen Noordhuis
2011-09-21crypto: fix read of potentially uninitialized variableBen Noordhuis
2011-09-20crypto: look up SSL errors with ERR_print_errors()Ben Noordhuis
2011-09-16crypto: fix error message buffer overrunBen Noordhuis
2011-09-15Merge remote branch 'origin/v0.4'Ryan Dahl
2011-09-15Drain OpenSSL error queue? Addresses #1719Ryan Dahl
2011-09-07tls: new[] instead of malloc() in Connection::GetSession()Ben Noordhuis
2011-09-07tls: add client-side session resumption supportSean Cunningham
2011-09-03crypto: Fix BIO's usage.koichik
2011-09-03crypto: use X509_get_ext_by_NID(NID_subject_alt_name)Ben Noordhuis
2011-09-03Added additional properties to getPeerCertificate, now includes subjectAltNam...Niclas Hoyer
2011-08-31crypto: set data before sending to thread poolRyan Dahl
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-31tls: x509 certificate subject parsing failkoichik
2011-08-30Use new uv_fs_ apisIgor Zinkovsky
2011-08-22Upgrade to 0.9.8r.Peter Bright
2011-08-15node_crypto: interface with libuv, not libevBert Belder
2011-08-12crypto: PBKDF2 function from OpenSSLGlen Low
2011-08-09crypto: fix incorrect ssl shutdown checkTom Hughes
2011-08-09crypto: fix incorrect ssl shutdown checkTom Hughes
2011-07-29Add support for TLS SNIFedor Indutny
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-07-23Fix crypto encryption/decryption with Base64.SAWADA Tadashi
2011-07-20crypto: check for SSL_COMP_get_compression_methods()Ben Noordhuis
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-15Cleanup crypto verify to not print unnecessary errorsMark Cavage
2011-06-15Merge branch 'v0.4'Ryan Dahl
2011-06-14Support for signature verification with RSA/DSA public keysMark Cavage
2011-06-03Merge branch 'v0.4'Ryan Dahl
2011-06-03Disabling SSL compression is dependent on OpenSSL version 0.9.8Ryan Dahl
2011-06-03Option to disable SSL v2Jérémy Lal
2011-05-24Fix resource leaks in node_crypto.ccBen Noordhuis
2011-05-16Merge branch 'v0.4'Ryan Dahl
2011-05-16Disable compression with OpenSSL.Ryan Dahl
2011-05-06Add Diffie-Hellman support to crypto moduleHåvard Stranden
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle
2011-04-01Revert "Disable compression with OpenSSL."Ryan Dahl
2011-04-01Disable compression with OpenSSL.Ryan Dahl
2011-03-31Don't load root certs for each SSL contextRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-14Crypto update should only accept strings / buffersFelix Geisendörfer
2011-03-11without this the server will not advertise support for client certsTheo Schlossnagle
2011-02-10TLS: CRL supportTheo Schlossnagle
2011-02-09TLS: handle cert chainsRyan Dahl
2011-02-09Remove unused parameter from crypto::Handle*ErrorRyan Dahl