Re: [Openvpn-devel] [PATCH v2 9/9] Support NCP in pure P2P VPN setups

2021-07-28 Thread Arne Schwabe
> > nice idea! :) Thanks! >> + >> +void >> +p2p_mode_ncp(struct tls_multi *multi, struct tls_session *session) >> +{ >> +/* Set the common options */ >> +p2p_ncp_set_options(multi, session); >> + >> +struct gc_arena gc = gc_new(); >> + >> +/* Query the common cipher here to log

Re: [Openvpn-devel] [PATCH v2 9/9] Support NCP in pure P2P VPN setups

2021-07-27 Thread Antonio Quartulli
Hi, On 20/05/2021 17:11, Arne Schwabe wrote: > Currently P2P mode of OpenVPN is on of the few places that cannot negotiate > modern OpenVPN features. This becomes more and more problematic since P2P and > P2MP code diverge more and more and also the lack of switching to more > advanced features li

Re: [Openvpn-devel] [PATCH v2 9/9] Support NCP in pure P2P VPN setups

2021-07-20 Thread Arne Schwabe
Am 20.07.21 um 02:00 schrieb Antonio Quartulli: > Hi, > > This patch does not apply on top of master + v6-cleanup + 8/9 > Can you rebase it? or maybe you you can point me to some commit in your > branch that I can pull for now? > > Cheers, > > Sure the dco branch on github.com/schwabe/openvpn i

Re: [Openvpn-devel] [PATCH v2 9/9] Support NCP in pure P2P VPN setups

2021-07-19 Thread Antonio Quartulli
Hi, This patch does not apply on top of master + v6-cleanup + 8/9 Can you rebase it? or maybe you you can point me to some commit in your branch that I can pull for now? Cheers, -- Antonio Quartulli ___ Openvpn-devel mailing list Openvpn-devel@list

[Openvpn-devel] [PATCH v2 9/9] Support NCP in pure P2P VPN setups

2021-05-20 Thread Arne Schwabe
Currently P2P mode of OpenVPN is on of the few places that cannot negotiate modern OpenVPN features. This becomes more and more problematic since P2P and P2MP code diverge more and more and also the lack of switching to more advanced features like Data v2 currently blocks P2P mode from working toge