summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
Commit message (Expand)AuthorAgeFilesLines
* src: replace NULL with nullptrBen Noordhuis2014-10-231-225/+229
* src: attach env directly to api functionsBen Noordhuis2014-10-131-177/+168
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-24/+24
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-131/+0
* src, test: fixup after v8 updateFedor Indutny2014-10-081-10/+4
* crypto: export externals to internal structsFedor Indutny2014-09-231-0/+32
* crypto: never store pointer to conn in SSL_CTXFedor Indutny2014-09-181-21/+15
* crypto: clarify RandomBytes() error msgMickael van der Beek2014-09-171-1/+1
* tls: fix encoding in certificate-related functionsAdam Lippai2014-09-151-8/+15
* crypto: use less memory for storing keysFedor Indutny2014-09-031-12/+3
* crypto: unsigned value can't be negativeBrian White2014-09-021-2/+2
* crypto: avoid memory leakBrian White2014-09-021-1/+2
* tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+32
* crypto: introduce ECDHFedor Indutny2014-08-291-0/+219
* crypto: allow padding in RSA methodsFedor Indutny2014-08-271-2/+7
* crypto: fix memory leak in Connection::NewFedor Indutny2014-08-231-1/+0
* crypto: add RSA encryptionseishun2014-08-111-0/+146
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-17/+17
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-15/+16
| * crypto: improve memory usageAlexis Campailla2014-05-161-3/+7
* | src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-10/+6
* | 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