summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-10 18:11:55 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-10 18:11:55 +1000
commita75d247a18a5099c60226395354eb252c097ac86 (patch)
tree47b89ced4941c4008e811dc4e942a2f4bcbb0204 /ChangeLog
parent0abfb559e3f79d1f217773510d7626c3722aa3c1 (diff)
- (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the
underlying libraries support them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 650400f83..d03a43527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
12 - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c 12 - (dtucker) [openbsd-compat/getopt.h openbsd-compat/getopt_long.c
13 openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb 13 openbsd-compat/openbsd-compat.h] pull in getopt.h from openbsd and plumb
14 in to use it when we're using our own getopt. 14 in to use it when we're using our own getopt.
15 - (dtucker) [kex.c] Only include sha256 and ECC key exchange methods when the
16 underlying libraries support them.
15 17
1620130423 1820130423
17 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support 19 - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support