September 1, 2010
View 51e6e5b

Added --proto-force directive.

James Yonan authored on 2010/09/01 15:04:29
August 29, 2010
View 2e8ff6c

Allow PKCS12 file content to be included inline in configuration file, rendered as base64.

James Yonan authored on 2010/08/29 14:24:15
June 1, 2010
View aaf7297

Implemented a key/value auth channel from client to server.

James Yonan authored on 2010/06/01 16:12:27
May 25, 2010
View 3cf6c93

Implemented http-proxy-override and http-proxy-fallback directives to make it easier for OpenVPN client UIs to start a pre-existing client config file with proxy options, or to adaptively fall back to a proxy connection if a direct connection fails.

James Yonan authored on 2010/05/25 07:51:16
April 29, 2010
View 564a210

Updated copyright date to 2010.

James Yonan authored on 2010/04/29 01:31:36
March 2, 2010
View 39238d1

enhance tls-verify possibility

Mathieu GIANNECCHINI authored on 2010/03/02 08:26:57
September 28, 2009
View e1e977f

Added --server-poll-timeout option : when polling possible remote servers to connect to in a round-robin fashion, spend no more than n seconds waiting for a response before trying the next server.

james authored on 2009/09/28 16:27:22
September 27, 2009
View 3eee126

Eliminated the limitation on the number of options that can be pushed to clients, including routes. Previously, all pushed options needed to fit within a 1024 byte options string.

james authored on 2009/09/27 11:12:15
September 18, 2009
View 673f583

The maximum number of "route" directives (specified in the config file or pulled from a server) can now be configured via the new "max-routes" directive.

james authored on 2009/09/18 08:43:37
September 5, 2009
View 9938544

Added "setcon" directive for interoperability with SELinux (Sebastien Raveau).

james authored on 2009/09/05 08:50:35
May 31, 2009
View d7fa38f

Update copyright to 2009.

james authored on 2009/05/31 06:38:49
November 21, 2008
View 148329c

Added optional "nogw" (no gateway) flag to --server-bridge to inhibit the pushing of the route-gateway parameter to clients.

james authored on 2008/11/21 06:02:10
November 18, 2008
View ae3b374

Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket flag on the server as well as pushes it to connecting clients.

james authored on 2008/11/18 14:15:22
View 03bfb22

Added --prng option to control PRNG (pseudo-random number generator) parameters. In previous OpenVPN versions, the PRNG was hardcoded to use the SHA1 hash. Now any OpenSSL hash may be used. This is part of an effort to remove hardcoded references to a specific cipher or cryptographic hash algorithm.

james authored on 2008/11/18 10:25:05
November 5, 2008
View 373faab

Added config file option "setenv FORWARD_COMPATIBLE 1" to relax config file syntax checking to allow directives for future OpenVPN versions to be ignored.

james authored on 2008/11/05 06:42:56