aboutsummaryrefslogtreecommitdiffstats
path: root/src/openssl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* ASLR behaves differently on different platforms; try to maximize our chances ↵LibravatarLibravatar william 2014-04-191-2/+2
| | | | of benefiting from it
* forgot that solaris doesn't have sysctl.hLibravatarLibravatar william 2014-04-031-0/+2
|
* add rand.stir, which polls system entropy in the most robust way possible, ↵LibravatarLibravatar william 2014-04-191-20/+207
| | | | because OpenSSL only knows how to use /dev/urandom
* silence warnings with Solaris Studio compilerLibravatarLibravatar William Ahern 2013-12-271-1/+1
|
* rename openssl.pubkey identifiers to openssl.pkeyLibravatarLibravatar william 2014-03-271-45/+53
|
* support Lua 5.3 64-bit integer type in rand.uniformLibravatarLibravatar william 2014-03-271-9/+18
|
* make digest:update and hmac:update return the digest object rather than ↵LibravatarLibravatar william 2014-03-271-4/+4
| | | | boolean true, similar to the change for :add methods
* forgot to remove old lua_settop statementLibravatarLibravatar william 2014-03-271-1/+0
|
* add DER parameter to pk__tostring for symmetry, but we still need to ↵LibravatarLibravatar william 2014-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 ↵LibravatarLibravatar william 2014-03-261-4/+4
| | | | true, to allow chained invocations
* add GEN_DIRNAME supportLibravatarLibravatar william 2014-03-261-33/+60
|
* add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ↵LibravatarLibravatar william 2014-03-251-62/+167
| | | | everything (except pk__tostring and pk_toPEM, FIXME)
* fix include guard bugLibravatarLibravatar william 2014-03-221-3/+3
|
* add multithread reentrancy protectionLibravatarLibravatar William Ahern 2014-01-311-3/+156
|
* move newly split files into src/ directoryLibravatarLibravatar William Ahern 2013-12-091-0/+3929