Hello, I've just released ocserv 0.11.0rc1. This release has improvements for openconnect server to support setups with more than 1k users, and other small improvements. * Version 0.11.0rc1 (released 2016-02-03) - Radius: send the Connect-Info attribute with the user agent string on authentication. - Updated support for CHACHA20-POLY1305 to conform to latest draft - Added watchdog to worker processes to ensure they are killed under unexpected long delays (e.g., the process being blocked). - Certificates and private keys are reloaded on server reload (SIGHUP). - The main event loop memory is deinitialized after fork to reduce memory taken by worker processes. - Return HTML error message on 404, patch by Kevin Cernekee. - Remove all uses of select() in main or worker processes allowing the number of connected clients to exceed 1024. The current release is available at: ftp://ftp.infradead.org/pub/ocserv/ocserv-0.11.0rc1.tar.xz ftp://ftp.infradead.org/pub/ocserv/ocserv-0.11.0rc1.tar.xz.sig The VPN server's web-site is at: http://www.infradead.org/ocserv regards, Nikos