- (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:
Darren Tucker 2003-06-18 22:43:13 +10:00
parent c43362c89a
commit 76437600b2
2 changed files with 7 additions and 3 deletions

View File

@ -39,6 +39,9 @@
- mouring@cvs.openbsd.org 2003/05/15 04:07:12
[sftp-cmds.sh]
Advanced put/get testing for sftp. OK @djm
- markus@cvs.openbsd.org 2003/06/12 15:40:01
[try-ciphers.sh]
add ctr
20030614
- (djm) Update license on fake-rfc2553.[ch]; ok itojun@
@ -554,4 +557,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
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 $

View File

@ -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.
tid="try ciphers"
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"
for c in $ciphers; do