summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix argument handling bug in lm.hash examplewilliam2015-02-251-1/+1
* document des.set_odd_parity and add examplewilliam2015-02-253-2/+79
* bind set_odd_parity as DES_string_to_key is incompatible with LM schemewilliam2015-02-251-1/+16
* document des.string_to_keywilliam2015-02-252-0/+11
* bumb debian changelog versionwilliam2015-02-251-0/+6
* add des to build and fix Lua 5.3 buildwilliam2015-02-251-2/+3
* add des module to make it easier to implement NTLM authentication protocolwilliam2015-02-252-0/+33
* update documentation for context.newdeb-20141028-0william2014-10-282-1/+23
* update debian changelogwilliam2014-10-281-1/+26
* change behavior of 'TLS' method so that it enables TLS 1.1 and 1.2, because T...william2014-10-281-6/+40
* getClientVersion, not getVersionwilliam2014-10-152-1/+1
* add PDF for conveniencewilliam2014-10-151-0/+0
* more documentation updateswilliam2014-10-151-20/+64
* partial documentation updatewilliam2014-10-151-18/+176
* add ssl:getVersion and ssl:getClientVersion methodswilliam2014-10-151-7/+74
* bump debian versionwilliam2014-09-231-0/+6
* make default key algorithm in self.x509 and vrfy.sig examples depend on wheth...william2014-09-222-5/+33
* bind opensslv.h and opensslconf.h macroswilliam2014-09-223-0/+184
* unbreak Lua 5.1 for real this timewilliam2014-09-221-1/+1
* unbreak Solaris (no ECC support)william2014-09-221-0/+4
* unbreak Lua 5.1 buildwilliam2014-09-191-0/+8
* fix issue with loading public and private keys concurrently, fix issue in pus...william2014-09-191-56/+140
* add :getHostName and :setHostName methods to SSL objectwilliam2014-09-161-0/+28
* add openssl.ssl.context:setEphemeralKeywilliam2014-09-111-9/+97
* add SSL_CTX_set_options, SSL_set_options, and friends; and begin process of h...william2014-09-112-21/+195
* Merge branch 'kunkku-crl-parse'william2014-09-111-3/+29
|\
| * style fixwilliam2014-09-111-2/+1
| * parse CRLs from PEM and DER formatsKaarle Ritvanen2014-09-051-3/+30
|/
* remove unused variables and functionwilliam2014-08-141-12/+2
* patches to build on AIXrel-20140718William Ahern (william@25thandclement.com)2014-07-182-5/+11
* be more consistent about idiomatic 'return throwssl', patterned after 'return...william2014-07-171-3/+3
* in xe_new change casting to be more narrowly tailored; and replace malloc usa...william2014-07-171-13/+17
* Merge branch 'kunkku-custom-ext'William Ahern2014-07-163-0/+110
|\
| * Merge branch 'custom-ext' of https://github.com/kunkku/luaossl into kunkku-cu...William Ahern2014-07-163-0/+110
|/|
| * module for custom certificate extensionsKaarle Ritvanen2014-06-013-36/+101
| * method for adding arbitrary certificate extensionsKaarle Ritvanen2014-06-011-0/+45
* | fixed interpose implementations for pkey and cipher classes, which passed the...william2014-07-151-2/+2
* | in self.x509 example script use new :text method added by kunkku rather than ...william2014-07-151-3/+1
* | Merge branch 'kunkku-pkcs12'william2014-07-153-0/+135
|\ \
| * | Merge branch 'pkcs12' of https://github.com/kunkku/luaossl into kunkku-pkcs12william2014-07-153-0/+135
|/| |
| * | pkcs12.new: use lua_pushfstring for Lua 5.1 compatibilityKaarle Ritvanen2014-06-051-1/+1
| * | PKCS #12 moduleKaarle Ritvanen2014-05-283-0/+135
| |/
* | Merge branch 'kunkku-text'william2014-07-151-0/+80
|\ \
| * | 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
* Merge branch 'kunkku-crl'william2014-05-103-3/+295
|\