1 rem called by testencce
\r
3 echo test %1 %2 %3 %4 %5 %6
\r
4 cecopy %input% CE:\OpenSSL
\r
5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
\r
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
\r
8 cecopy CE:\OpenSSL\%out1% .
\r
10 if errorlevel 1 goto err
\r
12 echo test base64 %1 %2 %3 %4 %5 %6
\r
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
\r
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
\r
15 del %out1% >nul 2>&1
\r
16 cecopy CE:\OpenSSL\%out1% .
\r
17 %cmp% %input% %out1%
\r