434 Commits (36b969ff44b8ffca22480c70343cf85651eb235e)

Author SHA1 Message Date
brian m. carlson ac18ebddbd crypto: disable SSLv3 if shared OpenSSL lacks it 10 years ago
Bert Belder 9ad05cd9db crypto: store thread id as pointer-sized value 10 years ago
Trevor Norris c4f6c22c20 lint: fix code style 10 years ago
Alexis Campailla 304c0b43aa crypto: store thread id as pointer-sized 10 years ago
Alexis Campailla cb8cadbe62 Revert "crypto: cast uv_thread_t to unsigned long" 10 years ago
Saúl Ibarra Corretgé 0308ad2ce5 crypto: cast uv_thread_t to unsigned long 10 years ago
Fedor Indutny 0f66835ea8 crypto: proper fix for d7e700's cause 10 years ago
Fedor Indutny d7e7008c1f crypto: throw if the key doesn't match cert 10 years ago
Ben Noordhuis 8ba39b0189 src: turn two global vars into local vars 10 years ago
Fedor Indutny 3b3d89bad2 crypto: fix X509 cert memory leak in GetPeerCert 10 years ago
Fedor Indutny 1bb0aeb8f2 crypto: escape DNS altname 10 years ago
Ben Noordhuis 084f3829ad src: clean up root_certs iteration 10 years ago
Ben Noordhuis 59010135be src: make root_certs const 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Fedor Indutny 685ac099e9 src, test: fixup after v8 update 10 years ago
Fedor Indutny 383b0c0afb src, test: fixup after v8 update 10 years ago
Fedor Indutny 6e08bb94e8 crypto: export externals to internal structs 10 years ago
Fedor Indutny cb4ed3c78f crypto: never store pointer to conn in SSL_CTX 10 years ago
Mickael van der Beek c615545416 crypto: clarify RandomBytes() error msg 10 years ago
Chris Dickinson 6e689ece46 crypto: use domains for any callback-taking method 10 years ago
Adam Lippai 11d57a535c tls: fix encoding in certificate-related functions 10 years ago
Fedor Indutny 68c14d6923 crypto: use less memory for storing keys 10 years ago
Brian White fcfe820481 crypto: unsigned value can't be negative 10 years ago
Brian White 16b0a3393e crypto: avoid memory leak 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 11 years ago
Fedor Indutny 8a7d7f8b2b crypto: fix memory leak in Connection::New 11 years ago
seishun 42bda05af8 crypto: add RSA encryption 11 years ago
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