summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-04 14:38:59 +1000
committerDamien Miller <djm@mindrot.org>2000-04-04 14:38:59 +1000
commit33b13568b520b25990261206e10c941a9270238f (patch)
treebe9d549ee0c9c7774e3ec1da8d807b2e04b00bec /ChangeLog
parent193ba88dd6e9d6bcd5f476c7f5ddde8fd0b752bf (diff)
- OpenBSD CVS update:
- [packet.h packet.c] ssh2 packet format - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c] [channels.h channels.c] channel layer support for ssh2 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h] DSA, keyexchange, algorithm agreement for ssh2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2beaf7fc6..906e09f04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
120000404 120000404
2 - Add tests for RAND_add function when searching for OpenSSL 2 - Add tests for RAND_add function when searching for OpenSSL
3 - OpenBSD CVS update:
4 - [packet.h packet.c]
5 ssh2 packet format
6 - [packet.h packet.c nchan2.ms nchan.h compat.h compat.c]
7 [channels.h channels.c]
8 channel layer support for ssh2
9 - [kex.h kex.c hmac.h hmac.c dsa.c dsa.h]
10 DSA, keyexchange, algorithm agreement for ssh2
3 11
420000403 1220000403
5 - Wrote entropy collection routines for systems that lack /dev/random 13 - Wrote entropy collection routines for systems that lack /dev/random