summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code c...exdatawilliam2015-04-201-2/+2
* finish setAlpnSelectwilliam2015-04-171-18/+56
* forgot to install our X509_STORE_free replacementwilliam2015-04-171-3/+9
* unify OpenSSL, DYLD, and system errno error handling, and begin to regularize...william2015-04-171-279/+277
* pin the module in memory when installing external app data callbacks, as thes...william2015-04-171-124/+234
* don't care about the SSL_CTX class indexwilliam2015-04-161-2/+0
* add fix for issue #17william2015-04-161-7/+148
* refactor and fixup some interfaces, and begin to flesh out ALPN selection cal...william2015-04-091-39/+148
* early external data API workwilliam2015-03-091-3/+229
* fix strerror_r usage on glibcwilliam2015-03-051-1/+14
* add openssl.ssl:setAlpnProtoswilliam2015-03-051-23/+83
* throw error when SSL_CTX_set_alpn_protos fails (which pesently is always an a...william2015-03-051-3/+9
* readd pubkey.lua as a stub because the previous solution of using a symbolic ...william2015-03-042-2/+11
* add feature macros to enable/disable ALPN supportwilliam2015-03-041-2/+18
* fix unsigned char to char conversion warningwilliam2015-03-041-1/+1
* SSL_CTX_set_alpn_protos takes the full length, not the number of stringsdaurnimator2015-03-011-2/+2
* improve ALPN validationdaurnimator2015-03-011-1/+1
* Bind SSL_CTX_set_alpn_protos and SSL_get0_alpn_selecteddaurnimator2015-02-281-0/+52
* bind set_odd_parity as DES_string_to_key is incompatible with LM schemewilliam2015-02-251-1/+16
* 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
* change behavior of 'TLS' method so that it enables TLS 1.1 and 1.2, because T...william2014-10-281-6/+40
* add ssl:getVersion and ssl:getClientVersion methodswilliam2014-10-151-7/+74
* 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
* 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 '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
* | 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 '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