- (dtucker) OpenBSD CVS Sync (regress/)
- markus@cvs.openbsd.org 2003/06/12 15:40:01 [try-ciphers.sh] add ctr
This commit is contained in:
parent
c43362c89a
commit
76437600b2
|
@ -39,6 +39,9 @@
|
||||||
- mouring@cvs.openbsd.org 2003/05/15 04:07:12
|
- mouring@cvs.openbsd.org 2003/05/15 04:07:12
|
||||||
[sftp-cmds.sh]
|
[sftp-cmds.sh]
|
||||||
Advanced put/get testing for sftp. OK @djm
|
Advanced put/get testing for sftp. OK @djm
|
||||||
|
- markus@cvs.openbsd.org 2003/06/12 15:40:01
|
||||||
|
[try-ciphers.sh]
|
||||||
|
add ctr
|
||||||
|
|
||||||
20030614
|
20030614
|
||||||
- (djm) Update license on fake-rfc2553.[ch]; ok itojun@
|
- (djm) Update license on fake-rfc2553.[ch]; ok itojun@
|
||||||
|
@ -554,4 +557,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2814 2003/06/18 12:41:41 dtucker Exp $
|
$Id: ChangeLog,v 1.2815 2003/06/18 12:43:13 dtucker Exp $
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# $OpenBSD: try-ciphers.sh,v 1.7 2002/04/03 09:30:01 markus Exp $
|
# $OpenBSD: try-ciphers.sh,v 1.8 2003/06/12 15:40:01 markus 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 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"
|
||||||
macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
|
macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
|
||||||
|
|
||||||
for c in $ciphers; do
|
for c in $ciphers; do
|
||||||
|
|
Loading…
Reference in New Issue