Adding tests for Camellia which will be added to the tree soon.

Added tests for aes-ctr which were not present before.
This commit is contained in:
George V. Neville-Neil 2007-03-26 07:40:51 +00:00
parent a2fce30c64
commit 43888ab17c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167893
2 changed files with 14 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ipbase="127.255"
netif="lo0"
spi="10000"
echo "1..306"
echo "1..414"
#sysctl net.inet.ipsec.crypto_support=1 >/dev/null 2>&1
@ -38,6 +38,12 @@ for ecipher in \
blowfish-cbc:0123456789012345678901234567890123456789012345678901 \
blowfish-cbc:01234567890123456789012345678901234567890123456789012345 \
cast128-cbc:0123456789012345 \
aes-ctr:01234567890123456789\
aes-ctr:0123456789012345678901234567\
aes-ctr:012345678901234567890123456789012345\
camellia-cbc:0123456789012345\
camellia-cbc:012345678901234567890123\
camellia-cbc:01234567890123456789012345678901\
rijndael-cbc:0123456789012345 \
rijndael-cbc:012345678901234567890123 \
rijndael-cbc:01234567890123456789012345678901; do

View File

@ -14,7 +14,7 @@
netif="lo0"
spi="10000"
echo "1..306"
echo "1..414"
#sysctl net.inet.ipsec.crypto_support=1 >/dev/null 2>&1
@ -38,6 +38,12 @@ for ecipher in \
blowfish-cbc:0123456789012345678901234567890123456789012345678901 \
blowfish-cbc:01234567890123456789012345678901234567890123456789012345 \
cast128-cbc:0123456789012345 \
aes-ctr:01234567890123456789\
aes-ctr:0123456789012345678901234567\
aes-ctr:012345678901234567890123456789012345\
camellia-cbc:0123456789012345\
camellia-cbc:012345678901234567890123\
camellia-cbc:01234567890123456789012345678901\
rijndael-cbc:0123456789012345 \
rijndael-cbc:012345678901234567890123 \
rijndael-cbc:01234567890123456789012345678901; do