summaryrefslogtreecommitdiff
path: root/mk/vendor.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-17be more consistent about idiomatic 'return throwssl', patterned after ↵william1-3/+3
'return lua_error'
2014-07-17in xe_new change casting to be more narrowly tailored; and replace malloc ↵william1-13/+17
usage which failed to check for NULL with an automatic buffer
2014-07-15fixed interpose implementations for pkey and cipher classes, which passed ↵william1-2/+2
the wrong metatable names to the generic interpose
2014-07-15in self.x509 example script use new :text method added by kunkku rather than ↵william1-3/+1
shelling out to openssl command-line utility to pretty-print a certificate
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 ↵william1-0/+2
refactor PKey to allow specifying public, private or both)
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 ↵william1-43/+64
getNextUpdate/setNextUpdate, because the semantics don't quite match that of crt:getLifetime, which it was copied from
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
of benefiting from it
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, ↵william1-20/+207
because OpenSSL only knows how to use /dev/urandom
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 ↵william1-4/+0
compatability
2014-03-27rename pubkey.lua to pkey.lua and create symlink on install for backward ↵william3-0/+12
compatability
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 ↵william1-110/+112
changes for :all, digest:update, and hmac:update
2014-03-27make digest:update and hmac:update return the digest object rather than ↵william1-4/+4
boolean true, similar to the change for :add methods
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 ↵william1-6/+16
refactor stringification APIs because it's unuseable as-is
2014-03-26alter several :add methods to return the parent object rather than boolean ↵william1-4/+4
true, to allow chained invocations
2014-03-26add GEN_DIRNAME supportwilliam1-33/+60
2014-03-25add DER input and output formats, plus 'autodetect' PEM-or-DER, for almost ↵william1-62/+167
everything (except pk__tostring and pk_toPEM, FIXME)
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