summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
AgeCommit message (Expand)Author
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-12-15src: fix -Wundefined-inline warningsBen Noordhuis
2017-12-13crypto: move node_crypto_clienthello-inl.h to ccDaniel Bevenius
2017-12-08crypto: declare int return type for set_fieldDaniel Bevenius
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-11crypto: emulate OpenSSL 1.0 ticket scheme in 1.1David Benjamin
2017-11-11crypto: Make Hmac 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make SignBase compatible with OpenSSL 1.1.0David Benjamin
2017-11-11crypto: make Hash 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make CipherBase 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: use RSA and DH accessorsDavid Benjamin
2017-11-11crypto: account for new 1.1.0 SSL APIsDavid Benjamin
2017-11-11crypto: estimate kExternalSizeDavid Benjamin
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-08-07src: remove unused Connection::ClearError()Ben Noordhuis
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-07-17src: fix memory leak in DH key settersBen Noordhuis
2017-07-17src: remove extra heap allocations in DH functionsBen Noordhuis
2017-07-17src: avoid heap allocation in hmac.digest()Ben Noordhuis
2017-07-17src: make CipherBase::kind_ constBen Noordhuis
2017-07-17src: remove superfluous cipher_ data memberBen Noordhuis
2017-07-17src: don't heap allocate GCM cipher auth tagBen Noordhuis
2017-07-17src: avoid heap allocation in sign.final()Ben Noordhuis
2017-05-26crypto: remove root_cert_store from node_crypto.hDaniel Bevenius
2017-05-22src: remove unnecessary forward declarationDaniel Bevenius
2017-05-15src: rename CONNECTION provider to SSLCONNECTIONDaniel Bevenius
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-10async_wrap: use more specific providersTrevor Norris
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-10meta: restore original copyright headerJames M Snell
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