From 971bc18c70a930dc5e126128a9693f7adfe55e80 Mon Sep 17 00:00:00 2001 From: "bishakhabanerjee%netscape.com" Date: Tue, 3 Feb 2004 20:13:26 +0000 Subject: [PATCH] correcting header of section 4.1, minor edits to make headers more definitive --- security/nss/tests/pkits/pkits.sh | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/security/nss/tests/pkits/pkits.sh b/security/nss/tests/pkits/pkits.sh index 6e4badf95b6c..1c7d1006a8a1 100755 --- a/security/nss/tests/pkits/pkits.sh +++ b/security/nss/tests/pkits/pkits.sh @@ -69,8 +69,6 @@ pkits_init() . ./init.sh fi - html_head "NIST PKITS Tests" - PKITSDIR=${HOSTDIR}/pkits COPYDIR=${PKITSDIR}/copydir @@ -279,10 +277,7 @@ certImport() ######################################################################## pkits_SignatureVerification() { - echo "" - echo "***************************************************************" - echo "Section 4.1: Signature Verification" - echo "***************************************************************" + break_table "NIST PKITS Section 4.1: Signature Verification" VFY_ACTION="Valid Signatures Test1"; log_banner certImport GoodCACert @@ -323,7 +318,7 @@ pkits_SignatureVerification() pkits_ValidityPeriods() { - break_table "Section 4.2: Validity Periods" + break_table "NIST PKITS Section 4.2: Validity Periods" VFY_ACTION="Invalid CA notBefore Date Test1"; log_banner certImport BadnotBeforeDateCACert @@ -372,7 +367,7 @@ pkits_ValidityPeriods() pkits_NameChaining() { - break_table "Section 4.3: Verifying NameChaining" + break_table "NIST PKITS Section 4.3: Verifying NameChaining" VFY_ACTION="Invalid Name Chaining EE Test1"; log_banner certImport GoodCACert @@ -447,7 +442,7 @@ pkits_NameChaining() pkits_BasicCertRevocation() { - break_table "Section 4.4: Basic Certificate Revocation Tests" + break_table "NIST PKITS Section 4.4: Basic Certificate Revocation Tests" VFY_ACTION="Missing CRL Test1"; log_banner pkitsn $certs/InvalidMissingCRLTest1EE.crt \ @@ -565,7 +560,7 @@ pkits_BasicCertRevocation() pkits_PathVerificWithSelfIssuedCerts() { - break_table "Section 4.5: Verifying Paths with Self-Issued Certificates" + break_table "NIST PKITS Section 4.5: Verifying Paths with Self-Issued Certificates" VFY_ACTION="Valid Basic Self-Issued Old With New Test1"; log_banner certImport BasicSelfIssuedNewKeyCACert @@ -619,7 +614,7 @@ pkits_PathVerificWithSelfIssuedCerts() pkits_BasicConstraints() { - break_table "Section 4.6: Verifying Basic Constraints" + break_table "NIST PKITS Section 4.6: Verifying Basic Constraints" VFY_ACTION="Invalid Missing basicConstraints Test1"; log_banner certImport MissingbasicConstraintsCACert @@ -773,7 +768,7 @@ pkits_BasicConstraints() pkits_KeyUsage() { - break_table "Section 4.7: Key Usage" + break_table "NIST PKITS Section 4.7: Key Usage" VFY_ACTION="Invalid keyUsage Critical keyCertSign False Test1"; log_banner certImport keyUsageCriticalkeyCertSignFalseCACert @@ -810,7 +805,7 @@ pkits_KeyUsage() pkits_NameConstraints() { - break_table "Section 4.13: Name Constraints" + break_table "NIST PKITS Section 4.13: Name Constraints" VFY_ACTION="Valid DN nameConstraints Test1"; log_banner certImport nameConstraintsDN1CACert @@ -1043,7 +1038,7 @@ pkits_NameConstraints() pkits_PvtCertExtensions() { - break_table "Section 4.16: Private Certificate Extensions" + break_table "NIST PKITS Section 4.16: Private Certificate Extensions" VFY_ACTION="Valid Unknown Not Critical Certificate Extension Test1"; log_banner pkits $certs/ValidUnknownNotCriticalCertificateExtensionTest1EE.crt