Re: [Openvpn-devel] Add support for pushable encryption.

2016-04-21 Thread Steffan Karger
On Thu, Apr 21, 2016 at 10:36 PM, Gert Doering wrote: > On Thu, Apr 21, 2016 at 10:27:50PM +0200, Jan Just Keijser wrote: >> there are a few notes about this patch: >> >> - I've tested it on Linux only >> - it works when pushing both --cipher andi/or --auth >> - works by re-doing part of the encry

Re: [Openvpn-devel] Add support for pushable encryption.

2016-04-21 Thread Gert Doering
Hi, On Thu, Apr 21, 2016 at 10:27:50PM +0200, Jan Just Keijser wrote: > there are a few notes about this patch: > > - I've tested it on Linux only > - it works when pushing both --cipher andi/or --auth > - works by re-doing part of the encryption setup (you'll see some > messages fly by twice )

Re: [Openvpn-devel] Add support for pushable encryption.

2016-04-21 Thread Jan Just Keijser
Hi, I hope I got my git skills right this time ;) there are a few notes about this patch: - I've tested it on Linux only - it works when pushing both --cipher andi/or --auth - works by re-doing part of the encryption setup (you'll see some messages fly by twice ) - pushing an HMAC (e.g. push

[Openvpn-devel] Add support for pushable encryption.

2016-04-21 Thread Jan Just Keijser
--- src/openvpn/init.c | 128 + 1 file changed, 91 insertions(+), 37 deletions(-) diff --git a/src/openvpn/init.c b/src/openvpn/init.c index 2beec72..d21a862 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -60,6 +60,13 @@ static stru