Re: [Openvpn-devel] [PATCH 4/7] do not include --cipher value in data-ciphers

2021-09-17 Thread Antonio Quartulli
Hi, we discussed on IRC how to improve the Changes.rst and the manpage part about --cipher. Here is the result: Changes.rst: ``--cipher`` argument is no longer appended to ``--data-ciphers`` by default. Data cipher negotiation has been introduced in 2.4.0 and been significantly impr

Re: [Openvpn-devel] [PATCH 4/7] do not include --cipher value in data-ciphers

2021-09-06 Thread Arne Schwabe
Am 04.09.21 um 11:56 schrieb Antonio Quartulli: > The --cipher option has been there since a while, but it became more and > more confusing since the introduction of NCP (data cipher negotiation). > > The fallback cipher can now be specified via --data-cipher-fallback, > while the list of accepted

[Openvpn-devel] [PATCH 4/7] do not include --cipher value in data-ciphers

2021-09-04 Thread Antonio Quartulli
The --cipher option has been there since a while, but it became more and more confusing since the introduction of NCP (data cipher negotiation). The fallback cipher can now be specified via --data-cipher-fallback, while the list of accepted ciphers is specified via --data-ciphers. --cipher can st