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:
parent
2e04280ece
commit
654caeefc2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user