476 Commits (0ba0eca986b62fead7b79c694819c0b11672e7b0)

Author SHA1 Message Date
Michael Wain 2996b5c975 crypto: Allow GCM ciphers to have a longer IV length 9 years ago
Ben Noordhuis d7087df4da src: use RAII for mutexes and condition variables 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Trevor Norris 9dd5b93c42 src: always clear wrap before persistent Reset() 9 years ago
Ben Noordhuis f6940dfa46 src: don't use locale-sensitive strcasecmp() 9 years ago
Ben Noordhuis b261178a52 src: remove pre-openssl 1.0 legacy code 9 years ago
Ben Noordhuis e6b35f4a86 crypto: disable ssl compression at build time 9 years ago
Stefan Budeanu 56b9478f53 crypto: Read OpenSSL config before init 9 years ago
Calvin Metcalf 1d9451bb5a crypto: better error message for createHash 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Sakthipriyan Vairamani 41feaa89e0 crypto: improve error messages 9 years ago
Alexander Makarenko a37401e061 crypto: simplify Certificate class bindings 9 years ago
Fedor Indutny b010c87164 crypto, string_bytes: treat `buffer` str as `utf8` 9 years ago
Ben Noordhuis 0bea78682a tls: fix assert in context._external accessor 9 years ago
Fedor Indutny da3f425506 crypto: PBKDF2 works with `int` not `ssize_t` 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
Adam Langley 773b9016aa crypto: have fixed NodeBIOs return EOF 9 years ago
Fedor Indutny 106c6cfe98 crypto: fix memory leak in LoadPKCS12 9 years ago
Fedor Indutny 23196fe9c1 crypto: add `pfx` certs as CA certs too 9 years ago
Brian White 2c357a7e3b tls: add getProtocol() to TLS sockets 9 years ago
Ben Noordhuis 924cc6c633 src: upgrade to new v8::Private api 9 years ago
Adam Langley c3d5b2b118 crypto: use SSL_CTX_clear_extra_chain_certs. 9 years ago
Chris911 e20abb715e src: remove no longer relevant comments 9 years ago
Adam Langley b8ae0f7b0c crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley f8d24c54a8 crypto: use a const SSL_CIPHER 9 years ago
Ben Noordhuis 761cf2bf6a src: don't check failure with ERR_peek_error() 9 years ago
Fedor Indutny ebd9addcd1 crypto: clear error stack in ECDH::Initialize 9 years ago
Fedor Indutny 4f87574764 tls_wrap: clear errors on return 9 years ago
Fedor Indutny a2c1799a5b crypto: load PFX chain the same way as regular one 9 years ago
Ben Noordhuis 82e0974afa tls: support reading multiple cas from one input 9 years ago
Michael Ruddy 322b36c0a1 crypto: simplify using pre-existing keys with ECDH 9 years ago
Stefan Budeanu 56a2b9a246 crypto: disable crypto.createCipher in FIPS mode 9 years ago
Stefan Budeanu 4adaaa4897 crypto: DSA parameter validation in FIPS mode 9 years ago
Fedor Indutny 483a41c0ad tls: copy client CAs and cert store on CertCb 9 years ago
Stefan Budeanu b7089f67b9 crypto: Improve error checking and reporting 9 years ago
Shigeki Ohtsu 7eee37257f tls,crypto: move NPN protcol data to hidden value 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Fedor Indutny 9bd26e7ffa crypto: enable FIPS only when configured with it 9 years ago
Trevor Norris 3f476ada1e async_wrap: ensure all objects have internal field 9 years ago
Johann 6df47d6151 crypto: add more keylen sanity checks in pbkdf2 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Ben Noordhuis 7ee58bebff crypto: replace rwlocks with simple mutexes 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Сковорода Никита Андреевич 87df7d3be3 crypto: Use OPENSSL_cleanse to shred the data. 10 years ago
Karl Skomski 34985a1cbd crypto: fix mem {de}allocation in ExportChallenge 10 years ago
P.S.V.R 00bffa6c75 crypto: check for OpenSSL errors when signing 10 years ago
Karl Skomski a40ae513bb crypto: fix memory leak in PBKDF2Request 10 years ago
Karl Skomski 12ab8cfb9c crypto: fix memory leak in ECDH::SetPrivateKey 10 years ago