summaryrefslogtreecommitdiff
path: root/src/openssl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵william2014-05-091-43/+64
| | | | getNextUpdate/setNextUpdate, because the semantics don't quite match that of crt:getLifetime, which it was copied from
* 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
| | | | of benefiting from it
* 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, ↵william2014-04-191-20/+207
| | | | because OpenSSL only knows how to use /dev/urandom
* 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 ↵william2014-03-271-4/+4
| | | | boolean true, similar to the change for :add methods
* 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)
* 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