summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:23:21 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:23:21 +1000
commitfcd62c0b66b8415405ed0af29c236329eb88cc0f (patch)
tree9f8a521e6dcfb507bcbfa4033cc13162795bf872 /ChangeLog
parent43b156cf72f900f88065b0a1c1ebd09ab733ca46 (diff)
- djm@cvs.openbsd.org 2014/04/01 02:05:27
[ssh-keysign.c] include fingerprint of key not found use arc4random_buf() instead of loop+arc4random()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8030c8c99..c1f6f2638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,10 @@
69 [ssh-keygen.1] 69 [ssh-keygen.1]
70 the text for the -K option was inserted in the wrong place in -r1.108; 70 the text for the -K option was inserted in the wrong place in -r1.108;
71 fix From: Matthew Clarke 71 fix From: Matthew Clarke
72 - djm@cvs.openbsd.org 2014/04/01 02:05:27
73 [ssh-keysign.c]
74 include fingerprint of key not found
75 use arc4random_buf() instead of loop+arc4random()
72 76
7320140401 7720140401
74 - (djm) On platforms that support it, use prctl() to prevent sftp-server 78 - (djm) On platforms that support it, use prctl() to prevent sftp-server