234 Commits (0da4c671659cfbae12def127b2e94690b9d9b5e1)

Author SHA1 Message Date
Alexis Campailla c06495713a crypto: improve memory usage 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
Timothy J Fontaine 5c832e44c3 src: refactor buffer bounds checking 11 years ago
Ben Noordhuis 09c51d5e40 crypto: update root certificates 11 years ago
Fedor Indutny b4c4e0bbaa crypto: throw on SignFinal failure 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Fedor Indutny 9b8fcff435 tls: reset NPN callbacks after SNI 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 12 years ago
Fedor Indutny 610269295b crypto: fix memory leak in LoadPKCS12 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
isaacs 199fa9f8dd crypto: Don't ignore verify encoding argument 12 years ago
isaacs a241deb19a crypto: Pass encodings for Hmac digest 12 years ago
isaacs c1e8c8de1c crypto: Pass encodings to C++ for Sign/Verify 12 years ago
isaacs 430dc39e87 crypto: use StringBytes::Encode 12 years ago
isaacs a1eacdf12a crypto: Pass strings to binding layer directly 12 years ago
mscdex c4379a5554 src: fix potential memory leak on early return 12 years ago
mscdex 2322580dfb src: don't initialize variable before assignment 12 years ago
Trevor Norris 659fb238e7 crypto: fix return Local Handle w/o scope.Close() 12 years ago
Ben Noordhuis 0d5595ac60 Revert "crypto: use better memory BIO implementation" 12 years ago
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Fedor Indutny 77715edee8 crypto: zero is not an error if writing 0 bytes 12 years ago
Fedor Indutny 58f93ffc4a crypto: use better memory BIO implementation 12 years ago
Fedor Indutny 4580be0882 tls: handle SSL_ERROR_ZERO_RETURN 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
Marcel Laverdet 1526909083 tls: remove harmful unnecessary bounds checking 12 years ago
Ben Noordhuis 628bd81afb crypto: check randomBytes() size argument 12 years ago
Ben Noordhuis 7189b3ed33 crypto: don't assert when calling Cipher#final() twice 12 years ago
Ben Noordhuis c6e2db2f14 crypto: clear error stack 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 12 years ago
Ben Noordhuis 109f73b2c0 src: pass node_isolate to True() and False() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis 6cf68aead6 deps: upgrade libuv to e079a99 12 years ago
Fedor Indutny 51d5655efa crypto: fix leak in GetPeerCertificate 12 years ago
Fedor Indutny 276245d26f crypto: fix leak in GetPeerCertificate 12 years ago
Ben Noordhuis 335f20896a crypto: allow negative numbers in setOptions() 12 years ago
Sergey Kholodilov 019ad346e0 crypto: fix ssl error handling 12 years ago
isaacs 1122e3af28 crypto: Style. Prefer 'char*' over 'char *' 12 years ago
isaacs f2fa97f178 crypto: Remove many unnecessary toObjects 12 years ago
isaacs c87b524c5f crypto: Clean up buffer handling and DH methods 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago
Ben Noordhuis 844a0058d0 crypto: fix DH use-after-free and memory leak 12 years ago