]> git.saurik.com Git - apple/security.git/blame_incremental - SecurityTests/clxutils/certcrl/testSubjects/gipCps/gipCps.scr
Security-57031.30.12.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / gipCps / gipCps.scr
... / ...
CommitLineData
1# test verification of the odd cert from GIP_CPS - it's an intermediate
2# cert in which subjectName == issuerName. This specifically verifies
3# Radar 3374978.
4#
5# This is suppoedly a CRL signing cert, and ideally we'd actually use
6# it to verify a CRL but I haven't found any CRLs associated with this
7# organization. FOr now we just make sure that the TPO can verify the cert
8# with the associated root in system anchors.
9#
10globals
11allowUnverified = true
12crlNetFetchEnable = false
13certNetFetchEnable = false
14useSystemAnchors = true
15end
16#
17test = test1
18echo Verify the GIP-CPS CRL signing cert
19cert = gipCps0.cer
20leafCertIsCA = true
21verifyTime = 20061201000000
22# verify leaf does NOT appear as a root (even though its subject and issuer
23# names are the same.... IS_IN_INPUT_CERTS only.
24certstatus = 0:0x04
25# ensure 2 certs come back and the second one is an anchor/root
26# IS_IN_ANCHORS IS_ROOT
27certstatus = 1:0x18
28end