Re: [Openvpn-devel] [PATCH] tun.c: enable using wintun driver under SYSTEM

2020-08-21 Thread Marvin Adeff
Hi, When will this be available as an installable (beta) msi? Marvin > On Aug 21, 2020, at 2:13 PM, Selva Nair wrote: > > Hi, > >> On Wed, Aug 19, 2020 at 3:08 AM Lev Stipakov wrote: >> From: Lev Stipakov >> >> Commit 6d19775a468 has removed SYSTEM elevation hack, >> but introduced regres

Re: [Openvpn-devel] [PATCH] tun.c: enable using wintun driver under SYSTEM

2020-08-21 Thread Selva Nair
Hi, On Wed, Aug 19, 2020 at 3:08 AM Lev Stipakov wrote: > From: Lev Stipakov > > Commit 6d19775a468 has removed SYSTEM elevation hack, > but introduced regression - inability to use wintun without interactive > service. > > Proceed with ring buffers registration even if iservice is unavailable

Re: [Openvpn-devel] [PATCH v2 2/3] Move openvpn specific key expansion into its own function

2020-08-21 Thread Steffan Karger
Hi, On 12-08-2020 16:01, Arne Schwabe wrote: > This moves the OpenVPN specific PRF into its own function also > simplifies the code a bit by passing tls_session directly instead of > 5 of its fields. Moves in the right direction. Some comments though: > Signed-off-by: Arne Schwabe > > Patch V2

Re: [Openvpn-devel] [PATCH v3 1/3] Refactor key_state_export_keying_material functions

2020-08-21 Thread Steffan Karger
Hi, On 14-08-2020 16:51, Arne Schwabe wrote: > This refactors the common code between mbed SSL and OpenSSL into > export_user_keying_material and also prepares the backend functions > to export more than one key. > > Also fix checking the return value of SSL_export_keying_material > only 1 is a s