]> git.saurik.com Git - apple/security.git/blame - SecurityTests/clxutils/certcrl/testSubjects/hostNameDot/hostNameDot.scr
Security-57031.30.12.tar.gz
[apple/security.git] / SecurityTests / clxutils / certcrl / testSubjects / hostNameDot / hostNameDot.scr
CommitLineData
d8f41ccd
A
1#
2# test fix for Radar 3996792: handling of host name with trailing dot ("www.apple.com.")
3#
4globals
5allowUnverified = true
6crlNetFetchEnable = false
7certNetFetchEnable = false
8useSystemAnchors = false
9end
10
11##
12## common name testing
13##
14
15test = "CommonName in leaf, no dot, no dot in app-specified hostname"
16cert = hostNameDotCommonName.cer
17root = hostNameDotRoot.cer
18sslHost = www.dmitch
19end
20
21test = "CommonName in leaf, no dot, WITH dot in app-specified hostname"
22cert = hostNameDotCommonName.cer
23root = hostNameDotRoot.cer
24sslHost = www.dmitch.
25end
26
27test = "CommonName in leaf, WITH dot, no dot in app-specified hostname"
28cert = hostNameDotCommonNameDot.cer
29root = hostNameDotRoot.cer
30sslHost = www.dmitch
31end
32
33test = "CommonName in leaf, WITH dot, WITH dot in app-specified hostname"
34cert = hostNameDotCommonNameDot.cer
35root = hostNameDotRoot.cer
36sslHost = www.dmitch.
37end
38
39##
40## SubjectAltName testing
41##
42
43test = "SubjectAltName in leaf, no dot, no dot in app-specified hostname"
44cert = hostNameDotSubjAltName.cer
45root = hostNameDotRoot.cer
46sslHost = www.dmitch
47end
48
49test = "SubjectAltName in leaf, no dot, WITH dot in app-specified hostname"
50cert = hostNameDotSubjAltName.cer
51root = hostNameDotRoot.cer
52sslHost = www.dmitch.
53end
54
55test = "SubjectAltName in leaf, WITH dot, no dot in app-specified hostname"
56cert = hostNameDotSubjAltNameDot.cer
57root = hostNameDotRoot.cer
58sslHost = www.dmitch
59end
60
61test = "SubjectAltName in leaf, WITH dot, WITH dot in app-specified hostname"
62cert = hostNameDotSubjAltNameDot.cer
63root = hostNameDotRoot.cer
64sslHost = www.dmitch.
65end