Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-20 | add missing line continuation to LIST_INSERT_HEAD macro, and fix stale code ↵exdata | william | 1 | -2/+2 | |
comment | |||||
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 ↵ | william | 1 | -279/+277 | |
regularize auxiliary routines under the aux prefix | |||||
2015-04-17 | pin the module in memory when installing external app data callbacks, as ↵ | william | 1 | -124/+234 | |
these can be never be uninstalled | |||||
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 ↵ | william | 1 | -39/+148 | |
callback |