]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/certcrl/testSubjects/crlFromSsl/one.scr
Security-57031.10.10.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / crlFromSsl / one.scr
1 #
2 # CRL verfication of certs obtained from SSL sites
3 #
4 globals
5 certNetFetchEnable = false
6 crlNetFetchEnable = true
7 useSystemAnchors = true
8 # alternate these two on successful runs, flip either one for failure
9 allowUnverified = true
10 requireCrlIfPresent = false
11 end
12 echo "================================="
13 test = "www.amazon.com"
14 revokePolicy = crl
15 cert = amazon_v3.100.cer
16 sslHost = www.amazon.com
17 requireCrlIfPresent = true
18 end