| Commit message (Expand) | Author | Files | Lines |
2014-07-18 | patches to build on AIXrel-20140718 | William Ahern (william@25thandclement.com) | 1 | -3/+3 |
2014-07-17 | be more consistent about idiomatic 'return throwssl', patterned after 'return... | william | 1 | -3/+3 |
2014-07-17 | in xe_new change casting to be more narrowly tailored; and replace malloc usa... | william | 1 | -13/+17 |
2014-07-15 | fixed interpose implementations for pkey and cipher classes, which passed the... | william | 1 | -2/+2 |
2014-07-15 | in self.x509 example script use new :text method added by kunkku rather than ... | william | 1 | -3/+1 |
2014-07-04 | text form conversion for certificates and CRLs | Kaarle Ritvanen | 1 | -0/+80 |
2014-06-05 | crl:getLastUpdate: return correct timestamp | Kaarle Ritvanen | 1 | -1/+1 |
2014-06-05 | pkcs12.new: use lua_pushfstring for Lua 5.1 compatibility | Kaarle Ritvanen | 1 | -1/+1 |
2014-06-01 | module for custom certificate extensions | Kaarle Ritvanen | 3 | -36/+101 |
2014-06-01 | method for adding arbitrary certificate extensions | Kaarle Ritvanen | 1 | -0/+45 |
2014-05-28 | PKCS #12 module | Kaarle Ritvanen | 3 | -0/+135 |
2014-05-12 | our use of uintptr_t broke openbsd build | William Ahern | 1 | -0/+1 |
2014-05-12 | hookup explicit tostring methods for CRT and CSR objects (still need to refac... | william | 1 | -0/+2 |
2014-05-10 | add extra argument to be consumed by ellipsis in overloaded macros | william | 1 | -2/+2 |
2014-05-10 | refactor xx_add to be more linear | william | 1 | -24/+38 |
2014-05-09 | replace getUpdateTimes/setUpdateTimes with getLastUpdate/setLastUpdate and ge... | william | 1 | -43/+64 |
2014-05-08 | CRL generation module | Kaarle Ritvanen | 3 | -0/+257 |
2014-04-19 | call RAND_add with new randomness when fork detected | william | 1 | -5/+54 |
2014-04-19 | ASLR behaves differently on different platforms; try to maximize our chances ... | william | 1 | -2/+2 |
2014-04-03 | forgot that solaris doesn't have sysctl.h | william | 1 | -0/+2 |
2014-04-19 | add rand.stir, which polls system entropy in the most robust way possible, be... | william | 1 | -20/+207 |
2014-04-02 | update debian changelogrel-20140328 | william | 1 | -0/+11 |
2013-12-27 | silence warnings with Solaris Studio compiler | William Ahern | 2 | -1/+6 |
2013-07-20 | don't use -ldl on BSDs | William Ahern | 1 | -1/+8 |
2014-03-27 | update document for pubkey -> pkey changes | william | 1 | -30/+30 |
2014-03-27 | fixup examples/ for pubkey -> pkey changes | william | 2 | -7/+7 |
2014-03-27 | rename pubkey.lua to pkey.lua and create symlink on install for backward comp... | william | 1 | -4/+0 |
2014-03-27 | rename pubkey.lua to pkey.lua and create symlink on install for backward comp... | william | 3 | -0/+12 |
2014-03-27 | rename openssl.pubkey identifiers to openssl.pkey | william | 2 | -47/+55 |
2014-03-27 | update rand.uniform documentation for new Lua 5.3 support | william | 1 | -1/+1 |
2014-03-27 | support Lua 5.3 64-bit integer type in rand.uniform | william | 1 | -9/+18 |
2014-03-27 | update user guide to document DER support, GEN_DIRNAME, and return value chan... | william | 1 | -110/+112 |
2014-03-27 | make digest:update and hmac:update return the digest object rather than boole... | william | 1 | -4/+4 |
2014-03-27 | forgot to remove old lua_settop statement | william | 1 | -1/+0 |
2014-03-26 | add DER parameter to pk__tostring for symmetry, but we still need to refactor... | william | 1 | -6/+16 |
2014-03-26 | alter several :add methods to return the parent object rather than boolean tr... | william | 1 | -4/+4 |
2014-03-26 | add GEN_DIRNAME support | william | 1 | -33/+60 |
2014-03-25 | add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ev... | william | 1 | -62/+167 |
2014-03-22 | update changelogrel-20140322 | william | 1 | -0/+7 |
2014-03-22 | fixup help target | william | 1 | -7/+7 |
2014-03-22 | make documentation agree with how the targets work wrt Lua 5.3 | william | 1 | -3/+9 |
2014-03-22 | add Lua 5.3 support | william | 2 | -5/+24 |
2014-03-22 | fix include guard bug | william | 1 | -3/+3 |
2014-03-22 | fix date in changelog | william | 1 | -1/+1 |