297 Commits (efa62fd9cc817434206d9fd8592b7bbeaa240e9c)

Author SHA1 Message Date
Fedor Indutny ba7c9ce964 tls: do not default to 'localhost' servername 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris f2e3be53bc src: don't use class specific Unwrap methods 11 years ago
Trevor Norris 60a3e695cb src: don't use WeakObject::Unwrap 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Jason Gerfen 7bf46ba4ce crypto: add SPKAC support 11 years ago
isaacs d9b4cc323f Revert "crypto: add SPKAC support" 11 years ago
Jason Gerfen 7f66e44dc1 crypto: add SPKAC support 11 years ago
Ben Noordhuis c79d5163e5 src: remove ObjectWrap dependency from core 11 years ago
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 11 years ago
Ben Noordhuis 7ac23910c5 src: seed V8's random number generator at startup 11 years ago
Ben Noordhuis b89b97dded src: fix multi-base class ObjectWrap::Unwrap<T>() 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Fedor Indutny af76b08666 tls: socket.renegotiate(options, callback) 12 years ago
Ben Noordhuis 653f62a709 crypto: remove NodeBIO::GetMethod() 11 years ago
Ben Noordhuis 8e596c4e15 crypto: make root_cert_store variable extern 11 years ago
Ben Noordhuis 699f636d97 crypto: make error buffer non-static 11 years ago
Ben Noordhuis 29d3624dae crypto: make randomBytes/pbkdf2 cbs domain aware 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 12 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis ec548734ca crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis 9475ee41ad crypto: don't mix new[] and free() 12 years ago
Matthias Bartelmeß 4ac6912a77 crypto: add TLS 1.1 and 1.2 to secureProtocol list 12 years ago
Ben Noordhuis d4ad5d1151 crypto: use consistent conn object unwrapping 12 years ago
Ben Noordhuis 4901353b98 crypto: use consistent variable names 12 years ago
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