diff options
author | Damien Miller <djm@mindrot.org> | 2014-05-15 15:07:53 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-05-15 15:07:53 +1000 |
commit | edb1af50441d19fb2dd9ccb4d75bf14473fca584 (patch) | |
tree | c07867fd0c92fdda87b3b5005ce4d14b39f7bc06 /ChangeLog | |
parent | 54343e95c70994695f8842fb22836321350198d3 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
101 | 20140430 | 106 | 20140430 |
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 |