Re: [Openvpn-devel] OpenVPN 2.3.3 released

2014-04-11 Thread André Valentin
Hi Samuli! Thnaks for the hint. I thought there were some serious problems :-( André On 11.04.2014 09:21, Samuli Seppänen wrote: > Urgh. It seems that the CloudFlare issue is still present to some degree. > What you can do now is get the files from this alternative location: > >

Re: [Openvpn-devel] OpenVPN 2.3.3 released

2014-04-11 Thread André Valentin
Hi! I'm a bit confused because I get a 404 if I try to download the source or the windows binary ?! An error or should I wait just a bit longer? Kind regards, André On 09.04.2014 14:24, Samuli Seppänen wrote: > The OpenVPN community project team is proud to release OpenVPN 2.3.3. It > can be d

Re: [Openvpn-devel] session-id implementation

2014-03-27 Thread André Valentin
Hi! Great stuff, can't wait to use it! André On 27.03.2014 09:57, Lev Stipakov wrote: > Hi, > > Same patch with added NULL check in push.c:308. Turns out that > peer_info might be NULL. > > -Lev > > On Wed, Mar 26, 2014 at 10:52 AM, Lev Stipakov wrote: >> Hello, >> >> Despite that implementatio

Re: [Openvpn-devel] [PATCH v3] Floating: Add support for floating in TLS mode

2013-12-23 Thread André Valentin
n for my work and the current format? Is there still a possibility that it will be integrated for the 'old packet format'? André -- With kind regards, André Valentin Projektkoordination / Systemadministration MarcanT GmbH, Ravensberger Str. 10 G, D - 33602 Bielefeld Fon: +49 (521) 959

[Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode (upd.)

2013-10-30 Thread André Valentin
recommended. URL: https://community.openvpn.net/openvpn/ticket/49 Signed-off-by: André Valentin --- src/openvpn/crypto.c | 55 src/openvpn/crypto.h |4 ++ src/openvpn/mudp.c| 112 + src/openvpn/mudp.h| 18

[Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode (V2)

2013-10-23 Thread André Valentin
recommended. URL: https://community.openvpn.net/openvpn/ticket/49 Signed-off-by: André Valentin --- src/openvpn/crypto.c | 55 src/openvpn/crypto.h |4 ++ src/openvpn/mudp.c| 112 + src/openvpn/mudp.h| 18

[Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode

2013-10-22 Thread André Valentin
recommended. URL: https://community.openvpn.net/openvpn/ticket/49 Signed-off-by: André Valentin --- src/openvpn/crypto.c | 55 src/openvpn/crypto.h |4 ++ src/openvpn/mudp.c| 112 + src/openvpn/mudp.h| 18

Re: [Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode

2013-10-22 Thread André Valentin
Hi Steffan, at firsts thanks for taking a review! On 22.10.2013 16:28, Steffan Karger wrote: > Thank you for coding and sharing! I marked your original mail for later > processing, just had not gotten to it yet. This is a cool feature, and > it has been proposed before on this list (see > http:/

Re: [Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode

2013-10-22 Thread André Valentin
train through, this will enhance your experience drastically. I would really appreciate any comments on this, or if you have any hints. With kind regards, André On 14.10.2013 23:20, André Valentin wrote: > Add support for floating in tls mode using the HMAC of a packet. It costs > a rou

[Openvpn-devel] [PATCH] Floating: Add support for floating in TLS mode

2013-10-17 Thread André Valentin
multi_find_instance_udp function. I'm unsure if there is a gc missing. In the last days I had no failures in several installations. Signed-off-by: André Valentin --- src/openvpn/crypto.c | 55 src/openvpn/crypto.h |4 ++ src/openvpn/mudp.c|