summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
AgeCommit message (Expand)Author
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-05-05src: don't use locale-sensitive strcasecmp()Ben Noordhuis
2016-05-05src: remove pre-openssl 1.0 legacy codeBen Noordhuis
2016-05-05crypto: disable ssl compression at build timeBen Noordhuis
2016-04-26crypto: Read OpenSSL config before initStefan Budeanu
2016-04-18crypto: better error message for createHashCalvin Metcalf
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-26crypto: improve error messagesSakthipriyan Vairamani
2016-03-05crypto: simplify Certificate class bindingsAlexander Makarenko
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2016-03-02tls: fix assert in context._external accessorBen Noordhuis
2016-03-01crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-11crypto: have fixed NodeBIOs return EOFAdam Langley
2016-02-08crypto: fix memory leak in LoadPKCS12Fedor Indutny
2016-02-08crypto: add `pfx` certs as CA certs tooFedor Indutny
2016-02-03tls: add getProtocol() to TLS socketsBrian White
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-02-02crypto: use SSL_CTX_clear_extra_chain_certs.Adam Langley
2016-02-01src: remove no longer relevant commentsChris911
2016-01-28crypto: fix build when OCSP-stapling not providedAdam Langley
2016-01-27crypto: use a const SSL_CIPHERAdam Langley
2016-01-18src: don't check failure with ERR_peek_error()Ben Noordhuis
2016-01-15crypto: clear error stack in ECDH::InitializeFedor Indutny
2016-01-04tls_wrap: clear errors on returnFedor Indutny
2015-12-17crypto: load PFX chain the same way as regular oneFedor Indutny
2015-12-08tls: support reading multiple cas from one inputBen Noordhuis
2015-12-07crypto: simplify using pre-existing keys with ECDHMichael Ruddy
2015-11-20crypto: disable crypto.createCipher in FIPS modeStefan Budeanu
2015-11-14crypto: DSA parameter validation in FIPS modeStefan Budeanu
2015-11-13tls: copy client CAs and cert store on CertCbFedor Indutny
2015-11-12crypto: Improve error checking and reportingStefan Budeanu
2015-10-27tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-16tls: output warning of setDHParam to console.traceShigeki Ohtsu
2015-10-16tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu
2015-10-01crypto: enable FIPS only when configured with itFedor Indutny
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-25crypto: add more keylen sanity checks in pbkdf2Johann
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-08crypto: replace rwlocks with simple mutexesBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-27crypto: Use OPENSSL_cleanse to shred the data.Сковорода Никита Андреевич
2015-08-20crypto: fix mem {de}allocation in ExportChallengeKarl Skomski
2015-08-17crypto: check for OpenSSL errors when signingP.S.V.R
2015-08-17crypto: fix memory leak in PBKDF2RequestKarl Skomski
2015-08-17crypto: fix memory leak in ECDH::SetPrivateKeyKarl Skomski
2015-08-17crypto: fix memory leak in PublicKeyCipher::CipherKarl Skomski
2015-08-17crypto: fix memory leak in SafeX509ExtPrintKarl Skomski