]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: Remove AES-CBC ciphers from default server and client lists
authorEd Maste <emaste@FreeBSD.org>
Tue, 28 Jul 2020 00:24:12 +0000 (00:24 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 28 Jul 2020 00:24:12 +0000 (00:24 +0000)
commit952d18a214951dc47ba425047669fe64bfcd3454
treef7b8557fd067f35024c80a50226299835c804993
parent855e49f3b0adf4f47d2fa2a9cf92c83d9e700705
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