summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
Commit message (Expand)AuthorAgeFilesLines
* crypto: improve error messagesIngmar Runge2014-04-291-22/+21
* crypto: fix a couple of VC++ warningsRasmus Christian Pedersen2014-04-291-2/+2
* crypto: fix memory leak in CipherBase::FinalFedor Indutny2014-04-231-0/+1
* crypto: work around OpenSSL oddnessFedor Indutny2014-04-221-5/+9
* src: lint after OCSP commitsFedor Indutny2014-04-181-2/+2
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-136/+246
* tls: support OCSP on client and serverFedor Indutny2014-04-181-6/+164
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-72/+72
* crypto: move `createCredentials` to tlsFedor Indutny2014-03-291-1/+1
* crypto: fix lintFedor Indutny2014-03-261-1/+3
* Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-261-0/+37
|\
| * src: ensure that openssl's PRNG is fully seededBen Noordhuis2014-03-261-0/+37
| * src: seed V8's random number generator at startupBen Noordhuis2014-03-261-0/+8
* | src: don't call DecodeWrite() on BuffersBen Noordhuis2014-03-161-28/+7
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-29/+34
* | crypto: allow setting add'l authenticated dataBrian White2014-03-041-0/+30
* | crypto: fix CipherFinal return value checkBrian White2014-03-041-2/+2
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-266/+358
* | crypto: allow custom generator for DiffieHellmanBrian White2014-02-181-20/+63
* | tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-0/+19
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-8/+8
|\ \ | |/
| * src: refactor buffer bounds checkingTimothy J Fontaine2014-02-081-4/+4
| * crypto: update root certificatesBen Noordhuis2014-02-041-1/+6
| * crypto: throw on SignFinal failureFedor Indutny2014-01-261-2/+11
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-2/+2
* | tls: more session configuration options, methodsFedor Indutny2014-02-051-1/+21
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-2/+3
* | crypto: clear error in GetPeerCertificateFedor Indutny2014-01-261-0/+3
* | crypto: remove duplicate ERR_load_crypto_strings()Yorkie2014-01-221-1/+0
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-221-6/+36
* | crypto: throw only in direct C++ methodsFedor Indutny2014-01-221-81/+112
* | crypto: remove most of the `node_isolate` usesFedor Indutny2014-01-201-115/+116
* | lib: introduce `.setMaxSendFragment(size)`Fedor Indutny2014-01-201-0/+19
* | tls: show human-readable error messagesBen Noordhuis2014-01-171-25/+24
* | src: revert domain using AsyncListenersTrevor Norris2014-01-091-0/+6
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-051-0/+50
* | crypto: remove unnecessary OpenSSL_add_all_digestsYorkie2013-12-191-1/+0
* | crypto: comment change on disabling compressionAhamed Nafeez2013-12-151-1/+1
* | Merge branch 'v0.10'Fedor Indutny2013-12-101-27/+12
|\ \ | |/
| * tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-101-15/+0
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-081-0/+90
* | Merge branch 'v0.10'Fedor Indutny2013-12-021-16/+23
|\ \ | |/
| * tls: reset NPN callbacks after SNIFedor Indutny2013-12-021-14/+20
* | tls: add serialNumber to getPeerCertificate()Ben Noordhuis2013-11-261-0/+11
* | base-object: add BaseObjectTrevor Norris2013-11-121-0/+2
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-2/+2
* | crypto: fix up implicit HandleScope abuseBen Noordhuis2013-11-121-6/+10
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-5/+11
* | crypto: update root certificatesBen Noordhuis2013-11-091-1/+5
* | src: remove container_of, use CONTAINER_OFBen Noordhuis2013-11-081-6/+6