diff options
author | Damien Miller <djm@mindrot.org> | 2014-02-04 11:03:36 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-02-04 11:03:36 +1100 |
commit | 4a1c7aa640fb97d3472d51b215b6a0ec0fd025c7 (patch) | |
tree | 6fb1bfba860987b5d9042c478ae218d848850b64 /ChangeLog | |
parent | 4e8d937af79ce4e253f77ec93489d098b25becc3 (diff) |
- markus@cvs.openbsd.org 2014/01/27 19:18:54
[auth-rsa.c cipher.c ssh-agent.c sshconnect1.c sshd.c]
replace openssl MD5 with our ssh_digest_*; ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ | |||
4 | [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h] | 4 | [Makefile.in digest.c digest.h hostfile.c kex.h mac.c hmac.c hmac.h] |
5 | replace openssl HMAC with an implementation based on our ssh_digest_* | 5 | replace openssl HMAC with an implementation based on our ssh_digest_* |
6 | ok and feedback djm@ | 6 | ok and feedback djm@ |
7 | - markus@cvs.openbsd.org 2014/01/27 19:18:54 | ||
8 | [auth-rsa.c cipher.c ssh-agent.c sshconnect1.c sshd.c] | ||
9 | replace openssl MD5 with our ssh_digest_*; ok djm@ | ||
7 | 10 | ||
8 | 20140131 | 11 | 20140131 |
9 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) | 12 | - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) |