Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-18 | afserver: support per-realm CA-certificate settings | Joshua Judson Rosen | |
This makes it possible to have different CA certificates for different realms, or certificate auth for only some realms and password auth for others. | |||
2014-11-18 | Add missing const qualifier on SSL_METHOD* vars. | Joshua Judson Rosen | |
2014-10-20 | afserver: log which protocol version was accepted by SSL_accept. | Joshua Judson Rosen | |
2014-10-20 | afserver: avoid requiring a specific SSL protocol version | Joshua 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-10 | Initial project structure based on Active Port Forwarder 0.8.4. | Jakub Slawinski | |