summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 15:07:53 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 15:07:53 +1000
commitedb1af50441d19fb2dd9ccb4d75bf14473fca584 (patch)
treec07867fd0c92fdda87b3b5005ce4d14b39f7bc06 /ChangeLog
parent54343e95c70994695f8842fb22836321350198d3 (diff)
- djm@cvs.openbsd.org 2014/04/21 22:15:37
[dhgex.sh integrity.sh kextype.sh rekey.sh try-ciphers.sh] repair regress tests broken by server-side default cipher/kex/mac changes by ensuring that the option under test is included in the server's algorithm list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00104524a..0c5d8701e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -97,6 +97,11 @@
97 this test is a sorry mess of race conditions; add another sleep 97 this test is a sorry mess of race conditions; add another sleep
98 to avoid a failure on slow machines (at least until I find a 98 to avoid a failure on slow machines (at least until I find a
99 better way) 99 better way)
100 - djm@cvs.openbsd.org 2014/04/21 22:15:37
101 [dhgex.sh integrity.sh kextype.sh rekey.sh try-ciphers.sh]
102 repair regress tests broken by server-side default cipher/kex/mac changes
103 by ensuring that the option under test is included in the server's
104 algorithm list
100 105
10120140430 10620140430
102 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 107 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already