]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/certcrl/testSubjects/ocsp_openvalidation/one.scr
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / ocsp_openvalidation / one.scr
1 # one OCSP transaction test using http://ocsp.openvalidation.org
2 #
3 globals
4 certNetFetchEnable = false
5 useSystemAnchors = false
6 cacheDisable = false
7 allowUnverified = false
8 end
9 echo "================================="
10 test = "OCSP, good status, user cert, cache disable, net disable, fail"
11 revokePolicy = ocsp
12 cert = User_CA1.crt
13 root = Root_CA1.crt
14 root = Root_CA2.crt
15 # responderURI = http://ocsp.openvalidation.org:80
16 reqOcspIfPresent = true
17 cacheDisable = true
18 ocspNetFetchDisable = true
19 # is this is
20 #allowUnverified = false
21 error = APPLETP_OCSP_UNAVAILABLE
22 certerror = 0:APPLETP_OCSP_UNAVAILABLE
23 end