2 # Test for cross-signed cert detect, Radar 4566041
3 # WARNING this results in a hang when running with a Security.framework in which
4 # 4566041 is not fixed.
8 crlNetFetchEnable = false
9 certNetFetchEnable = false
10 useSystemAnchors = false
13 test = "Plain in-memory cross signed detect"
16 # specify verify time so this test will always be valid
17 verifyTime = 20060601000000
19 error = CSSMERR_TP_NOT_TRUSTED
20 # verify we got both certs - IS_IN_INPUT_CERTS
24 test = "verify with DB containing one cert"
26 certDb = crossSigned1.db
27 # specify verify time so this test will always be valid
28 verifyTime = 20060601000000
30 error = CSSMERR_TP_NOT_TRUSTED
31 # verify we got both certs
35 test = "verify with DB containing both certs"
37 certDb = crossSignedBoth.db
38 # specify verify time so this test will always be valid
39 verifyTime = 20060601000000
41 error = CSSMERR_TP_NOT_TRUSTED
42 # verify we got both certs