summaryrefslogtreecommitdiff
path: root/src/GNUmakefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix building compat-5.3.odaurnimator2017-09-031-1/+1
* Only use lua-compat-5.3 if running < 5.3rel-20170901daurnimator2017-09-011-2/+12
* Fix broken make install ruledaurnimator2017-08-311-3/+3
* Move over to using lua-compat-5.3daurnimator2017-08-301-3/+3
* Pull in updated makefile structure from cqueuesdaurnimator2017-08-301-83/+50
* src/GNUmakefile: Remove duplicated ruledaurnimator2017-08-291-5/+0
* src/GNUmakefile: Add missing uninstall rule for ocsp submoduledaurnimator2017-08-291-0/+1
* src/GNUmakefile: Add missing ocsp ruledaurnimator2017-05-311-0/+5
* Remove need for LUA_COMPAT_APIINTCASTSdaurnimator2017-04-031-1/+1
* Have (empty) openssl.ocsp.response moduledaurnimator2017-04-031-0/+1
* Export constants for openssl.ocsp.basic:verify() with via moduledaurnimator2017-04-031-0/+1
* openssl.x509.verify_param: Start work on binding X509_VERIFY_PARAMdaurnimator2016-12-091-0/+1
* use config.h.guess from autoguess project for system feature testsWilliam Ahern2016-10-191-2/+4
* upgrade luapath scriptWilliam Ahern2016-06-241-1/+1
* refactor and add ashb's regression test for #53William Ahern2016-06-241-0/+1
* Add openssl.x509.csr to makefileKim Alvefur2016-02-061-0/+1
* readd pubkey.lua as a stub because the previous solution of using a symbolic ...william2015-03-041-2/+9
* add des to build and fix Lua 5.3 buildwilliam2015-02-251-2/+3
* bind opensslv.h and opensslconf.h macroswilliam2014-09-221-0/+6
* add SSL_CTX_set_options, SSL_set_options, and friends; and begin process of h...william2014-09-111-1/+1
* patches to build on AIXrel-20140718William Ahern (william@25thandclement.com)2014-07-181-3/+3
* Merge branch 'custom-ext' of https://github.com/kunkku/luaossl into kunkku-cu...William Ahern2014-07-161-0/+1
|\
| * module for custom certificate extensionsKaarle Ritvanen2014-06-011-0/+1
* | PKCS #12 moduleKaarle Ritvanen2014-05-281-0/+1
|/
* CRL generation moduleKaarle Ritvanen2014-05-081-0/+1
* don't use -ldl on BSDsWilliam Ahern2013-07-201-1/+8
* rename pubkey.lua to pkey.lua and create symlink on install for backward comp...william2014-03-271-0/+4
* fixup help targetwilliam2014-03-221-7/+7
* add Lua 5.3 supportwilliam2014-03-221-5/+20
* add multithread reentrancy protectionWilliam Ahern2014-01-311-1/+1
* move newly split files into src/ directoryWilliam Ahern2013-12-091-0/+214