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

2013-10-28 Thread Andre Valentin
Hi! While running my patched openvpn in gdb, I had this error multiple times now: --- Fri Oct 25 16:41:19 2013 84.139.3.24:40797 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key Fri Oct 25 16:41:19

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

2013-10-23 Thread Andre Valentin
Hi, please take a look at multi_find_instance_udp(), I am unsure about gc usage there. André Am 23.10.2013 09:54, schrieb André Valentin: Add support for floating in tls mode using the HMAC of a packet. It costs a roundtrip through the clients. Its security comes from a secret key, both peers

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

2013-10-23 Thread André Valentin
Add support for floating in tls mode using the HMAC of a packet. It costs a roundtrip through the clients. Its security comes from a secret key, both peers have. This key and the data form the signature used, which is then checked againts existing peer connections. Therefore a good auth algo is rec