Re: [Openvpn-devel] [PATCH] Ignore --cipher for cipher negotiation in server client mode

2021-03-04 Thread Arne Schwabe
> > Ignoring --cipher in a future release will have quite a higher > probability of breaking existing configurations.  Now, this is set in > context of --data-ciphers, which is very different code wise.  But the > code for --ciphers is essentially the same as --data-ciphers-fallback. It is not

Re: [Openvpn-devel] [PATCH] Ignore --cipher for cipher negotiation in server client mode

2021-03-04 Thread David Sommerseth
On 07/09/2020 18:18, Arne Schwabe wrote: OpenVPN will ignore --cipher in lieu of the replacement data-ciphers for cipher negioation. Signed-off-by: Arne Schwabe --- doc/man-sections/protocol-options.rst | 6 -- src/openvpn/options.c | 26 -- 2

[Openvpn-devel] [PATCH] Ignore --cipher for cipher negotiation in server client mode

2020-09-07 Thread Arne Schwabe
OpenVPN will ignore --cipher in lieu of the replacement data-ciphers for cipher negioation. Signed-off-by: Arne Schwabe --- doc/man-sections/protocol-options.rst | 6 -- src/openvpn/options.c | 26 -- 2 files changed, 8 insertions(+), 24 deletions(-)