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

Side by Side Diff: openssl/ms/testpemce.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/testpem.bat ('k') | openssl/ms/testss.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 @echo off 1 @echo off
2 set ssleay=%1% 2 set ssleay=%1%
3 set tmp1=pem.out 3 set tmp1=pem.out
4 set cmp=fc.exe 4 set cmp=fc.exe
5 5
6 cecopy %ssleay% CE:\OpenSSL 6 cecopy %ssleay% CE:\OpenSSL
7 7
8 copy ..\test\testcrl.pem >nul 8 copy ..\test\testcrl.pem >nul
9 call tpemce.bat crl testcrl.pem 9 call tpemce.bat crl testcrl.pem
10 if errorlevel 1 goto err 10 if errorlevel 1 goto err
(...skipping 22 matching lines...) Expand all
33 call tpemce.bat x509 v3-cert1.pem 33 call tpemce.bat x509 v3-cert1.pem
34 if errorlevel 1 goto err 34 if errorlevel 1 goto err
35 35
36 copy ..\test\testsid.pem >nul 36 copy ..\test\testsid.pem >nul
37 call tpemce.bat sess_id testsid.pem 37 call tpemce.bat sess_id testsid.pem
38 if errorlevel 1 goto err 38 if errorlevel 1 goto err
39 39
40 echo OK 40 echo OK
41 del %tmp1% >nul 2>&1 41 del %tmp1% >nul 2>&1
42 :err 42 :err
OLDNEW
« no previous file with comments | « openssl/ms/testpem.bat ('k') | openssl/ms/testss.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698