diff options
Diffstat (limited to 'checks/ChangeLog')
-rw-r--r-- | checks/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/checks/ChangeLog b/checks/ChangeLog index ea4f3220c..906fe2773 100644 --- a/checks/ChangeLog +++ b/checks/ChangeLog @@ -1,3 +1,13 @@ +2007-05-14 David Shaw <[email protected]> + + * defs.inc (all_cipher_algos): New function to return all ciphers + we support. This is safer than the previous setup which could + hide that some ciphers weren't being tested. Plus, this + automatically tests any new ciphers we may add. + + * conventional.test, encrypt-test, encrypt-dsa.test, + conventional-mdc.test: Use it here. + 2007-05-02 David Shaw <[email protected]> * conventional.test, encrypt.test, encrypt-dsa.test, |