summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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)