summaryrefslogtreecommitdiff
path: root/src/afserver.c
AgeCommit message (Collapse)Author
2014-10-20afserver: log which protocol version was accepted by SSL_accept.Joshua Judson Rosen
2014-10-20afserver: avoid requiring a specific SSL protocol versionJoshua Judson Rosen
Trust the clients to negotiate the latest/best protocol version they can. This should generally improve security over time (as OpenSSL improves and implements improved protocols) without having the APF codebase or server/client deployments need to chase latest OpenSSL API additions, causing portability problems, or breaking client deployments that are hard to upgrade.
2014-07-10Initial project structure based on Active Port Forwarder 0.8.4.Jakub Slawinski