summaryrefslogtreecommitdiff
path: root/src/node_crypto.cc
Commit message (Expand)AuthorAgeFilesLines
* crypto: Read OpenSSL config before initStefan Budeanu2016-04-261-1/+1
* crypto: better error message for createHashCalvin Metcalf2016-04-261-1/+12
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-11/+11
* crypto: improve error messagesSakthipriyan Vairamani2016-03-261-103/+144
* crypto: simplify Certificate class bindingsAlexander Makarenko2016-03-051-38/+13
* crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny2016-03-021-8/+7
* tls: fix assert in context._external accessorBen Noordhuis2016-03-021-21/+24
* crypto: PBKDF2 works with `int` not `ssize_t`Fedor Indutny2016-03-011-19/+24
* crypto: Improve control of FIPS modeStefan Budeanu2016-02-251-5/+39
* crypto: have fixed NodeBIOs return EOFAdam Langley2016-02-111-20/+6
* crypto: fix memory leak in LoadPKCS12Fedor Indutny2016-02-081-1/+1
* crypto: add `pfx` certs as CA certs tooFedor Indutny2016-02-081-0/+11
* tls: add getProtocol() to TLS socketsBrian White2016-02-031-0/+10
* src: upgrade to new v8::Private apiBen Noordhuis2016-02-031-26/+39
* crypto: use SSL_CTX_clear_extra_chain_certs.Adam Langley2016-02-021-4/+1
* src: remove no longer relevant commentsChris9112016-02-011-2/+2
* crypto: fix build when OCSP-stapling not providedAdam Langley2016-01-281-1/+10
* crypto: use a const SSL_CIPHERAdam Langley2016-01-271-1/+1
* src: don't check failure with ERR_peek_error()Ben Noordhuis2016-01-181-2/+1
* crypto: clear error stack in ECDH::InitializeFedor Indutny2016-01-151-0/+2
* tls_wrap: clear errors on returnFedor Indutny2016-01-041-15/+0
* crypto: load PFX chain the same way as regular oneFedor Indutny2015-12-171-50/+120
* tls: support reading multiple cas from one inputBen Noordhuis2015-12-081-29/+12
* crypto: simplify using pre-existing keys with ECDHMichael Ruddy2015-12-071-10/+66
* crypto: disable crypto.createCipher in FIPS modeStefan Budeanu2015-11-201-0/+5
* crypto: DSA parameter validation in FIPS modeStefan Budeanu2015-11-141-0/+23
* tls: copy client CAs and cert store on CertCbFedor Indutny2015-11-131-2/+29
* crypto: Improve error checking and reportingStefan Budeanu2015-11-121-16/+26
* tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu2015-10-271-18/+30
* tls, crypto: add ALPN SupportShigeki Ohtsu2015-10-271-0/+104
* tls: output warning of setDHParam to console.traceShigeki Ohtsu2015-10-161-5/+5
* tls: add TLSSocket.getEphemeralKeyInfo()Shigeki Ohtsu2015-10-161-0/+45
* crypto: enable FIPS only when configured with itFedor Indutny2015-10-011-2/+2
* async_wrap: ensure all objects have internal fieldTrevor Norris2015-10-011-2/+4
* crypto: add more keylen sanity checks in pbkdf2Johann2015-09-251-4/+5
* src: Add ABORT macroEvan Lucas2015-09-171-2/+2
* crypto: replace rwlocks with simple mutexesBen Noordhuis2015-09-081-16/+9
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-19/+18
* crypto: Use OPENSSL_cleanse to shred the data.Сковорода Никита Андреевич2015-08-271-3/+3
* crypto: fix mem {de}allocation in ExportChallengeKarl Skomski2015-08-201-4/+6
* crypto: check for OpenSSL errors when signingP.S.V.R2015-08-171-1/+11
* crypto: fix memory leak in PBKDF2RequestKarl Skomski2015-08-171-1/+9
* crypto: fix memory leak in ECDH::SetPrivateKeyKarl Skomski2015-08-171-1/+5
* crypto: fix memory leak in PublicKeyCipher::CipherKarl Skomski2015-08-171-0/+2
* crypto: fix memory leak in SafeX509ExtPrintKarl Skomski2015-08-171-0/+1
* crypto: fix memory leak in SetDHParamKarl Skomski2015-08-171-2/+4
* src: rename Buffer::Use() to Buffer::New()Ben Noordhuis2015-08-131-5/+5
* src: introduce internal Buffer::Copy() functionBen Noordhuis2015-08-131-16/+18
* src: plug memory leaksBen Noordhuis2015-08-131-3/+3
* crypto: show exponent in decimal and hexChad Johnston2015-08-111-1/+3