summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-18 20:12:54 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-18 20:12:54 +0000
commit35f7324c237b9b5ee46a04b88a6020173d3c66b1 (patch)
tree0434315934800a9cf9e97bf2704f038003a4d4a8 /ms
parentb0759f87120e723d5e9a10ecd7e039bf3a441c29 (diff)
downloadopenssl-new-35f7324c237b9b5ee46a04b88a6020173d3c66b1.tar.gz
Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in the
test batch file.
Diffstat (limited to 'ms')
-rwxr-xr-xms/test.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/test.bat b/ms/test.bat
index aa2f5df6d4..e2779de2a9 100755
--- a/ms/test.bat
+++ b/ms/test.bat
@@ -7,6 +7,10 @@ set OPENSSL_CONF=..\apps\openssl.cnf
rem run this from inside the bin directory
+echo rsa_oaep_test
+rsa_oaep_test
+if errorlevel 1 goto done
+
echo destest
destest
if errorlevel 1 goto done