>
> 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
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
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
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
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