summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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