Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: openssl/ms/tencce.bat

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/ms/tenc.bat ('k') | openssl/ms/test.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 rem called by testencce 1 rem called by testencce
2 2
3 echo test %1 %2 %3 %4 %5 %6 3 echo test %1 %2 %3 %4 %5 %6
4 cecopy %input% CE:\OpenSSL 4 cecopy %input% CE:\OpenSSL
5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSS L\%input% -out \OpenSSL\%tmp1% 5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSS L\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSS L\%tmp1% -out \OpenSSL\%out1% 6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSS L\%tmp1% -out \OpenSSL\%out1%
7 del %out1% >nul 2>&1 7 del %out1% >nul 2>&1
8 cecopy CE:\OpenSSL\%out1% . 8 cecopy CE:\OpenSSL\%out1% .
9 %cmp% %input% %out1% 9 %cmp% %input% %out1%
10 if errorlevel 1 goto err 10 if errorlevel 1 goto err
11 11
12 echo test base64 %1 %2 %3 %4 %5 %6 12 echo test base64 %1 %2 %3 %4 %5 %6
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \Ope nSSL\%input% -out \OpenSSL\%tmp1% 13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \Ope nSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \Ope nSSL\%tmp1% -out \OpenSSL\%out1% 14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \Ope nSSL\%tmp1% -out \OpenSSL\%out1%
15 del %out1% >nul 2>&1 15 del %out1% >nul 2>&1
16 cecopy CE:\OpenSSL\%out1% . 16 cecopy CE:\OpenSSL\%out1% .
17 %cmp% %input% %out1% 17 %cmp% %input% %out1%
18 18
19 :err 19 :err
OLDNEW
« no previous file with comments | « openssl/ms/tenc.bat ('k') | openssl/ms/test.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698