| Commit message (Expand) | Author | Files | Lines |
2015-04-17 | finish setAlpnSelect | william | 1 | -18/+56 |
2015-04-17 | forgot to install our X509_STORE_free replacement | william | 1 | -3/+9 |
2015-04-17 | unify OpenSSL, DYLD, and system errno error handling, and begin to regularize... | william | 1 | -279/+277 |
2015-04-17 | pin the module in memory when installing external app data callbacks, as thes... | william | 1 | -124/+234 |
2015-04-16 | don't care about the SSL_CTX class index | william | 1 | -2/+0 |
2015-04-16 | add fix for issue #17 | william | 1 | -7/+148 |
2015-04-09 | refactor and fixup some interfaces, and begin to flesh out ALPN selection cal... | william | 1 | -39/+148 |
2015-03-09 | early external data API work | william | 1 | -3/+229 |
2015-03-05 | fix strerror_r usage on glibc | william | 1 | -1/+14 |
2015-03-05 | document ssl:setAlpnProtos | william | 2 | -0/+6 |
2015-03-05 | add openssl.ssl:setAlpnProtos | william | 1 | -23/+83 |
2015-03-05 | throw error when SSL_CTX_set_alpn_protos fails (which pesently is always an a... | william | 1 | -3/+9 |
2015-03-04 | update documentation | william | 2 | -2/+14 |
2015-03-04 | readd pubkey.lua as a stub because the previous solution of using a symbolic ... | william | 2 | -2/+11 |
2015-03-04 | update changelog | william | 1 | -1/+7 |
2015-03-04 | add feature macros to enable/disable ALPN support | william | 1 | -2/+18 |
2015-03-04 | fix unsigned char to char conversion warning | william | 1 | -1/+1 |
2015-03-01 | SSL_CTX_set_alpn_protos takes the full length, not the number of strings | daurnimator | 1 | -2/+2 |
2015-03-01 | improve ALPN validation | daurnimator | 1 | -1/+1 |
2015-02-28 | Bind SSL_CTX_set_alpn_protos and SSL_get0_alpn_selected | daurnimator | 1 | -0/+52 |
2015-02-25 | fix argument handling bug in lm.hash example | william | 1 | -1/+1 |
2015-02-25 | document des.set_odd_parity and add example | william | 3 | -2/+79 |
2015-02-25 | bind set_odd_parity as DES_string_to_key is incompatible with LM scheme | william | 1 | -1/+16 |
2015-02-25 | document des.string_to_key | william | 2 | -0/+11 |
2015-02-25 | bumb debian changelog version | william | 1 | -0/+6 |
2015-02-25 | add des to build and fix Lua 5.3 build | william | 1 | -2/+3 |
2015-02-25 | add des module to make it easier to implement NTLM authentication protocol | william | 2 | -0/+33 |
2014-10-28 | update documentation for context.newdeb-20141028-0 | william | 2 | -1/+23 |
2014-10-28 | update debian changelog | william | 1 | -1/+26 |
2014-10-28 | change behavior of 'TLS' method so that it enables TLS 1.1 and 1.2, because T... | william | 1 | -6/+40 |
2014-10-15 | getClientVersion, not getVersion | william | 2 | -1/+1 |