Add OpenSSL copyright to .pl files
[openssl.git] / test / test_t4
index 2e27e9be922ff1d6be5e81b121bed23d87c472aa..5cecb56394f6293c2c0d09e4b320a393a451fb9b 100755 (executable)
@@ -18,9 +18,13 @@ 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=" des-cbc des-ede-cbc des-ede3-cbc \
+               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