|
1 rem |
|
2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
|
3 |
|
4 rem Redistribution and use in source and binary forms, with or without |
|
5 rem modification, are permitted provided that the following conditions are met: |
|
6 |
|
7 rem Redistributions of source code must retain the above copyright notice, this |
|
8 rem list of conditions and the following disclaimer. |
|
9 rem Redistributions in binary form must reproduce the above copyright notice, |
|
10 rem this list of conditions and the following disclaimer in the documentation |
|
11 rem and/or other materials provided with the distribution. |
|
12 rem Neither the name of Nokia Corporation nor the names of its contributors |
|
13 rem may be used to endorse or promote products derived from this software |
|
14 rem without specific prior written permission. |
|
15 |
|
16 rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
17 rem AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
18 rem IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
19 rem DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
20 rem FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
21 rem DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
22 rem SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
23 rem CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
24 rem OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
25 rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
26 rem |
|
27 rem Description: |
|
28 rem |
|
29 |
|
30 md e:\bctest |
|
31 md e:\bctest\results |
|
32 md e:\bctest\results\ssl |
|
33 |
|
34 openssl.exe c:\tpkcs7d.txt |
|
35 openssl.exe c:\treq2.txt |
|
36 openssl.exe c:\treq.txt |
|
37 openssl.exe c:\trsa.txt |
|
38 openssl.exe c:\tsid.txt |
|
39 openssl.exe c:\tx5091.txt |
|
40 openssl.exe c:\tx5092.txt |
|
41 openssl.exe c:\tx509.txt |
|
42 openssl.exe c:\tcrl.txt |
|
43 openssl.exe c:\testenc.txt |
|
44 openssl.exe c:\testgen.txt |
|
45 openssl.exe c:\testss.txt |
|
46 openssl.exe c:\test_verify.txt |
|
47 openssl.exe c:\tpkcs7.txt |
|
48 |
|
49 copy c:\spd_logs\xml\*.xml e:\bctest\results\ssl\ |
|
50 |