]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2008/11/10 02:06:35
authordtucker <dtucker>
Tue, 11 Nov 2008 05:55:25 +0000 (05:55 +0000)
committerdtucker <dtucker>
Tue, 11 Nov 2008 05:55:25 +0000 (05:55 +0000)
     [regress/putty-ciphers.sh]
     PuTTY supports AES CTR modes, so interop test against them too

ChangeLog
regress/putty-ciphers.sh

index ec3a9f574bd3baa397c91f26cedd45f0d5e644a5..0327dc1d0d83311a200724b540564d3e0fec4689 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
      [channels.c]
      for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
      permitopen's; ok and input dtucker@
+   - djm@cvs.openbsd.org 2008/11/10 02:06:35
+     [regress/putty-ciphers.sh]
+     PuTTY supports AES CTR modes, so interop test against them too
 
 20081105
  - OpenBSD CVS Sync
index 40435ef41a65f3d530ee8db52e9db9624c5dcb77..4410536274294042b3d8cc989e6dee9f9938a1d2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: putty-ciphers.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
+#      $OpenBSD: putty-ciphers.sh,v 1.3 2008/11/10 02:06:35 djm Exp $
 #      Placed in the Public Domain.
 
 tid="putty ciphers"
@@ -10,7 +10,7 @@ if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
        fatal "putty interop tests not enabled"
 fi
 
-for c in aes blowfish 3des arcfour ; do
+for c in aes blowfish 3des arcfour aes128-ctr aes192-ctr aes256-ctr ; do
        verbose "$tid: cipher $c"
        cp ${OBJ}/.putty/sessions/localhost_proxy \
            ${OBJ}/.putty/sessions/cipher_$c
This page took 0.055016 seconds and 5 git commands to generate.