summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-14 13:45:22 +1000
committerDamien Miller <djm@mindrot.org>2003-05-14 13:45:22 +1000
commitdb2747259c1a433a504085f733768d0d209eb50d (patch)
treedb6e017b80fd5b2981f6e57ccf443a6cf5130c4c /ChangeLog
parent3155432cd97e4dd380f11222407be0299714ce4a (diff)
- markus@cvs.openbsd.org 2003/05/11 16:56:48
[authfile.c ssh-keygen.c] change key_load_public to try to read a public from: rsa1 private or rsa1 public and ssh2 keys. this makes ssh-keygen -e fail for ssh1 keys more gracefully for example; report from itojun (netbsd pr 20550).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 600311ba5..3f6e36681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,12 @@
36 [sshd.8] 36 [sshd.8]
37 fix invalid .Pf macro usage introduced in previous commit 37 fix invalid .Pf macro usage introduced in previous commit
38 ok jmc@ mouring@ 38 ok jmc@ mouring@
39 - markus@cvs.openbsd.org 2003/05/11 16:56:48
40 [authfile.c ssh-keygen.c]
41 change key_load_public to try to read a public from:
42 rsa1 private or rsa1 public and ssh2 keys.
43 this makes ssh-keygen -e fail for ssh1 keys more gracefully
44 for example; report from itojun (netbsd pr 20550).
39 45
4020030512 4620030512
41 - (djm) Redhat spec: Don't install profile.d scripts when not 47 - (djm) Redhat spec: Don't install profile.d scripts when not
@@ -1423,4 +1429,4 @@
1423 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1429 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1424 ok provos@ 1430 ok provos@
1425 1431
1426$Id: ChangeLog,v 1.2686 2003/05/14 03:44:58 djm Exp $ 1432$Id: ChangeLog,v 1.2687 2003/05/14 03:45:22 djm Exp $