unsubscribe
2006.04.13 -- Version 2.1-beta14
* Fixed Windows server bug in time backtrack handling code which
could cause TLS negotiation failures on legitimate clients.
* Rewrote gettimeofday function for Windows to be
simpler and more efficient.
* Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Le
On Thursday 13 April 2006 22:01, Roy Marples wrote:
> On Thursday 13 April 2006 21:33, James Yonan wrote:
> > Roy Marples wrote:
> > > In some instances, Linux requires routes being stuck to interfaces
> > > instead of floating. Mainly in virtual environments like Xen and Qemu.
> > >
> > > Attached
On Thursday 13 April 2006 21:33, James Yonan wrote:
> Roy Marples wrote:
> > In some instances, Linux requires routes being stuck to interfaces
> > instead of floating. Mainly in virtual environments like Xen and Qemu.
> >
> > Attached is a patch that addresses this issue.
> What about the case whe
Tony wrote:
OpenVPN v2.0.7 (server mode) works fine now on winXP-SP2.
However, OpenVPN v2.1b13 (server) reports "TLS negotiation failure" on
the same set of keys|certs where v2.0.7 works fine.
I see the servers certificate arriving (on the client) and then the
session stops for 60 seconds. A
Roy Marples wrote:
Hi
Using route metrics is a great way to get around default route issues whilst
preserving the original routes. Attached are patches to 2.0 and 2.1_beta12
that allow a default metric to be applied to all routes.
IMO, this is a better option than redirecting the local route
Roy Marples wrote:
Hi List!
In some instances, Linux requires routes being stuck to interfaces instead of
floating. Mainly in virtual environments like Xen and Qemu.
Attached is a patch that addresses this issue.
Thanks