summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard.freedman%sun.com <devnull@localhost>2006-05-11 21:04:26 +0000
committerrichard.freedman%sun.com <devnull@localhost>2006-05-11 21:04:26 +0000
commitcd09631ba6c7cd4b8e13c17b6d4cf441c9061732 (patch)
tree7ddc23c45334db50a337c7ee25005eafd06b3ae1
parent5625d1be5a707ad32777141fdd7fb6cbb3346bf9 (diff)
downloadnss-hg-cd09631ba6c7cd4b8e13c17b6d4cf441c9061732.tar.gz
Remove extraneous (and nonportable) absolute path designation from a
"copy cert" command. Add a test (if PDVAL is defined) for buildchai using HTTP AIAs.
-rwxr-xr-xsecurity/nss/tests/libpkix/pkix_tests/top/runTests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nss/tests/libpkix/pkix_tests/top/runTests.sh b/security/nss/tests/libpkix/pkix_tests/top/runTests.sh
index dd03d9111..bf6eae209 100755
--- a/security/nss/tests/libpkix/pkix_tests/top/runTests.sh
+++ b/security/nss/tests/libpkix/pkix_tests/top/runTests.sh
@@ -45,6 +45,7 @@ export LDAP
curdir=`pwd`
cd ../../common
. ./libpkix_init.sh > /dev/null
+doPD=1
doOCSP=1
. ./libpkix_init_nist.sh
cd ${curdir}
@@ -82,7 +83,7 @@ if [ ! -z ${doOCSPTest} ] ; then
fi
mkdir -p ${HOSTDIR}/ocsp
for i in ${ocspFiles}; do
- cp /home/rf156370/mozilla/security/nss/cmd/libpkix/pkix/top/ocspchecker/$i ${HOSTDIR}/ocsp/$i
+ cp $i ${HOSTDIR}/ocsp/$i
done
fi
@@ -496,6 +497,7 @@ test_buildchain_partialchain ${LDAP} NIST-Test.4.6.14 ENE $NIST ValidpathLenCon
test_buildchain_partialchain ${LDAP} NIST-Test.4.6.14 ENE $NIST ValidpathLenConstraintTest14EE.crt pathLenConstraint6subsubsubCA41XCert.crt pathLenConstraint6subsubCA41Cert.crt TrustAnchorRootCertificate.crt pathLenConstraint6subCA4Cert.crt pathLenConstraint6CACert.crt TrustAnchorRootCertificate.crt
test_buildchain_partialchain ${LDAP} NIST-Test.4.13.13 EE $NIST InvalidDNnameConstraintsTest13EE.crt nameConstraintsDN1subCA2Cert.crt nameConstraintsDN1subCA2Cert.crt nameConstraintsDN1CACert.crt TrustAnchorRootCertificate.crt
test_buildchain_partialchain ${LDAP} NIST-Test.4.13.27 ENE $NIST ValidDNandRFC822nameConstraintsTest27EE.crt nameConstraintsDN1subCA3Cert.crt nameConstraintsDN1subCA2Cert.crt TrustAnchorRootCertificate.crt
+test_buildchain ${LDAP} NIST-PDTest ENE ${NIST_PDTEST} certs/BasicHTTPURIPathDiscoveryTest2EE.crt certs/BasicHTTPURITrustAnchorRootCert.crt
test_ocsp OCSP-Test ENE ${HOSTDIR}/ocsp anchorcert.crt goodcert.crt
test_ocsp OCSP-Test EE ${HOSTDIR}/ocsp anchorcert.crt revokedcert.crt
EOF