summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code ↵exdatawilliam2015-04-201-2/+2
| | | | comment
* 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 ↵william2015-04-171-279/+277
| | | | regularize auxiliary routines under the aux prefix
* pin the module in memory when installing external app data callbacks, as ↵william2015-04-171-124/+234
| | | | these can be never be uninstalled
* 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 ↵william2015-04-091-39/+148
| | | | callback
* early external data API workwilliam2015-03-091-3/+229
|
* fix strerror_r usage on glibcwilliam2015-03-051-1/+14
|
* document ssl:setAlpnProtoswilliam2015-03-052-0/+6
|
* add openssl.ssl:setAlpnProtoswilliam2015-03-051-23/+83
|
* throw error when SSL_CTX_set_alpn_protos fails (which pesently is always an ↵william2015-03-051-3/+9
| | | | allocation failure)
* update documentationwilliam2015-03-042-2/+14
|
* readd pubkey.lua as a stub because the previous solution of using a symbolic ↵william2015-03-042-2/+11
| | | | link was causing packaging headaches
* update changelogwilliam2015-03-041-1/+7
|
* add feature macros to enable/disable ALPN supportwilliam2015-03-041-2/+18
|
* fix unsigned char to char conversion warningwilliam2015-03-041-1/+1
|
* Merge branch 'daurnimator-alpn'william2015-03-041-0/+52
|\
| * 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
|/
* 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 ↵william2014-10-281-6/+40
| | | | TLSv1_method in OpenSSL literally only enables TLS 1.0. for 'SSL' disable SSLv2
* 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 ↵william2014-09-222-5/+33
| | | | whether EC is supported locally
* 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 ↵william2014-09-191-56/+140
| | | | pusherror when no OpenSSL errors are actually defined, and because OpenSSL doesn't define its FOO_free routines to accept NULL--even though most or all do handle NULL properly--don't pass them NULL
* 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 ↵william2014-09-112-21/+195
| | | | handling Lua 5.3 better
* 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
|/