When reviweing OpenVPN/openvpn#231 I noticed this was
missing from Changes.rst.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <
20230201135221.36135-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26121.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
a PRNG is better left to a crypto library. So we use the PRNG
mbed TLS or OpenSSL now.
+``--keysize`` has been removed
+ The ``--keysize`` option was only useful to change the key length when using the
+ BF, CAST6 or RC2 ciphers. For all other ciphers the key size is fixed with the
+ chosen cipher. As OpenVPN v2.6 no longer supports any of these variable length
+ ciphers, this option was removed as well to avoid confusion.
Compression no longer enabled by default
Unless an explicit compression option is specified in the configuration,
*
* --cipher
* --auth
- * --keysize
* --secret
* --no-replay
*