mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update regression tests after AES-XTS addition.
MFC after: 2 weeks
This commit is contained in:
parent
e5fa43590a
commit
d3937ea915
7 changed files with 70 additions and 21 deletions
|
|
@ -6,15 +6,22 @@ no=45
|
|||
sectors=100
|
||||
keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
||||
echo "1..660"
|
||||
echo "1..1380"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
|
||||
|
|
|
|||
|
|
@ -6,15 +6,22 @@ no=45
|
|||
sectors=100
|
||||
keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
||||
echo "1..220"
|
||||
echo "1..460"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for secsize in 512 1024 2048 4096 8192; do
|
||||
|
|
|
|||
|
|
@ -7,15 +7,22 @@ sectors=100
|
|||
keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
sector=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
||||
echo "1..2640"
|
||||
echo "1..5520"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
|
||||
|
|
|
|||
|
|
@ -7,15 +7,22 @@ sectors=100
|
|||
keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
sector=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
||||
echo "1..1320"
|
||||
echo "1..2760"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
|
||||
|
|
|
|||
|
|
@ -7,15 +7,22 @@ sectors=100
|
|||
keyfile=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
sector=`mktemp /tmp/$base.XXXXXX` || exit 1
|
||||
|
||||
echo "1..1320"
|
||||
echo "1..2760"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
|
||||
|
|
|
|||
|
|
@ -5,15 +5,22 @@ base=`basename $0`
|
|||
no=45
|
||||
sectors=100
|
||||
|
||||
echo "1..660"
|
||||
echo "1..1380"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
|
||||
|
|
|
|||
|
|
@ -5,15 +5,22 @@ base=`basename $0`
|
|||
no=45
|
||||
sectors=100
|
||||
|
||||
echo "1..220"
|
||||
echo "1..460"
|
||||
|
||||
i=1
|
||||
for cipher in aes:0 aes:128 aes:192 aes:256 \
|
||||
for cipher in aes:0 aes:128 aes:256 \
|
||||
aes-xts:0 aes-xts:128 aes-xts:256 \
|
||||
aes-cbc:0 aes-cbc:128 aes-cbc:192 aes-cbc:256 \
|
||||
3des:0 3des:192 \
|
||||
3des-cbc:0 3des-cbc:192 \
|
||||
blowfish:0 blowfish:128 blowfish:160 blowfish:192 blowfish:224 \
|
||||
blowfish:256 blowfish:288 blowfish:320 blowfish:352 blowfish:384 \
|
||||
blowfish:416 blowfish:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256; do
|
||||
blowfish-cbc:0 blowfish-cbc:128 blowfish-cbc:160 blowfish-cbc:192 blowfish-cbc:224 \
|
||||
blowfish-cbc:256 blowfish-cbc:288 blowfish-cbc:320 blowfish-cbc:352 blowfish-cbc:384 \
|
||||
blowfish-cbc:416 blowfish-cbc:448 \
|
||||
camellia:0 camellia:128 camellia:192 camellia:256 \
|
||||
camellia-cbc:0 camellia-cbc:128 camellia-cbc:192 camellia-cbc:256; do
|
||||
ealgo=${cipher%%:*}
|
||||
keylen=${cipher##*:}
|
||||
for secsize in 512 1024 2048 4096 8192; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue