summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-26 09:38:03 +1100
committerDamien Miller <djm@mindrot.org>2014-01-26 09:38:03 +1100
commita92ac7410475fbb00383c7402aa954dc0a75ae19 (patch)
treecc9eb205234444ad3b843838e1786c7dee64eb62 /ChangeLog
parent76eea4ab4e658670ca6e76dd1e6d17f262208b57 (diff)
- markus@cvs.openbsd.org 2014/01/25 20:35:37
[kex.c] dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len) ok dtucker@, noted by mancha
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64da7a475..384c0712c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
8 than 4k but also don't use the largest group size it does support as 8 than 4k but also don't use the largest group size it does support as
9 specified in the RFC. Based on a patch from Petr Lautrbach at Redhat, 9 specified in the RFC. Based on a patch from Petr Lautrbach at Redhat,
10 reduced by me with input from Markus. ok djm@ markus@ 10 reduced by me with input from Markus. ok djm@ markus@
11 - markus@cvs.openbsd.org 2014/01/25 20:35:37
12 [kex.c]
13 dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)
14 ok dtucker@, noted by mancha
11 15
1220130125 1620130125
13 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD 17 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD