summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44e56f4a6..64da7a475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
120130126
2 - OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2014/01/25 10:12:50
4 [cipher.c cipher.h kex.c kex.h kexgexc.c]
5 Add a special case for the DH group size for 3des-cbc, which has an
6 effective strength much lower than the key size. This causes problems
7 with some cryptlib implementations, which don't support group sizes larger
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,
10 reduced by me with input from Markus. ok djm@ markus@
11
120130125 1220130125
2 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD 13 - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD
3 - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless 14 - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless