96 Commits (caca4f33aad84f71b4f542d1455e954f4dd08313)

Author SHA1 Message Date
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Brian White a226be4f76 crypto: allow custom generator for DiffieHellman 11 years ago
Fedor Indutny 7589a0007c crypto: make NewSessionDoneCb public 11 years ago
Fedor Indutny 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Fedor Indutny 528a3ce3ed tls: more session configuration options, methods 11 years ago
Fedor Indutny 661190af13 crypto: throw only in direct C++ methods 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode. 11 years ago
Fedor Indutny 9b8fcff435 tls: reset NPN callbacks after SNI 11 years ago
Trevor Norris 9b4aa355e3 src: add comments about implicit dependencies 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 11 years ago
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 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
Scott Blomquist c137e3d249 src: Remove unused refs to node_object_wrap.h 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 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
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 8e596c4e15 crypto: make root_cert_store variable extern 11 years ago
Ben Noordhuis 21911db392 crypto: remove misleading comment 11 years ago
Fedor Indutny 306f863438 crypto: don't touch ssl_ in Connection 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 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
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 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 8111ca2f9f src: const-ify variables in src/node_crypto* 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Fedor Indutny 212e9cd8c9 tls: session API returns 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
Trevor Norris 0a4ebc3d2c src: replace Holder() with This() 12 years ago
Ben Noordhuis eeb4c3216d crypto: remove unused ClientHelloParser field 12 years ago
Manav Rathi d20576165a tls: expose SSL_CTX_set_timeout via tls.createServer 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Fedor Indutny 7845918227 crypto: refactor crypto classes 12 years ago
Fedor Indutny 83d17e509f crypto: merge Cipher and Decipher 12 years ago