summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-12 19:21:22 +1100
committerDamien Miller <djm@mindrot.org>2014-01-12 19:21:22 +1100
commit91b580e4bec55118bf96ab3cdbe5a50839e75d0a (patch)
tree32e4083c5a8cd285e1b0b13f9b77992db535cba4 /ChangeLog
parentaf5d4481f4c7c8c3c746e68b961bb85ef907800e (diff)
- djm@cvs.openbsd.org 2014/01/12 08:13:13
[bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c] [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c] avoid use of OpenSSL BIGNUM type and functions for KEX with Curve25519 by adding a buffer_put_bignum2_from_string() that stores a string using the bignum encoding rules. Will make it easier to build a reduced-feature OpenSSH without OpenSSL in the future; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b846e3c..e30cec1a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@
3 - djm@cvs.openbsd.org 2014/01/10 05:59:19 3 - djm@cvs.openbsd.org 2014/01/10 05:59:19
4 [sshd_config] 4 [sshd_config]
5 the /etc/ssh/ssh_host_ed25519_key is loaded by default too 5 the /etc/ssh/ssh_host_ed25519_key is loaded by default too
6 - djm@cvs.openbsd.org 2014/01/12 08:13:13
7 [bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c]
8 [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c]
9 avoid use of OpenSSL BIGNUM type and functions for KEX with
10 Curve25519 by adding a buffer_put_bignum2_from_string() that stores
11 a string using the bignum encoding rules. Will make it easier to
12 build a reduced-feature OpenSSH without OpenSSL in the future;
13 ok markus@
6 14
720140110 1520140110
8 - (djm) OpenBSD CVS Sync 16 - (djm) OpenBSD CVS Sync