summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-06-30 08:34:59 +1000
committerDamien Miller <djm@mindrot.org>2012-06-30 08:34:59 +1000
commitdb4f8e86184ef0e8d14a370a5569a52d8ed28551 (patch)
treec2664c0607fa20ba11bf3d1f9ce2a1069abd78b2 /ChangeLog
parent560de922b18fe7fcea8cc837d87cd4609738eb0f (diff)
- dtucker@cvs.openbsd.org 2012/06/28 05:07:45
[mac.c myproposal.h ssh_config.5 sshd_config.5] Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4627f041..5f574f4de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,11 @@
15 [sandbox-systrace.c] 15 [sandbox-systrace.c]
16 Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation 16 Add mquery to the list of allowed syscalls for "UsePrivilegeSeparation
17 sandbox" since malloc now uses it. From johnw.mail at gmail com. 17 sandbox" since malloc now uses it. From johnw.mail at gmail com.
18 - dtucker@cvs.openbsd.org 2012/06/28 05:07:45
19 [mac.c myproposal.h ssh_config.5 sshd_config.5]
20 Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed
21 from draft6 of the spec and will not be in the RFC when published. Patch
22 from mdb at juniper net via bz#2023, ok markus.
18 23
1920120628 2420120628
20 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null 25 - (dtucker) [openbsd-compat/getrrsetbyname-ldns.c] bz #2022: prevent null