summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: make root_cert_store variable externBen Noordhuis2013-08-291-1/+1
* crypto: remove misleading commentBen Noordhuis2013-08-291-3/+2
* crypto: don't touch ssl_ in ConnectionFedor Indutny2013-08-191-6/+0
* tls, crypto: deduplicate codeFedor Indutny2013-08-191-55/+99
* crypto: use consistent conn object unwrappingBen Noordhuis2013-08-121-2/+2
* crypto: use consistent variable namesBen Noordhuis2013-08-121-3/+3
* tls_wrap: DRY ClientHelloParserFedor Indutny2013-08-061-44/+11
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-5/+5
* src: lint c++ codeFedor Indutny2013-07-311-13/+12
* src: const-ify variables in src/node_crypto*Ben Noordhuis2013-07-301-14/+18
* tls: share tls tickets key between cluster workersFedor Indutny2013-07-251-0/+2
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-95/+98
* tls: session API returnsFedor Indutny2013-06-171-1/+2
* Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-291-1/+6
|\
| * tls: ignore .shutdown() syscall errorFedor Indutny2013-05-281-1/+6
* | src: replace Holder() with This()Trevor Norris2013-04-191-1/+1
* | Merge branch 'v0.10'Fedor Indutny2013-04-121-3/+1
|\ \ | |/
| * crypto: remove unused ClientHelloParser fieldBen Noordhuis2013-04-101-3/+1
* | tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi2013-03-261-0/+1
* | bindings: update apiTrevor Norris2013-03-201-5/+5
* | crypto: refactor crypto classesFedor Indutny2013-03-131-43/+39
* | crypto: merge Cipher and DecipherFedor Indutny2013-03-131-59/+28
* | crypto: split crypto classesFedor Indutny2013-03-131-0/+232
|/
* crypto: fix ssl error handlingSergey Kholodilov2012-11-171-1/+7
* tls: async session storageFedor Indutny2012-09-051-1/+70
* crypto, tls: make setSNICallback() compatible with domainsBen Noordhuis2012-09-031-2/+2
* 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