| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
LuaSockets buffer)
|
| |
|
|
|
|
| |
'already-bound' error when client tries to bind a resource twice on the same stream (thanks Flow) fixes issue #484.
|
| |
|
| |
|
| |
|
|
|
|
| |
being loaded, it's probably just module:depends()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
DSA and ECDH certs/keys.
|
|
|
|
| |
network. Also, although obsolete, SSLv3 isn't documented to have any weaknesses that TLS 1.0 (the most common version used today) doesn't also have. Get your act together clients!
|
|
|
|
| |
cipher strength and to disable triple-DES (weaker and much slower than AES)
|
|
|
|
| |
of the array
|
|
|
|
| |
default, as clients have been shown to commonly select weak and insecure ciphers even when they support stronger ones
|
| |
|
| |
|
|
|
|
| |
instead of a callback
|
|
|
|
| |
to not honour the 'ciphers' option. This change will apply 0.9's default cipher string for LuaSec 0.4.1 users.
|
| |
|
|
|
|
| |
regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4.
|
| |
|
| |
|
| |
|
|
|
|
| |
0.4.1+OpenSSL 1.x)
|
| |
|
| |
|
| |
|
|
|
|
| |
environment instead. Fixes warnings about non-existent globals
|
|
|
|
| |
inherits items from a globally set set, if set
|
|
|
|
| |
given host (or global). module:context("*"):get_option("foo") to get global options.
|
|
|
|
| |
is unsupported.
|
|
|
|
| |
module by default
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ssl config and / or overrides.
|
| |
|
|
|
|
| |
add has_{feature/identity} to the API.
|
| |
|
|
|
|
| |
entity.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
section-related code.
|