summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: export externals to internal structsFedor Indutny2014-09-231-0/+4
* crypto: never store pointer to conn in SSL_CTXFedor Indutny2014-09-181-1/+1
* tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+1
* crypto: introduce ECDHFedor Indutny2014-08-291-0/+38
* crypto: allow padding in RSA methodsFedor Indutny2014-08-271-0/+1
* crypto: add RSA encryptionseishun2014-08-111-0/+29
* src: lint after OCSP commitsFedor Indutny2014-04-181-1/+1
* tls: support OCSP on client and serverFedor Indutny2014-04-181-1/+27
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-5/+5
* crypto: allow setting add'l authenticated dataBrian White2014-03-041-0/+2
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-3/+3
* crypto: allow custom generator for DiffieHellmanBrian White2014-02-181-2/+7
* crypto: make NewSessionDoneCb publicFedor Indutny2014-02-181-2/+1
* tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-1/+7
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-2/+2
* tls: more session configuration options, methodsFedor Indutny2014-02-051-0/+1
* crypto: throw only in direct C++ methodsFedor Indutny2014-01-221-40/+46
* lib: introduce `.setMaxSendFragment(size)`Fedor Indutny2014-01-201-0/+5
* 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