summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-02-04 11:03:36 +1100
committerDamien Miller <djm@mindrot.org>2014-02-04 11:03:36 +1100
commit4a1c7aa640fb97d3472d51b215b6a0ec0fd025c7 (patch)
tree6fb1bfba860987b5d9042c478ae218d848850b64 /ChangeLog
parent4e8d937af79ce4e253f77ec93489d098b25becc3 (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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b619de7d..2606a97f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
820140131 1120140131
9 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 12 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)