summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
AgeCommit message (Expand)Author
2017-03-03tls: fix macro to check NPN featureShigeki Ohtsu
2016-11-23crypto: allow adding extra certs to well-known CAsSam Roberts
2016-11-09crypto: fix handling of root_cert_store.Adam Langley
2016-11-09crypto: Use reference count to manage cert_storeAdam Majer
2016-06-29src: remove unused md_ data membersBen Noordhuis
2016-06-28src: fix whitespace/blank_line cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: inherit first from AsyncWrapTrevor Norris
2016-04-18crypto: better error message for createHashCalvin Metcalf
2016-03-05crypto: simplify Certificate class bindingsAlexander Makarenko
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-01-04tls_wrap: clear errors on returnFedor Indutny
2015-12-07crypto: simplify using pre-existing keys with ECDHMichael Ruddy
2015-11-13tls: copy client CAs and cert store on CertCbFedor Indutny
2015-10-27tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-16tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-08tls: introduce internal `onticketkeycallback`Fedor Indutny
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-06-16crypto: add cert check to CNNIC WhitelistShigeki Ohtsu
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-04-30tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny
2015-04-30crypto: track external memory for SSL structuresFedor Indutny
2015-04-30tls: destroy SSL once it is out of useFedor Indutny
2015-01-28crypto: implement privateEncrypt/publicDecryptFedor Indutny
2015-01-21src: add ASSERT_EQ style macrosBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: mark SSLWrap destructor as virtualBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-09-23crypto: export externals to internal structsFedor Indutny
2014-09-18crypto: never store pointer to conn in SSL_CTXFedor Indutny
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-11crypto: add RSA encryptionseishun
2014-04-18src: lint after OCSP commitsFedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18crypto: make NewSessionDoneCb publicFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-02-05tls: more session configuration options, methodsFedor Indutny
2014-01-22crypto: throw only in direct C++ methodsFedor Indutny
2014-01-20lib: introduce `.setMaxSendFragment(size)`Fedor Indutny