325 Commits (a454063ea17f94a5d456bb2666502076c0d51795)

Author SHA1 Message Date
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
Erik Dubbelboer bb909ad642 tls: add ECDH ciphers support 11 years ago
Trevor Norris bc39bdd995 domain: use AsyncListener API 11 years ago
Trevor Norris 95c38107c2 crypto: convert pbkdf2_req to a class 11 years ago
Trevor Norris 66d908f09a crypto: convert RandomBytesRequest to a class 11 years ago
Trevor Norris 8b8e3b6798 async-wrap: integrate with WeakObject 11 years ago
Fedor Indutny ba7c9ce964 tls: do not default to 'localhost' servername 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 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
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Thom Seddon f755ecf484 src: accept passphrase when crypto signing with private key 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 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
Fedor Indutny 42acbf809b tls: wrap tls inside tls using legacy API 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 653f62a709 crypto: remove NodeBIO::GetMethod() 11 years ago
Ben Noordhuis 8e596c4e15 crypto: make root_cert_store variable extern 11 years ago
Ben Noordhuis 699f636d97 crypto: make error buffer non-static 11 years ago
Ben Noordhuis 29d3624dae crypto: make randomBytes/pbkdf2 cbs domain aware 12 years ago
Fedor Indutny b9a0eb0688 tls, crypto: deduplicate code 12 years ago
Ben Noordhuis f55aca6515 crypto: fix memory leak in randomBytes() error path 12 years ago
Ben Noordhuis ec548734ca crypto: fix memory leak in randomBytes() error path 12 years ago