зеркало из https://github.com/mozilla/pjs.git
correcting header of section 4.1, minor edits to make headers more definitive
This commit is contained in:
Родитель
e5582e74d7
Коммит
76865b1ed6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче