diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-04 14:38:59 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-04 14:38:59 +1000 |
commit | 33b13568b520b25990261206e10c941a9270238f (patch) | |
tree | be9d549ee0c9c7774e3ec1da8d807b2e04b00bec /ChangeLog | |
parent | 193ba88dd6e9d6bcd5f476c7f5ddde8fd0b752bf (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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ | |||
1 | 20000404 | 1 | 20000404 |
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 | ||
4 | 20000403 | 12 | 20000403 |
5 | - Wrote entropy collection routines for systems that lack /dev/random | 13 | - Wrote entropy collection routines for systems that lack /dev/random |