summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+2
|\
| * crypto: add PKCS12/PFX supportssuda2012-05-141-0/+2
* | core: use proper #include directivesBen Noordhuis2012-03-101-4/+4
|/
* tls: mitigate session renegotiation attacksBen Noordhuis2012-02-161-0/+2
* Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl2012-01-061-1/+0
* crypto: add SecureContext.clearOptions() methodBen Noordhuis2012-01-021-0/+1
* Fix line endings and trailing whitespaceBert Belder2011-11-041-1/+1
* tls: requestCert unusable with Firefox and Chromekoichik2011-10-151-0/+1
* crypto: implement randomBytes() and pseudoRandomBytes()Ben Noordhuis2011-09-271-0/+1
* tls: add client-side session resumption supportSean Cunningham2011-09-071-0/+3
* Added additional properties to getPeerCertificate, now includes subjectAltNam...Niclas Hoyer2011-09-031-0/+1
* Add support for TLS SNIFedor Indutny2011-07-291-0/+19
* crypto: dispose persistent properties on class destructionFedor Indutny2011-07-281-0/+5
* OpenSSL NPN in node.jsFedor Indutny2011-04-191-0/+25
* TLS: Add secureOptions flagTheo Schlossnagle2011-04-131-0/+1
* Don't load root certs for each SSL contextRyan Dahl2011-03-311-1/+15
* Update copyright headersRyan Dahl2011-03-141-0/+21
* TLS: CRL supportTheo Schlossnagle2011-02-101-0/+1
* Remove unused parameter from crypto::Handle*ErrorRyan Dahl2011-02-091-2/+3
* tls: split bio errors from ssl errorsRyan Dahl2011-02-081-1/+2
* TLS: Set ssl.receivedShutdown after each readRyan Dahl2011-02-011-0/+1
* TLS: better error reporting at binding layerRyan Dahl2011-02-011-0/+9
* Rename node::SecureStream to node::crypto::ConnectionRyan Dahl2010-12-111-4/+7
* Add receivedShutdown() bindingRyan Dahl2010-12-101-0/+1
* Remove should_verify from C++ - to handle in JS landRyan Dahl2010-12-011-1/+0
* Remove unnecessary call to X509_STORE_freeRyan Dahl2010-12-011-4/+2
* Rename VerifyPeerError to VerifyErrorRyan Dahl2010-12-011-1/+1
* Implement SecureContext destructorRyan Dahl2010-11-301-1/+9
* Better verify infoRyan Dahl2010-11-301-1/+1
* Move root certs out of JavaScriptRyan Dahl2010-11-301-0/+1
* Centralize error handling in SecureStreamPaul Querna2010-10-251-0/+1
* Fix style in node_crypto.ccRyan Dahl2010-09-281-11/+15
* Rename some SecureStream methodsRyan Dahl2010-09-281-6/+6
* Coverity fixes: src/node_cryptoPeter Griess2010-07-121-2/+6
* Added default CAs, updated openssl verify behaviour, added crypto and https d...Rhys Jones2010-05-041-0/+1
* Read all records to always empty the OpenSSL reading buffer.Paulo Matias2010-05-031-0/+1
* Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones2010-04-121-0/+7
* Initial openssl support for net2Rhys Jones2010-04-021-0/+73