cryptoservices/certificateandkeymgmt/tpkixcert_tef/scripts/tpkixcert_tef.script
changeset 30 cf642210ecb7
parent 19 ece3df019add
equal deleted inserted replaced
19:ece3df019add 30:cf642210ecb7
    96 //! @SYMTestExpectedResults 	Chain should validate successfully.  All critical extensions should be reported through the new certificate warnings API (CCertificateWarning::CriticalExtensionsFound()).
    96 //! @SYMTestExpectedResults 	Chain should validate successfully.  All critical extensions should be reported through the new certificate warnings API (CCertificateWarning::CriticalExtensionsFound()).
    97 //! @SYMTestType 		CIT
    97 //! @SYMTestType 		CIT
    98 //! @SYMTestPurpose 		Test we correctly report the full gamut of possible critical extension patterns we may be expected to deal with in a certificate chain – multiple extensions in one certificate, multiple extensions spanning multiple certificates and the same extension in multiple certificates.
    98 //! @SYMTestPurpose 		Test we correctly report the full gamut of possible critical extension patterns we may be expected to deal with in a certificate chain – multiple extensions in one certificate, multiple extensions spanning multiple certificates and the same extension in multiple certificates.
    99 START_TESTCASE 			SEC-CERTMAN-PKIXCERT-CRITEXT-0001
    99 START_TESTCASE 			SEC-CERTMAN-PKIXCERT-CRITEXT-0001
   100 RUN_TEST_STEP 100 tpkixcert_tefserver ValidateCertChain c:\tpkixcert_tef\scripts\validatetests.ini CustomCriticalExts
   100 RUN_TEST_STEP 100 tpkixcert_tefserver ValidateCertChain c:\tpkixcert_tef\scripts\validatetests.ini CustomCriticalExts
       
   101 RUN_TEST_STEP 100 tpkixcert_tefserver ValidateCertChain c:\tpkixcert_tef\scripts\validatetests.ini CustomCriticalExts1
   101 END_TESTCASE 			SEC-CERTMAN-PKIXCERT-CRITEXT-0001
   102 END_TESTCASE 			SEC-CERTMAN-PKIXCERT-CRITEXT-0001
   102 
   103 
   103 
   104 
   104 //! @SYMTestCaseID 		SEC-CERTMAN-PKIXCERT-CRITEXT-0002
   105 //! @SYMTestCaseID 		SEC-CERTMAN-PKIXCERT-CRITEXT-0002
   105 //! @SYMTestCaseDesc 		Test old and new warnings API for consistency and backwards compatibility.
   106 //! @SYMTestCaseDesc 		Test old and new warnings API for consistency and backwards compatibility.