| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
safe in LuaJIT
|
|
|
|
| |
of lightuserdata
|
| |
|
| |
|
|
|
|
| |
Old alias is left for compat
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Adds support for setting and retrieving intermediate certificates
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
context:getReadAhead()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
__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.
|
| |
|
| |
|
| |
|