aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-10-25 12:10:44 +0000
committerAndy Polyakov <appro@openssl.org>2012-10-25 12:10:44 +0000
commitcfb399ad5539c2e561788aa9f41a015b25617524 (patch)
treedbf81cac31ad9c6d58249dc92a1479bbb4f3759b /test
parent1efd583085ffefb4d5d11e1e599e4123351df386 (diff)
downloadopenssl-cfb399ad5539c2e561788aa9f41a015b25617524.zip
openssl-cfb399ad5539c2e561788aa9f41a015b25617524.tar.gz
openssl-cfb399ad5539c2e561788aa9f41a015b25617524.tar.bz2
test_t4: cover even Camellia.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_t49
1 files changed, 6 insertions, 3 deletions
diff --git a/test/test_t4 b/test/test_t4
index 2e27e9b..826e1fd 100755
--- a/test/test_t4
+++ b/test/test_t4
@@ -18,9 +18,12 @@ if [ 1 ]; then
HASH=`cat $PROG | $PROG dgst -hex`
- AES_ALGS=" aes-128-ctr aes-128-ecb aes-128-cbc aes-128-cfb aes-128-ofb \
- aes-192-ctr aes-192-ecb aes-192-cbc aes-192-cfb aes-192-ofb \
- aes-256-ctr aes-256-ecb aes-256-cbc aes-256-cfb aes-256-ofb"
+ AES_ALGS=" camellia-128-cbc camellia-128-cfb \
+ camellia-192-cbc camellia-192-cfb \
+ camellia-256-cbc camellia-256-cfb \
+ aes-128-ctr aes-128-cbc aes-128-cfb aes-128-ofb \
+ aes-192-ctr aes-192-cbc aes-192-cfb aes-192-ofb \
+ aes-256-ctr aes-256-cbc aes-256-cfb aes-256-ofb"
BUFSIZE="16 32 48 999"
nerr=0