| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
__pairs is not respected in lua 5.1
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
Order is taken from https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags
|
| |
|
|
|
|
| |
:getTicketKeysLength()
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This code was originally written against the Lua 5.1 API
which doesn't have luaL_prepbuffsize. Now we use the
luaL_Buffer implementation from compat-5.3 we can use newer
functionality even with older Lua versions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It uses X509_dup to match :setCertificate().
Note that this differs from ssl:getPeerCertificate() which does *not* dup().
|
| |
|
| |
|
|
|
|
| |
object
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
Closes #119
|
| |
| |
| |
| | |
Closes #122
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
modification options
|
| | |
|