summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove kMaxLength on randomBytes()Trevor Norris2015-08-041-3/+7
* buffer: make additional changes to native APITrevor Norris2015-08-041-5/+5
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-27/+37
* crypto: fix legacy SNICallbackFedor Indutny2015-07-221-1/+8
* crypto: fix VerifyCallback in case of verify errorShigeki Ohtsu2015-06-271-1/+1
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+4
* crypto: add cert check to CNNIC WhitelistShigeki Ohtsu2015-06-161-43/+117
* crypto: support FIPS mode of OpenSSLFedor Indutny2015-06-111-0/+9
* crypto: add getCurves() to get supported ECsBrian White2015-06-081-0/+27
* tls: make server not use DHE in less than 1024bitsShigeki Ohtsu2015-05-211-0/+6
* core: implement runtime flag to trace sync ioTrevor Norris2015-05-181-0/+2
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-3/+129
* tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny2015-04-301-0/+8
* crypto: track external memory for SSL structuresFedor Indutny2015-04-301-0/+1
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-0/+11
* src: fix deprecation warningsBen Noordhuis2015-04-301-1/+1
* src: make accessors immune to context confusionBen Noordhuis2015-03-231-12/+21
* crypto: fix leak in SafeX509ExtPrintFedor Indutny2015-03-071-0/+1
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-13/+13
* crypto: fix to check ext method for shared libShigeki Ohtsu2015-02-121-7/+1
* crypto: clear error on return in TLS methodsFedor Indutny2015-02-051-0/+10
* crypto: use on-stack storage in HashUpdateFedor Indutny2015-01-301-65/+20
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-5/+13
* lib,src: make pseudoRandomBytes alias randomBytesCalvin Metcalf2015-01-221-16/+7
* src: rename ASSERT macros in node_crypto.ccBen Noordhuis2015-01-211-29/+32
* build,src: remove sslv3 supportBen Noordhuis2015-01-131-12/+6
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* build,src: remove sslv2 supportBen Noordhuis2015-01-111-12/+5
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-18/+18
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-6/+14
* src: remove cpplint error using NOLINT directiveRudi Cilibrasi2014-12-231-1/+1
* src: redo unaligned access workaroundBen Noordhuis2014-12-141-2/+2
* crypto: separate altname extensions with ", "Fedor Indutny2014-12-111-0/+3
* crypto: disable SSLv3 if shared OpenSSL lacks itbrian m. carlson2014-12-101-0/+12
* crypto: store thread id as pointer-sized valueBert Belder2014-12-091-1/+3
* crypto: proper fix for d7e700's causeFedor Indutny2014-11-261-5/+0
* crypto: throw if the key doesn't match certFedor Indutny2014-11-251-1/+8
* src: turn two global vars into local varsBen Noordhuis2014-11-181-1/+1
* crypto: fix X509 cert memory leak in GetPeerCertFedor Indutny2014-11-141-1/+2
* crypto: escape DNS altnameFedor Indutny2014-11-081-2/+46
* src: clean up root_certs iterationBen Noordhuis2014-11-031-2/+1
* src: make root_certs constBen Noordhuis2014-11-031-1/+1
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-2/+2
* 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