summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* forgot to remove old lua_settop statementwilliam2014-03-271-1/+0
|
* add DER parameter to pk__tostring for symmetry, but we still need to ↵william2014-03-261-6/+16
| | | | refactor stringification APIs because it's unuseable as-is
* alter several :add methods to return the parent object rather than boolean ↵william2014-03-261-4/+4
| | | | true, to allow chained invocations
* add GEN_DIRNAME supportwilliam2014-03-261-33/+60
|
* add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ↵william2014-03-251-62/+167
| | | | everything (except pk__tostring and pk_toPEM, FIXME)
* fixup help targetwilliam2014-03-221-7/+7
|
* add Lua 5.3 supportwilliam2014-03-221-5/+20
|
* fix include guard bugwilliam2014-03-221-3/+3
|
* add multithread reentrancy protectionWilliam Ahern2014-01-312-4/+157
|
* move newly split files into src/ directoryWilliam Ahern2013-12-0917-0/+4362