| commit | 324541e5264e1489ca0babfaf2b39612eb80dfb3 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Tue Dec 31 12:25:40 2013 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Tue Dec 31 12:25:40 2013 +1100 |
| tree | 3adbfd162c3704e6aeb36f30ca09e4c04fbd25e2 | |
| parent | 9f4c8e797ea002a883307ca906f1f1f815010e78 [diff] |
- djm@cvs.openbsd.org 2013/12/30 23:52:28
[auth2-hostbased.c auth2-pubkey.c compat.c compat.h ssh-rsa.c]
[sshconnect.c sshconnect2.c sshd.c]
refuse RSA keys from old proprietary clients/servers that use the
obsolete RSA+MD5 signature scheme. it will still be possible to connect
with these clients/servers but only DSA keys will be accepted, and we'll
deprecate them entirely in a future release. ok markus@