summaryrefslogtreecommitdiff
path: root/src/openssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pkcs12' of https://github.com/kunkku/luaossl into kunkku-pkcs12william2014-07-151-0/+133
|\
| * pkcs12.new: use lua_pushfstring for Lua 5.1 compatibilityKaarle Ritvanen2014-06-051-1/+1
| * PKCS #12 moduleKaarle Ritvanen2014-05-281-0/+133
* | Merge branch 'text' of https://github.com/kunkku/luaossl into kunkku-textwilliam2014-07-151-0/+80
|\ \
| * | text form conversion for certificates and CRLsKaarle Ritvanen2014-07-041-0/+80
| |/
* | Merge branch 'crl' of https://github.com/kunkku/luaosslwilliam2014-07-151-1/+1
|\ \
| * | crl:getLastUpdate: return correct timestampKaarle Ritvanen2014-06-051-1/+1
| |/
* / our use of uintptr_t broke openbsd buildWilliam Ahern2014-05-121-0/+1
|/
* hookup explicit tostring methods for CRT and CSR objects (still need to refac...william2014-05-121-0/+2
* add extra argument to be consumed by ellipsis in overloaded macroswilliam2014-05-101-2/+2
* refactor xx_add to be more linearwilliam2014-05-101-24/+38
* replace getUpdateTimes/setUpdateTimes with getLastUpdate/setLastUpdate and ge...william2014-05-091-43/+64
* CRL generation moduleKaarle Ritvanen2014-05-081-0/+255
* call RAND_add with new randomness when fork detectedwilliam2014-04-191-5/+54
* ASLR behaves differently on different platforms; try to maximize our chances ...william2014-04-191-2/+2
* forgot that solaris doesn't have sysctl.hwilliam2014-04-031-0/+2
* add rand.stir, which polls system entropy in the most robust way possible, be...william2014-04-191-20/+207
* silence warnings with Solaris Studio compilerWilliam Ahern2013-12-271-1/+1
* rename openssl.pubkey identifiers to openssl.pkeywilliam2014-03-271-45/+53
* support Lua 5.3 64-bit integer type in rand.uniformwilliam2014-03-271-9/+18
* make digest:update and hmac:update return the digest object rather than boole...william2014-03-271-4/+4
* forgot to remove old lua_settop statementwilliam2014-03-271-1/+0
* add DER parameter to pk__tostring for symmetry, but we still need to refactor...william2014-03-261-6/+16
* alter several :add methods to return the parent object rather than boolean tr...william2014-03-261-4/+4
* add GEN_DIRNAME supportwilliam2014-03-261-33/+60
* add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ev...william2014-03-251-62/+167
* fix include guard bugwilliam2014-03-221-3/+3
* add multithread reentrancy protectionWilliam Ahern2014-01-311-3/+156
* move newly split files into src/ directoryWilliam Ahern2013-12-091-0/+3929