]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/testpem.bat
Use underscores instead of dashes in temporary file names.
[thirdparty/openssl.git] / ms / testpem.bat
CommitLineData
d4d2f98c
DSH
1echo=off\r
2set ssleay=%1%\r
3set tmp1=pem.out\r
83ec54b4 4set cmp=fc.exe\r
d4d2f98c
DSH
5\r
6call tpem.bat crl ..\test\testcrl.pem\r
7if errorlevel 1 goto err\r
8\r
9call tpem.bat pkcs7 ..\test\testp7.pem\r
10if errorlevel 1 goto err\r
11\r
d4d2f98c
DSH
12call tpem.bat req ..\test\testreq2.pem\r
13if errorlevel 1 goto err\r
14\r
15call tpem.bat rsa ..\test\testrsa.pem\r
16if errorlevel 1 goto err\r
17\r
18call tpem.bat x509 ..\test\testx509.pem\r
19if errorlevel 1 goto err\r
20\r
21call tpem.bat x509 ..\test\v3-cert1.pem\r
22if errorlevel 1 goto err\r
23\r
24call tpem.bat x509 ..\test\v3-cert1.pem\r
25if errorlevel 1 goto err\r
26\r
27call tpem.bat sess_id ..\test\testsid.pem\r
28if errorlevel 1 goto err\r
29\r
30echo OK\r
31del %tmp1%\r
32:err\r