summaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-17finish setAlpnSelectwilliam1-18/+56
2015-04-17forgot to install our X509_STORE_free replacementwilliam1-3/+9
2015-04-17unify OpenSSL, DYLD, and system errno error handling, and begin to regularize...william1-279/+277
2015-04-17pin the module in memory when installing external app data callbacks, as thes...william1-124/+234
2015-04-16don't care about the SSL_CTX class indexwilliam1-2/+0
2015-04-16add fix for issue #17william1-7/+148
2015-04-09refactor and fixup some interfaces, and begin to flesh out ALPN selection cal...william1-39/+148
2015-03-09early external data API workwilliam1-3/+229
2015-03-05fix strerror_r usage on glibcwilliam1-1/+14
2015-03-05document ssl:setAlpnProtoswilliam2-0/+6
2015-03-05add openssl.ssl:setAlpnProtoswilliam1-23/+83
2015-03-05throw error when SSL_CTX_set_alpn_protos fails (which pesently is always an a...william1-3/+9
2015-03-04update documentationwilliam2-2/+14
2015-03-04readd pubkey.lua as a stub because the previous solution of using a symbolic ...william2-2/+11
2015-03-04update changelogwilliam1-1/+7
2015-03-04add feature macros to enable/disable ALPN supportwilliam1-2/+18
2015-03-04fix unsigned char to char conversion warningwilliam1-1/+1
2015-03-01SSL_CTX_set_alpn_protos takes the full length, not the number of stringsdaurnimator1-2/+2
2015-03-01improve ALPN validationdaurnimator1-1/+1
2015-02-28Bind SSL_CTX_set_alpn_protos and SSL_get0_alpn_selecteddaurnimator1-0/+52
2015-02-25fix argument handling bug in lm.hash examplewilliam1-1/+1
2015-02-25document des.set_odd_parity and add examplewilliam3-2/+79
2015-02-25bind set_odd_parity as DES_string_to_key is incompatible with LM schemewilliam1-1/+16
2015-02-25document des.string_to_keywilliam2-0/+11
2015-02-25bumb debian changelog versionwilliam1-0/+6
2015-02-25add des to build and fix Lua 5.3 buildwilliam1-2/+3
2015-02-25add des module to make it easier to implement NTLM authentication protocolwilliam2-0/+33
2014-10-28update documentation for context.newdeb-20141028-0william2-1/+23
2014-10-28update debian changelogwilliam1-1/+26
2014-10-28change behavior of 'TLS' method so that it enables TLS 1.1 and 1.2, because T...william1-6/+40
2014-10-15getClientVersion, not getVersionwilliam2-1/+1