summaryrefslogtreecommitdiff
path: root/src/afclient.c
AgeCommit message (Collapse)Author
2014-10-20afclient: make "SERVER SSL" log show which protocol version is in use, if anyJoshua Judson Rosen
(rather than just "yes")
2014-10-20afclient: use whatever version of TLS (or better) we can.Joshua Judson Rosen
Refuse to use pre-TLS SSL, since now SSLv3 has been broken by POODLE attack.
2014-07-18afclient: support loading complete cert-chains from cerfile.Joshua Judson Rosen
This makes x.509 certification more usable/maintainable, because the intermediate CA keys don't all need to be maintained on the server (the certification tools just need to concatenate the CA chain onto the APF-client certificates as part of the certification-process).
2014-07-10Initial project structure based on Active Port Forwarder 0.8.4.Jakub Slawinski