• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/certcrl/testSubjects/crlFromSsl/
1# 
2# CRL verfication of certs obtained from SSL sites
3#
4globals
5certNetFetchEnable = false
6crlNetFetchEnable = true
7useSystemAnchors = true
8# alternate these two on successful runs, flip either one for failure
9allowUnverified = true
10requireCrlIfPresent = false
11end
12echo "================================="
13test = "www.amazon.com"
14revokePolicy = crl
15cert = amazon_v3.100.cer
16sslHost = www.amazon.com
17requireCrlIfPresent = true
18end
19