November 18, 2008
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 17, 2008
View a828135

* Added additional method parameter to --script-security to preserve backward compatibility with system() call semantics used in OpenVPN 2.1_rc8 and earlier. To preserve backward compatibility use:

james authored on 2008/11/17 13:28:07
October 6, 2008
View 367ed08

Copyright notice changed to reflect change in name of Telethra to OpenVPN Technologies.

james authored on 2008/10/06 16:33:45
September 8, 2008
View 1c4af9e

Fixed bug in intra-session TLS key rollover that was introduced with deferred authentication features in 2.1_rc8.

james authored on 2008/09/08 12:52:52
September 6, 2008
View b8fb090

2.1_rc8 and earlier did implicit shell expansion on script arguments since all scripts were called by system(). The security hardening changes made to 2.1_rc9 no longer use system(), but rather use the safer execve or CreateProcess system calls. The security hardening also introduced a backward incompatibility with 2.1_rc8 and earlier in that script parameters were no longer shell-expanded, so for example:

james authored on 2008/09/06 18:42:17
July 15, 2008
View 1c0cc4a

Copyright change OpenVPN Solutions LLC -> Telethra, Inc.

james authored on 2008/07/15 03:59:09
June 12, 2008
View eca8691

Updated copyright notice to 2008.

james authored on 2008/06/12 06:59:26
June 11, 2008
View 4e9a51d

Merged connection profiles from http://svn.openvpn.net/projects/openvpn/test/conn

james authored on 2008/06/11 19:48:50
View 90efcac

Updated version to 2.1_rc7e.

james authored on 2008/06/11 17:45:09
June 4, 2008
View 47ae845

Incremented version to 2.1_rc7d.

james authored on 2008/06/04 14:16:44
April 26, 2007
View 657ecf1

TAP driver now passes signing tests on Vista x64.

james authored on 2007/04/26 06:37:49
November 13, 2006
View 5f31881

New try at AUTO_USERID.

james authored on 2006/11/13 18:44:10
February 19, 2006
View 154adc7

Port share proxy bug fixes.

james authored on 2006/02/19 07:40:55
View 93cb134

ps.c debug code

james authored on 2006/02/19 01:35:21
February 17, 2006
View 6add6b2

Added --port-share option for allowing OpenVPN and HTTPS server to share the same port number.

james authored on 2006/02/17 03:12:24