]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/certcrl/testSubjects/emptySubject/emptySubject.scr
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / emptySubject / emptySubject.scr
1 #
2 # Test for empty subject detect, Radar 3901386
3 #
4 globals
5 allowUnverified = true
6 crlNetFetchEnable = false
7 certNetFetchEnable = false
8 useSystemAnchors = false
9 end
10
11 test = "Empty subject detect"
12 cert = user.pem
13 root = ca.pem
14 # specify verify time so this test will always be valid
15 verifyTime = 20041215000000
16 # IS_IN_ANCHORS | IS_ROOT
17 certstatus = 1:0x18
18 certerror = 0:CSSMERR_APPLETP_INVALID_EMPTY_SUBJECT
19 error = CSSMERR_TP_VERIFY_ACTION_FAILED
20 end
21