diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -73,6 +73,15 @@ | |||
73 | [ssh-keysign.c] | 73 | [ssh-keysign.c] |
74 | include fingerprint of key not found | 74 | include fingerprint of key not found |
75 | use arc4random_buf() instead of loop+arc4random() | 75 | use arc4random_buf() instead of loop+arc4random() |
76 | - djm@cvs.openbsd.org 2014/04/01 03:34:10 | ||
77 | [sshconnect.c] | ||
78 | When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert any | ||
79 | certificate keys to plain keys and attempt SSHFP resolution. | ||
80 | |||
81 | Prevents a server from skipping SSHFP lookup and forcing a new-hostkey | ||
82 | dialog by offering only certificate keys. | ||
83 | |||
84 | Reported by mcv21 AT cam.ac.uk | ||
76 | 85 | ||
77 | 20140401 | 86 | 20140401 |
78 | - (djm) On platforms that support it, use prctl() to prevent sftp-server | 87 | - (djm) On platforms that support it, use prctl() to prevent sftp-server |