summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* async_wrap: use more specific providersTrevor Norris2017-05-101-1/+1
* crypto: add sign/verify support for RSASSA-PSSTobias Nießen2017-04-011-1/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tls: fix macro to check NPN featureShigeki Ohtsu2017-03-031-3/+3
* crypto: allow adding extra certs to well-known CAsSam Roberts2016-11-231-0/+2
* crypto: fix handling of root_cert_store.Adam Langley2016-11-091-15/+12
* crypto: Use reference count to manage cert_storeAdam Majer2016-11-091-7/+0
* src: remove unused md_ data membersBen Noordhuis2016-06-291-6/+0
* src: fix whitespace/blank_line cpplint warningsBen Noordhuis2016-06-281-1/+0
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* src: inherit first from AsyncWrapTrevor Norris2016-05-241-3/+3
* crypto: better error message for createHashCalvin Metcalf2016-04-181-0/+1
* crypto: simplify Certificate class bindingsAlexander Makarenko2016-03-051-23/+0
* tls: add getProtocol() to TLS socketsBrian White2016-02-031-0/+1
* tls_wrap: clear errors on returnFedor Indutny2016-01-041-0/+15
* crypto: simplify using pre-existing keys with ECDHMichael Ruddy2015-12-071-2/+3
* tls: copy client CAs and cert store on CertCbFedor Indutny2015-11-131-0/+2
* tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu2015-10-271-9/+0
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-2/+11
* tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu2015-10-161-0/+2
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-13/+13
* tls: introduce internal `onticketkeycallback`Fedor Indutny2015-08-081-0/+16
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+4
* crypto: add cert check to CNNIC WhitelistShigeki Ohtsu2015-06-161-0/+5
* tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny2015-05-011-3/+23
* tls: zero SSL_CTX freelist for a singleUse socketFedor Indutny2015-04-301-0/+2
* crypto: track external memory for SSL structuresFedor Indutny2015-04-301-0/+10
* tls: destroy SSL once it is out of useFedor Indutny2015-04-301-4/+3
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-2/+2
* src: add ASSERT_EQ style macrosBen Noordhuis2015-01-211-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-8/+8
* src: mark SSLWrap destructor as virtualBen Noordhuis2014-10-231-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-31/+31
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-2/+2
* 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