119 Commits (2a63cf612b6fbfd01b06d57777bda0eefe4ac5cd)

Author SHA1 Message Date
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Shigeki Ohtsu 3beb880716 crypto: add cert check to CNNIC Whitelist 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
Fedor Indutny e6874dd0f9 crypto: track external memory for SSL structures 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Fedor Indutny 87e62bd4c8 crypto: implement privateEncrypt/publicDecrypt 10 years ago
Ben Noordhuis e95cfe14e3 src: add ASSERT_EQ style macros 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 10 years ago
Ben Noordhuis d2131b7406 src: mark SSLWrap destructor as virtual 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Fedor Indutny 6e08bb94e8 crypto: export externals to internal structs 11 years ago
Fedor Indutny cb4ed3c78f crypto: never store pointer to conn in SSL_CTX 11 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 11 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 11 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 11 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
Alexis Campailla c06495713a crypto: improve memory usage 11 years ago
Fedor Indutny afaff70a9b src: lint after OCSP commits 11 years ago
Fedor Indutny b3ef289ffb tls: support OCSP on client and server 11 years ago
Ben Noordhuis 70f198ddb1 src: seed V8's random number generator at startup 12 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
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 12 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 12 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 12 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 12 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 12 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 12 years ago
Jason Gerfen 7bf46ba4ce crypto: add SPKAC support 12 years ago
isaacs d9b4cc323f Revert "crypto: add SPKAC support" 12 years ago
Jason Gerfen 7f66e44dc1 crypto: add SPKAC support 12 years ago