- djm@cvs.openbsd.org 2005/05/24 04:10:54
[regress/try-ciphers.sh] oops, new arcfour modes here too
This commit is contained in:
parent
76be6b8765
commit
ec7b2f12f0
|
@ -46,6 +46,9 @@
|
||||||
[regress/test-exec.sh]
|
[regress/test-exec.sh]
|
||||||
force addressfamily=inet for tests, unbreaking dynamic-forward regress for
|
force addressfamily=inet for tests, unbreaking dynamic-forward regress for
|
||||||
recently committed nc SOCKS5 changes
|
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
|
20060129
|
||||||
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
||||||
|
@ -3771,4 +3774,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4104 2006/01/31 10:59:01 djm Exp $
|
$Id: ChangeLog,v 1.4105 2006/01/31 10:59:35 djm Exp $
|
||||||
|
|
|
@ -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.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="try ciphers"
|
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
|
aes192-cbc aes256-cbc rijndael-cbc@lysator.liu.se
|
||||||
aes128-ctr aes192-ctr aes256-ctr"
|
aes128-ctr aes192-ctr aes256-ctr"
|
||||||
macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
|
macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
|
||||||
|
|
Loading…
Reference in New Issue