mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- pvalchev@cvs.openbsd.org 2007/06/07 19:41:46
[regress/cipher-speed.sh regress/try-ciphers.sh] test umac-64@openssh.com ok djm@
This commit is contained in:
parent
80ba1300e2
commit
47d7dc8530
@ -65,6 +65,10 @@
|
|||||||
- dtucker@cvs.openbsd.org 2006/12/13 08:36:36
|
- dtucker@cvs.openbsd.org 2006/12/13 08:36:36
|
||||||
[regress/cfgmatch.sh]
|
[regress/cfgmatch.sh]
|
||||||
Additional test for multiple PermitOpen entries. ok djm@
|
Additional test for multiple PermitOpen entries. ok djm@
|
||||||
|
- pvalchev@cvs.openbsd.org 2007/06/07 19:41:46
|
||||||
|
[regress/cipher-speed.sh regress/try-ciphers.sh]
|
||||||
|
test umac-64@openssh.com
|
||||||
|
ok djm@
|
||||||
|
|
||||||
20070927
|
20070927
|
||||||
- (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
|
- (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
|
||||||
@ -3336,4 +3340,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4774 2007/10/26 04:45:13 djm Exp $
|
$Id: ChangeLog,v 1.4775 2007/10/26 04:45:57 djm Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: cipher-speed.sh,v 1.2 2005/05/24 04:09:54 djm Exp $
|
# $OpenBSD: cipher-speed.sh,v 1.3 2007/06/07 19:41:46 pvalchev Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="cipher speed"
|
tid="cipher speed"
|
||||||
@ -12,7 +12,7 @@ tries="1 2"
|
|||||||
DATA=/bin/ls
|
DATA=/bin/ls
|
||||||
DATA=/bsd
|
DATA=/bsd
|
||||||
|
|
||||||
macs="hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96"
|
macs="hmac-sha1 hmac-md5 umac-64@openssh.com hmac-sha1-96 hmac-md5-96"
|
||||||
ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
|
ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
|
||||||
arcfour128 arcfour256 arcfour aes192-cbc aes256-cbc aes128-ctr"
|
arcfour128 arcfour256 arcfour aes192-cbc aes256-cbc aes128-ctr"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: try-ciphers.sh,v 1.10 2005/05/24 04:10:54 djm Exp $
|
# $OpenBSD: try-ciphers.sh,v 1.11 2007/06/07 19:41:46 pvalchev Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="try ciphers"
|
tid="try ciphers"
|
||||||
@ -7,7 +7,7 @@ ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc
|
|||||||
arcfour128 arcfour256 arcfour
|
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 umac-64@openssh.com hmac-sha1-96 hmac-md5-96"
|
||||||
|
|
||||||
for c in $ciphers; do
|
for c in $ciphers; do
|
||||||
for m in $macs; do
|
for m in $macs; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user