summaryrefslogtreecommitdiff
path: root/mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-27silence warnings with Solaris Studio compilerWilliam Ahern2-1/+6
2013-07-20don't use -ldl on BSDsWilliam Ahern1-1/+8
2014-03-27update document for pubkey -> pkey changeswilliam1-30/+30
2014-03-27fixup examples/ for pubkey -> pkey changeswilliam2-7/+7
2014-03-27rename pubkey.lua to pkey.lua and create symlink on install for backward ↵william1-4/+0
compatability
2014-03-27rename pubkey.lua to pkey.lua and create symlink on install for backward ↵william3-0/+12
compatability
2014-03-27rename openssl.pubkey identifiers to openssl.pkeywilliam2-47/+55
2014-03-27update rand.uniform documentation for new Lua 5.3 supportwilliam1-1/+1
2014-03-27support Lua 5.3 64-bit integer type in rand.uniformwilliam1-9/+18
2014-03-27update user guide to document DER support, GEN_DIRNAME, and return value ↵william1-110/+112
changes for :all, digest:update, and hmac:update
2014-03-27make digest:update and hmac:update return the digest object rather than ↵william1-4/+4
boolean true, similar to the change for :add methods
2014-03-27forgot to remove old lua_settop statementwilliam1-1/+0
2014-03-26add DER parameter to pk__tostring for symmetry, but we still need to ↵william1-6/+16
refactor stringification APIs because it's unuseable as-is
2014-03-26alter several :add methods to return the parent object rather than boolean ↵william1-4/+4
true, to allow chained invocations
2014-03-26add GEN_DIRNAME supportwilliam1-33/+60
2014-03-25add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ↵william1-62/+167
everything (except pk__tostring and pk_toPEM, FIXME)
2014-03-22update changelogrel-20140322william1-0/+7
2014-03-22fixup help targetwilliam1-7/+7
2014-03-22make documentation agree with how the targets work wrt Lua 5.3william1-3/+9
2014-03-22add Lua 5.3 supportwilliam2-5/+24
2014-03-22fix include guard bugwilliam1-3/+3
2014-03-22fix date in changelogwilliam1-1/+1