Remove tests which rely on old root certs being present.
This commit is contained in:
parent
a523e997d3
commit
5f3878f1e3
@ -75,10 +75,6 @@ echo testpem
|
|||||||
call %test%\testpem openssl
|
call %test%\testpem openssl
|
||||||
if errorlevel 1 goto done
|
if errorlevel 1 goto done
|
||||||
|
|
||||||
echo verify
|
|
||||||
copy ..\certs\*.pem cert.tmp >nul
|
|
||||||
openssl verify -CAfile cert.tmp ..\certs\*.pem
|
|
||||||
|
|
||||||
echo testss
|
echo testss
|
||||||
call %test%\testss openssl
|
call %test%\testss openssl
|
||||||
if errorlevel 1 goto done
|
if errorlevel 1 goto done
|
||||||
@ -185,7 +181,6 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair
|
|||||||
%SSL_TEST% -bio_pair -server_auth -client_auth
|
%SSL_TEST% -bio_pair -server_auth -client_auth
|
||||||
if errorlevel 1 goto done
|
if errorlevel 1 goto done
|
||||||
|
|
||||||
del cert.tmp
|
|
||||||
|
|
||||||
echo passed all tests
|
echo passed all tests
|
||||||
goto end
|
goto end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user