| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
update openssl metatable names in preparation for a split away from cqueues
|
|
|
|
| |
add uniform number generator to openssl.rand
|
|
|
|
| |
add openssl.rand modue
|
|
|
|
| |
more consistent build targets
|
|
|
|
| |
some tweaks to build documentation
|
|
|
|
| |
add easier target names
|
|
|
|
| |
early version of LuaJIT don't defined LUA_FILEHANDLE
|
|
|
|
| |
only define all, install, and uninstall targets when invoked from the project, and not source-included; and luac -p to verify openssl modules before installation
|
|
|
|
| |
exclude currently dead code, and fix array terminator bug
|
|
|
|
| |
fix initialization issue with tm.tm_sec in tm2unix, and be conservative about it in case future code uses other members
|
|
|
|
| |
update openssl modules to new build
|
|
|
|
| |
fix luaL_argcheck usage, and don't try to use unsupported %u format specifier
|
|
|
|
| |
make cipher API easier to use, and also fix Lua stack traversal bug in digest and hmac code which prematurely exited loop processing parameters
|
|
|
|
| |
don't throw errors in cipher:update and :final
|
|
|
|
| |
allow NULL IV for, e.g., ECB mode
|
|
|
|
| |
fix our proxy Makefile
|
|
|
|
| |
add proxy Makefile
|
|
|
|
| |
rename to GNUmakefile
|
|
|
|
| |
use correct indices in cipher_init, and fix method name mixup
|
|
|
|
| |
forgot to install openssl.cipher.lua
|
|
|
|
| |
add EVP_CIPHER_CTX bindings
|
|
|
|
| |
our local LuaJIT headers bad; LUA_FILEHANDLE should always exist
|
|
|
|
| |
add LUA_FILEHANDLE to compat52.h
|
|
|
|
| |
fix typo in luaL_setfuncs compat
|
|
|
|
| |
add helper to cqueues, too
|
|
|
|
| |
use our new helper utility in Makefile
|
|
|
|
| |
update help
|
|
|
|
| |
more Makefile work
|
|
|
|
| |
remove '52' from lua path variables
|
|
|
|
| |
wrap EVP_Sign and EVP_Verify
|
|
|
|
| |
add openssl.digest and openssl.hmac
|
|
|
|
| |
forgot static qualifier for internal routine
|
|
|
|
| |
fix constness warning
|
|
|
|
| |
fix debian build (file modifications)
|
|
|
|
| |
add ssl.context:setCipherList and ssl:getCipherInfo
|
|
|
|
| |
forgot to add ssl.lua module
|
|
|
|
| |
forgot that :starttls can also take an SSL_CTX object, and update the documentation
|
|
|
|
| |
wrap so_checktls
|
|
|
|
| |
stub resolver working
|
|
|
|
| |
add license to compat52.h
|
|
|
|
| |
bug fix testsimple in openssl.c
|
|
|
|
| |
document new openssl bindings
|
|
|
|
| |
fix typo
|
|
|
|
| |
make build with LuaJIT
|
|
|
|
| |
fix compile for LuaJIT
|
|
|
|
| |
fix freebsd build
|
|
|
|
| |
fix solaris build
|