| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
: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
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Added in https://github.com/openssl/openssl/pull/1755
|
|/
|
|
| |
Closes #124
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Instead require user to pass libraries to linker via build system
|
| | |
|
| | |
|
| |
| |
| |
| | |
See http://stackoverflow.com/questions/32399191/va-args-expansion-using-msvc
|
| | |
|