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