]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: Remove AES-CBC ciphers from default server and client lists
authoremaste <emaste@FreeBSD.org>
Tue, 28 Jul 2020 00:24:12 +0000 (00:24 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 28 Jul 2020 00:24:12 +0000 (00:24 +0000)
commit34a2f67d190b0aebb57e8fc44ba9a925ee1d1778
treef7b8557fd067f35024c80a50226299835c804993
parent92d4928dac80c79b4c2f675d0fa3e833f01448a5
ssh: Remove AES-CBC ciphers from default server and client lists

A base system OpenSSH update in 2016 or so removed a number of ciphers
from the default lists offered by the server/client, due to known
weaknesses.  This caused POLA issues for some users and prompted
PR207679; the ciphers were restored to the default lists in r296634.

When upstream removed these ciphers from the default server list, they
moved them to the client-only default list.  They were subsequently
removed from the client default, in OpenSSH 7.9p1.

The change has persisted long enough.  Remove these extra ciphers from
both the server and client default lists, in advance of FreeBSD 13.

Reviewed by: markm, rgrimes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D25833
crypto/openssh/FREEBSD-upgrade
crypto/openssh/myproposal.h
crypto/openssh/sshd_config.5