summaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-17be more consistent about idiomatic 'return throwssl', patterned after 'return...william1-3/+3
2014-07-17in xe_new change casting to be more narrowly tailored; and replace malloc usa...william1-13/+17
2014-07-15fixed interpose implementations for pkey and cipher classes, which passed the...william1-2/+2
2014-07-15in self.x509 example script use new :text method added by kunkku rather than ...william1-3/+1
2014-07-04text form conversion for certificates and CRLsKaarle Ritvanen1-0/+80
2014-06-05crl:getLastUpdate: return correct timestampKaarle Ritvanen1-1/+1
2014-06-05pkcs12.new: use lua_pushfstring for Lua 5.1 compatibilityKaarle Ritvanen1-1/+1
2014-06-01module for custom certificate extensionsKaarle Ritvanen3-36/+101
2014-06-01method for adding arbitrary certificate extensionsKaarle Ritvanen1-0/+45
2014-05-28PKCS #12 moduleKaarle Ritvanen3-0/+135
2014-05-12our use of uintptr_t broke openbsd buildWilliam Ahern1-0/+1
2014-05-12hookup explicit tostring methods for CRT and CSR objects (still need to refac...william1-0/+2
2014-05-10add extra argument to be consumed by ellipsis in overloaded macroswilliam1-2/+2
2014-05-10refactor xx_add to be more linearwilliam1-24/+38
2014-05-09replace getUpdateTimes/setUpdateTimes with getLastUpdate/setLastUpdate and ge...william1-43/+64
2014-05-08CRL generation moduleKaarle Ritvanen3-0/+257
2014-04-19call RAND_add with new randomness when fork detectedwilliam1-5/+54
2014-04-19ASLR behaves differently on different platforms; try to maximize our chances ...william1-2/+2
2014-04-03forgot that solaris doesn't have sysctl.hwilliam1-0/+2
2014-04-19add rand.stir, which polls system entropy in the most robust way possible, be...william1-20/+207
2014-04-02update debian changelogrel-20140328william1-0/+11
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 comp...william1-4/+0
2014-03-27rename pubkey.lua to pkey.lua and create symlink on install for backward comp...william3-0/+12
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 chan...william1-110/+112
2014-03-27make digest:update and hmac:update return the digest object rather than boole...william1-4/+4
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 refactor...william1-6/+16
2014-03-26alter several :add methods to return the parent object rather than boolean tr...william1-4/+4
2014-03-26add GEN_DIRNAME supportwilliam1-33/+60
2014-03-25add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ev...william1-62/+167
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