357 Commits (93f3b640d06df5e123e7ede90e40df06258d9d47)

Author SHA1 Message Date
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 11 years ago
Alexis Campailla c06495713a crypto: improve memory usage 11 years ago
Ingmar Runge 26a1b712ec crypto: improve error messages 11 years ago
Rasmus Christian Pedersen d13e0297c3 crypto: fix a couple of VC++ warnings 11 years ago
Fedor Indutny 89e88e96df crypto: fix memory leak in CipherBase::Final 11 years ago
Fedor Indutny 0f3b72460b crypto: work around OpenSSL oddness 11 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny 345c40b661 tls: `getPeerCertificate(detailed)` 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny 5d2aef17ee
crypto: move `createCredentials` to tls 11 years ago
Fedor Indutny e781832ea1 crypto: fix lint 11 years ago
Ben Noordhuis f68a116c3c src: ensure that openssl's PRNG is fully seeded 11 years ago
Ben Noordhuis 70f198ddb1 src: seed V8's random number generator at startup 11 years ago
Ben Noordhuis c30cc4e3a5 src: don't call DecodeWrite() on Buffers 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Brian White 31ce34887f crypto: allow setting add'l authenticated data 11 years ago
Brian White caca4f33aa crypto: fix CipherFinal return value check 11 years ago
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 75ea11fc08 tls: introduce asynchronous `newSession` 11 years ago
Timothy J Fontaine 5c832e44c3 src: refactor buffer bounds checking 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
Ben Noordhuis 09c51d5e40 crypto: update root certificates 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Fedor Indutny b4c4e0bbaa crypto: throw on SignFinal failure 11 years ago
Fedor Indutny cc4b6e6e58 crypto: clear error in GetPeerCertificate 11 years ago
Yorkie c7f5c98ee9 crypto: remove duplicate ERR_load_crypto_strings() 11 years ago
Ben Noordhuis 74d9aa49d5 crypto: support custom pbkdf2 digest methods 11 years ago
Fedor Indutny 661190af13 crypto: throw only in direct C++ methods 11 years ago
Fedor Indutny 159da758e4 crypto: remove most of the `node_isolate` uses 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Trevor Norris 828f14556e src: revert domain using AsyncListeners 11 years ago
Fedor Indutny 92b6417098 crypto: introduce .setEngine(engine, [flags]) 11 years ago
Yorkie 59fb0185ec crypto: remove unnecessary OpenSSL_add_all_digests 11 years ago
Ahamed Nafeez 8a79cca80c crypto: comment change on disabling compression 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
Ben Noordhuis 84c03a984a tls: add serialNumber to getPeerCertificate() 11 years ago
Trevor Norris d120d92bfe base-object: add BaseObject 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis c0d62c207e crypto: fix up implicit HandleScope abuse 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Ben Noordhuis a12870c823 crypto: update root certificates 11 years ago
Ben Noordhuis 0619467bd3 src: remove container_of, use CONTAINER_OF 11 years ago
Ben Noordhuis 3facd4e1dc crypto: unbreak build with no-NPN shared openssl 11 years ago