summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
AgeCommit message (Expand)Author
2012-11-17crypto: fix ssl error handlingSergey Kholodilov
2012-09-05tls: async session storageFedor Indutny
2012-09-03crypto, tls: make setSNICallback() compatible with domainsBen Noordhuis
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-14crypto: add PKCS12/PFX supportssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-16tls: mitigate session renegotiation attacksBen Noordhuis
2012-01-06Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl
2012-01-02crypto: add SecureContext.clearOptions() methodBen Noordhuis
2011-11-04Fix line endings and trailing whitespaceBert Belder
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-09-27crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis
2011-09-07tls: add client-side session resumption supportSean Cunningham
2011-09-03Added additional properties to getPeerCertificate, now includes subjectAltNam...Niclas Hoyer
2011-07-29Add support for TLS SNIFedor Indutny
2011-07-28crypto: dispose persistent properties on class destructionFedor Indutny
2011-04-19OpenSSL NPN in node.jsFedor Indutny
2011-04-13TLS: Add secureOptions flagTheo Schlossnagle
2011-03-31Don't load root certs for each SSL contextRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-10TLS: CRL supportTheo Schlossnagle
2011-02-09Remove unused parameter from crypto::Handle*ErrorRyan Dahl
2011-02-08tls: split bio errors from ssl errorsRyan Dahl
2011-02-01TLS: Set ssl.receivedShutdown after each readRyan Dahl
2011-02-01TLS: better error reporting at binding layerRyan Dahl
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-10Add receivedShutdown() bindingRyan Dahl
2010-12-01Remove should_verify from C++ - to handle in JS landRyan Dahl
2010-12-01Remove unnecessary call to X509_STORE_freeRyan Dahl
2010-12-01Rename VerifyPeerError to VerifyErrorRyan Dahl
2010-11-30Implement SecureContext destructorRyan Dahl
2010-11-30Better verify infoRyan Dahl
2010-11-30Move root certs out of JavaScriptRyan Dahl
2010-10-25Centralize error handling in SecureStreamPaul Querna
2010-09-28Fix style in node_crypto.ccRyan Dahl
2010-09-28Rename some SecureStream methodsRyan Dahl
2010-07-12Coverity fixes: src/node_cryptoPeter Griess
2010-05-04Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones
2010-05-03Read all records to always empty the OpenSSL reading buffer.Paulo Matias
2010-04-12Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones
2010-04-02Initial openssl support for net2Rhys Jones