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

Side by Side Diff: openssl/ms/testssce.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/testss.bat ('k') | openssl/ms/tpem.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 set ssleay=..\out\ssleay 1 rem set ssleay=..\out\ssleay
2 set ssleay=%1 2 set ssleay=%1
3 3
4 set reqcmd=%ssleay% req 4 set reqcmd=%ssleay% req
5 set x509cmd=%ssleay% x509 5 set x509cmd=%ssleay% x509
6 set verifycmd=%ssleay% verify 6 set verifycmd=%ssleay% verify
7 7
8 set CAkey=\OpenSSL\keyCA.ss 8 set CAkey=\OpenSSL\keyCA.ss
9 set CAcert=\OpenSSL\certCA.ss 9 set CAcert=\OpenSSL\certCA.ss
10 set CAserial=\OpenSSL\certCA.srl 10 set CAserial=\OpenSSL\certCA.srl
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 echo first generated cert is invalid 95 echo first generated cert is invalid
96 goto end 96 goto end
97 :e_req_gen 97 :e_req_gen
98 echo error using 'req' to generate a certificate request 98 echo error using 'req' to generate a certificate request
99 goto end 99 goto end
100 :e_x_sign 100 :e_x_sign
101 echo error using 'x509' to sign a certificate request 101 echo error using 'x509' to sign a certificate request
102 goto end 102 goto end
103 103
104 :end 104 :end
OLDNEW
« no previous file with comments | « openssl/ms/testss.bat ('k') | openssl/ms/tpem.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698