Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix include guard bug | william | 2014-03-22 | 1 | -3/+3 | |
| | ||||||
* | fix date in changelog | william | 2014-03-22 | 1 | -1/+1 | |
| | ||||||
* | add luaossl documentation as copied and amended from the cqueues user guide | william | 2014-03-22 | 1 | -0/+860 | |
| | ||||||
* | add multithread reentrancy protection | William Ahern | 2014-01-31 | 3 | -4/+165 | |
| | ||||||
* | forgot to add changelog script | William Ahern | 2013-12-10 | 1 | -0/+92 | |
| | ||||||
* | copy over our examples/ | william | 2013-12-09 | 2 | -0/+89 | |
| | ||||||
* | add debian packaging files | william | 2013-12-09 | 9 | -0/+79 | |
| | ||||||
* | copy over build files from cqueues | william | 2013-12-09 | 5 | -0/+1220 | |
| | ||||||
* | move newly split files into src/ directory | William Ahern | 2013-12-09 | 17 | -0/+0 | |
| | ||||||
* | -n | William Ahern | 2013-12-09 | 1 | -15/+14 | |
| | | | | update openssl metatable names in preparation for a split away from cqueues | |||||
* | -n | William Ahern | 2013-12-06 | 1 | -3/+105 | |
| | | | | add uniform number generator to openssl.rand | |||||
* | -n | William Ahern | 2013-12-04 | 3 | -1/+56 | |
| | | | | add openssl.rand modue | |||||
* | -n | William Ahern | 2013-10-25 | 1 | -10/+24 | |
| | | | | more consistent build targets | |||||
* | -n | William Ahern | 2013-10-24 | 1 | -0/+39 | |
| | | | | some tweaks to build documentation | |||||
* | -n | William Ahern | 2013-10-24 | 1 | -5/+7 | |
| | | | | add easier target names | |||||
* | -n | William Ahern | 2013-05-05 | 1 | -0/+4 | |
| | | | | early version of LuaJIT don't defined LUA_FILEHANDLE | |||||
* | -n | William Ahern | 2013-09-09 | 1 | -6/+18 | |
| | | | | 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 | |||||
* | -n | William Ahern | 2013-09-09 | 1 | -7/+10 | |
| | | | | exclude currently dead code, and fix array terminator bug | |||||
* | -n | William Ahern | 2013-09-09 | 1 | -1/+1 | |
| | | | | fix initialization issue with tm.tm_sec in tm2unix, and be conservative about it in case future code uses other members | |||||
* | -n | William Ahern | 2013-09-09 | 1 | -150/+133 | |
| | | | | update openssl modules to new build | |||||
* | -n | William Ahern | 2013-03-14 | 1 | -4/+4 | |
| | | | | fix luaL_argcheck usage, and don't try to use unsupported %u format specifier | |||||
* | -n | William Ahern | 2013-03-14 | 1 | -25/+58 | |
| | | | | make cipher API easier to use, and also fix Lua stack traversal bug in digest and hmac code which prematurely exited loop processing parameters | |||||
* | -n | William Ahern | 2013-03-14 | 1 | -5/+35 | |
| | | | | don't throw errors in cipher:update and :final | |||||
* | -n | William Ahern | 2013-03-14 | 1 | -1/+1 | |
| | | | | allow NULL IV for, e.g., ECB mode | |||||
* | -n | William Ahern | 2013-03-01 | 1 | -2/+3 | |
| | | | | fix our proxy Makefile | |||||
* | -n | William Ahern | 2013-03-13 | 1 | -0/+6 | |
| | | | | add proxy Makefile | |||||
* | -n | William Ahern | 2013-03-13 | 1 | -0/+0 | |
| | | | | rename to GNUmakefile | |||||
* | -n | William Ahern | 2013-03-11 | 1 | -6/+6 | |
| | | | | use correct indices in cipher_init, and fix method name mixup | |||||
* | -n | William Ahern | 2013-03-11 | 1 | -1/+6 | |
| | | | | forgot to install openssl.cipher.lua | |||||
* | -n | William Ahern | 2013-03-11 | 2 | -1/+172 | |
| | | | | add EVP_CIPHER_CTX bindings | |||||
* | -n | William Ahern | 2013-02-28 | 1 | -4/+0 | |
| | | | | our local LuaJIT headers bad; LUA_FILEHANDLE should always exist | |||||
* | -n | William Ahern | 2013-02-27 | 1 | -0/+4 | |
| | | | | add LUA_FILEHANDLE to compat52.h | |||||
* | -n | William Ahern | 2013-02-27 | 1 | -1/+1 | |
| | | | | fix typo in luaL_setfuncs compat | |||||
* | -n | William Ahern | 2013-02-28 | 1 | -1/+1 | |
| | | | | add helper to cqueues, too | |||||
* | -n | William Ahern | 2013-02-28 | 1 | -6/+15 | |
| | | | | use our new helper utility in Makefile | |||||
* | -n | William Ahern | 2013-02-27 | 1 | -2/+6 | |
| | | | | update help | |||||
* | -n | William Ahern | 2013-02-27 | 1 | -1/+14 | |
| | | | | more Makefile work | |||||
* | -n | William Ahern | 2013-02-27 | 1 | -33/+50 | |
| | | | | remove '52' from lua path variables | |||||
* | -n | William Ahern | 2013-02-26 | 1 | -0/+48 | |
| | | | | wrap EVP_Sign and EVP_Verify | |||||
* | -n | William Ahern | 2013-01-31 | 4 | -1/+220 | |
| | | | | add openssl.digest and openssl.hmac | |||||
* | -n | William Ahern | 2013-01-30 | 1 | -1/+1 | |
| | | | | forgot static qualifier for internal routine | |||||
* | -n | William Ahern | 2013-01-29 | 1 | -1/+1 | |
| | | | | fix constness warning | |||||
* | -n | William Ahern | 2013-01-06 | 1 | -16/+21 | |
| | | | | fix debian build (file modifications) | |||||
* | -n | William Ahern | 2012-10-15 | 1 | -0/+41 | |
| | | | | add ssl.context:setCipherList and ssl:getCipherInfo | |||||
* | -n | William Ahern | 2012-10-15 | 1 | -0/+3 | |
| | | | | forgot to add ssl.lua module | |||||
* | -n | William Ahern | 2012-10-15 | 1 | -1/+3 | |
| | | | | forgot that :starttls can also take an SSL_CTX object, and update the documentation | |||||
* | -n | William Ahern | 2012-10-15 | 2 | -2/+127 | |
| | | | | wrap so_checktls | |||||
* | -n | William Ahern | 2012-10-13 | 1 | -0/+3 | |
| | | | | stub resolver working | |||||
* | -n | William Ahern | 2012-10-11 | 1 | -0/+25 | |
| | | | | add license to compat52.h | |||||
* | -n | William Ahern | 2012-10-11 | 1 | -1/+1 | |
| | | | | bug fix testsimple in openssl.c |