summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-31 12:25:40 +1100
committerDamien Miller <djm@mindrot.org>2013-12-31 12:25:40 +1100
commit324541e5264e1489ca0babfaf2b39612eb80dfb3 (patch)
tree3adbfd162c3704e6aeb36f30ca09e4c04fbd25e2 /ChangeLog
parent9f4c8e797ea002a883307ca906f1f1f815010e78 (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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d33de38a7..7b5123412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
120131231
2 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2013/12/30 23:52:28
4 [auth2-hostbased.c auth2-pubkey.c compat.c compat.h ssh-rsa.c]
5 [sshconnect.c sshconnect2.c sshd.c]
6 refuse RSA keys from old proprietary clients/servers that use the
7 obsolete RSA+MD5 signature scheme. it will still be possible to connect
8 with these clients/servers but only DSA keys will be accepted, and we'll
9 deprecate them entirely in a future release. ok markus@
10
120131229 1120131229
2 - (djm) [loginrec.c] Check for username truncation when looking up lastlog 12 - (djm) [loginrec.c] Check for username truncation when looking up lastlog
3 entries 13 entries