2 # Test for empty/bad cert handling, Radar 3116734.
3 # Without the fix for 3116734, this results in an assertion failure on
4 # debug Security.framework.
8 crlNetFetchEnable = false
9 certNetFetchEnable = false
10 useSystemAnchors = false
13 test = "Basic good verify as sanity check"
17 # IS_IN_ANCHORS | IS_ROOT
21 test = "Throw in empty cert not as leaf, it should be ignored"
26 # IS_IN_ANCHORS | IS_ROOT
30 test = "Throw in text file not as leaf, it should be ignored"
35 # IS_IN_ANCHORS | IS_ROOT
39 test = "Empty cert as leaf, expect error"
43 error = CSSMERR_TP_INVALID_CERTIFICATE
46 test = "Text file as leaf, expect error"
50 error = CSSMERR_TP_INVALID_CERTIFICATE