]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2005/05/24 04:10:54
authordjm <djm>
Tue, 31 Jan 2006 10:59:35 +0000 (10:59 +0000)
committerdjm <djm>
Tue, 31 Jan 2006 10:59:35 +0000 (10:59 +0000)
     [regress/try-ciphers.sh]
     oops, new arcfour modes here too

ChangeLog
regress/try-ciphers.sh

index 7903c97c72055af0f895c65def5729aa8e8c221e..e2053814801260dac4f2a3ba6290c6fb1828c645 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@
      [regress/test-exec.sh]
      force addressfamily=inet for tests, unbreaking dynamic-forward regress for
      recently committed nc SOCKS5 changes
+   - djm@cvs.openbsd.org 2005/05/24 04:10:54
+     [try-ciphers.sh]
+     oops, new arcfour modes here too
 
 20060129
  - (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
index c6e1b9152865fd216cff472948afc6d17c529ae2..379fe353a7bc58eeb087ce89c7272e40a544ccbb 100644 (file)
@@ -1,9 +1,10 @@
-#      $OpenBSD: try-ciphers.sh,v 1.9 2004/02/28 13:44:45 dtucker Exp $
+#      $OpenBSD: try-ciphers.sh,v 1.10 2005/05/24 04:10:54 djm Exp $
 #      Placed in the Public Domain.
 
 tid="try ciphers"
 
-ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour 
+ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc 
+       arcfour128 arcfour256 arcfour 
        aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se
        aes128-ctr aes192-ctr aes256-ctr"
 macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
This page took 0.046647 seconds and 5 git commands to generate.