summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-051-0/+6
* Merge branch 'v0.10'Fedor Indutny2013-12-101-2/+1
|\
| * tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-1/+0
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-081-1/+13
* | Merge branch 'v0.10'Fedor Indutny2013-12-021-0/+1
|\ \ | |/
| * tls: reset NPN callbacks after SNIFedor Indutny2013-12-021-0/+2
* | src: add comments about implicit dependenciesTrevor Norris2013-11-121-0/+5
* | base-object: add BaseObjectTrevor Norris2013-11-121-68/+79
* | tls: add ECDH ciphers supportErik Dubbelboer2013-10-301-0/+1
* | async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-26/+18
* | src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-6/+0
* | src: don't use WeakObject::UnwrapTrevor Norris2013-10-291-1/+1
* | src: Remove unused refs to node_object_wrap.hScott Blomquist2013-10-291-1/+0
* | src: accept passphrase when crypto signing with private keyThom Seddon2013-10-291-4/+5
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-5/+10
* | cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-32/+32
* | crypto: add SPKAC supportJason Gerfen2013-10-161-0/+20
* | Revert "crypto: add SPKAC support"isaacs2013-10-151-20/+0
* | crypto: add SPKAC supportJason Gerfen2013-10-131-0/+20
* | src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-19/+43
* | src: seed V8's random number generator at startupBen Noordhuis2013-09-201-0/+1
* | src: fix multi-base class ObjectWrap::Unwrap<T>()Ben Noordhuis2013-09-061-1/+1
* | src: add multi-context supportBen Noordhuis2013-09-061-19/+37
* | tls: socket.renegotiate(options, callback)Fedor Indutny2013-09-051-0/+1
* | 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