Re: [Openvpn-devel] [PATCH v2] Add client-only support for peer-id.

2014-11-23 Thread Steffan Karger
ACK. Code is similar to the full-blown patch for master, and float works nicely. -Steffan On 23-11-14 20:17, Gert Doering wrote: > This is a reduced version of the peer-id patch from Lev Stipakov > implementing only the client side bits - send IV_PROTO=2, accept > "peer-id " as pushed option, sup

[Openvpn-devel] [PATCH v2] Add client-only support for peer-id.

2014-11-23 Thread Gert Doering
This is a reduced version of the peer-id patch from Lev Stipakov implementing only the client side bits - send IV_PROTO=2, accept "peer-id " as pushed option, support P_DATA_V2 packets. v2: remove addition of "struct tls_multi;" to options.h, not needed Signed-off-by: Gert Doering --- src/openv