summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-06-20 21:51:11 +1000
committerDamien Miller <djm@mindrot.org>2012-06-20 21:51:11 +1000
commit3bde12aeef60c9e1221316aff1fe1aca78eca027 (patch)
tree391e98a1c7a72c4f02afb0407dbcc9a4ef6174aa /ChangeLog
parentac58ce86e6f4dcb245d5e1aa28a5c7a9f4a56072 (diff)
- djm@cvs.openbsd.org 2012/05/23 03:28:28
[dns.c dns.h key.c key.h ssh-keygen.c] add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 419640c2a..f0356d32e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,10 @@
16 [mux.c] 16 [mux.c]
17 fix double-free in new session handler 17 fix double-free in new session handler
18 NB. Id sync only 18 NB. Id sync only
19 - djm@cvs.openbsd.org 2012/05/23 03:28:28
20 [dns.c dns.h key.c key.h ssh-keygen.c]
21 add support for RFC6594 SSHFP DNS records for ECDSA key types.
22 patch from bugzilla-m67 AT nulld.me in bz#1978; ok + tweak markus@
19 23
2020120519 2420120519
21 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch 25 - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. Patch