]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: Remove the pre-standardization cipher
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 21 Dec 2020 11:09:32 +0000 (11:09 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 21 Dec 2020 11:35:41 +0000 (22:35 +1100)
commit03e93c753d7c223063ad8acaf9a30aa511e5f931
tree5ed075ec902c1d703148323cc5020a41ee4fe289
parenta11ca015879eab941add8c6bdaaec7d41107c6f5
upstream: Remove the pre-standardization cipher

rijndael-cbc@lysator.liu.se. It is an alias for aes256-cbc which was
standardized in RFC4253 (2006), has been deprecated and disabled by default
since OpenSSH 7.2 (2016) and was only briefly documented in ssh.1 in 2001.

This will reduce the amount of work the cipher/kex regression tests need
to do by a little bit.  ok markus@ djm@

OpenBSD-Commit-ID: fb460acc18290a998fd70910b19c29b4e4f199ad
cipher.c