Add PBE algorithms with ciphers, not digests.
[openssl.git] / ms / tenc.bat
1 rem called by testenc\r
2 \r
3 echo test %1 %2 %3 %4 %5 %6 \r
4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%\r
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%\r
6 %cmp% %input% %out1%\r
7 if errorlevel 1 goto err\r
8 \r
9 echo test base64 %1 %2 %3 %4 %5 %6 \r
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%\r
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%\r
12 %cmp% %input% %out1%\r
13 \r
14 :err\r