summaryrefslogtreecommitdiff
path: root/mk (unfollow)
Commit message (Expand)AuthorFilesLines
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