summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-21 14:26:18 +1100
committerDamien Miller <djm@mindrot.org>2013-11-21 14:26:18 +1100
commit8a073cf57940aabf85e49799f89f5d5e9b072c1b (patch)
tree2446191d561babc47ccbeda447c0223bd4803dcb /ChangeLog
parentea61b2179f63d48968dd2c9617621002bb658bfe (diff)
- djm@cvs.openbsd.org 2013/11/21 03:18:51
[regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh] [regress/try-ciphers.sh] use new "ssh -Q cipher-auth" query to obtain lists of authenticated encryption ciphers instead of specifying them manually; ensures that the new chacha20poly1305@openssh.com mode is tested; ok markus@ and naddy@ as part of the diff to add chacha20poly1305@openssh.com
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 377d35994..8cf8a20ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,15 @@
47 [regress/modpipe.c] 47 [regress/modpipe.c]
48 use unsigned long long instead of u_int64_t here to avoid warnings 48 use unsigned long long instead of u_int64_t here to avoid warnings
49 on some systems portable OpenSSH is built on. 49 on some systems portable OpenSSH is built on.
50 - djm@cvs.openbsd.org 2013/11/21 03:18:51
51 [regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh]
52 [regress/try-ciphers.sh]
53 use new "ssh -Q cipher-auth" query to obtain lists of authenticated
54 encryption ciphers instead of specifying them manually; ensures that
55 the new chacha20poly1305@openssh.com mode is tested;
56
57 ok markus@ and naddy@ as part of the diff to add
58 chacha20poly1305@openssh.com
50 59
5120131110 6020131110
52 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by 61 - (dtucker) [regress/keytype.sh] Populate ECDSA key types to be tested by