268 Commits (d66d840e3b4750f64ae5a957a63159de49cc38ce)

Author SHA1 Message Date
Ben Noordhuis 624938d052 crypto: remove two unused static variables 12 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 12 years ago
Ben Noordhuis 5725864dfd src: don't obj->Set(Integer::New(...), val) 12 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 12 years ago
Ben Noordhuis d4cc30f18c src: use PersistentToLocal() in a few more places 12 years ago
Ben Noordhuis 78d90945d6 src: remove non-isolate PersistentToLocal() 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 12 years ago
Ben Noordhuis 4cc57b4aca crypto: simplify DH modp group name matcher 12 years ago
Ben Noordhuis 8111ca2f9f src: const-ify variables in src/node_crypto* 12 years ago
Ben Noordhuis 511af4dd5f string_bytes: don't use named imports in header 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
Ben Noordhuis 2bedf6efb1 src: fix persistent handle lifecycle issue 12 years ago
Ben Noordhuis 2c47030174 src: remove Buffer::Data(Persistent<T>&) 12 years ago
Fedor Indutny 610269295b crypto: fix memory leak in LoadPKCS12 12 years ago
Ben Noordhuis 6acde2152f src: remove unnecessary calls to Local<T>::New() 12 years ago
Ben Noordhuis 636ca7c684 src: cast strong persistent handles to locals 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Fedor Indutny c1db1ecd15 crypto: fix memory leak in LoadPKCS12 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Fedor Indutny 0495b7031c crypto: clear error on return in AddCRL 12 years ago
Nick Desaulniers 72b92e92d3 src: wrap macros in `do {...} while (0)` 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
isaacs 199fa9f8dd crypto: Don't ignore verify encoding argument 12 years ago
Trevor Norris 999ee45d36 src: add node_isolates 12 years ago
isaacs a241deb19a crypto: Pass encodings for Hmac digest 12 years ago
isaacs c1e8c8de1c crypto: Pass encodings to C++ for Sign/Verify 12 years ago
isaacs 430dc39e87 crypto: use StringBytes::Encode 12 years ago
isaacs a1eacdf12a crypto: Pass strings to binding layer directly 12 years ago
mscdex c4379a5554 src: fix potential memory leak on early return 12 years ago
mscdex 2322580dfb src: don't initialize variable before assignment 12 years ago
Trevor Norris 0a4ebc3d2c src: replace Holder() with This() 12 years ago
Trevor Norris 659fb238e7 crypto: fix return Local Handle w/o scope.Close() 12 years ago
Trevor Norris 591cfe6b7b src: add node_isolate to remaining scopes 12 years ago
Ben Noordhuis 0d5595ac60 Revert "crypto: use better memory BIO implementation" 12 years ago
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Fedor Indutny 77715edee8 crypto: zero is not an error if writing 0 bytes 12 years ago
Fedor Indutny 58f93ffc4a crypto: use better memory BIO implementation 12 years ago
Fedor Indutny 4580be0882 tls: handle SSL_ERROR_ZERO_RETURN 12 years ago
Manav Rathi d20576165a tls: expose SSL_CTX_set_timeout via tls.createServer 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
Marcel Laverdet 9430ca6865 tls: remove harmful unnecessary bounds checking 12 years ago
Marcel Laverdet 1526909083 tls: remove harmful unnecessary bounds checking 12 years ago
Ben Noordhuis 628bd81afb crypto: check randomBytes() size argument 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago