Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 scenario MegaBridge_3_2
7 entity Root1
8 type Root
10 entity Root2
11 type Root
13 entity Root3
14 type Root
16 entity Root4
17 type Root
19 entity Root5
20 type Root
22 entity Root6
23 type Root
25 entity Root7
26 type Root
28 entity Root8
29 type Root
31 entity Root9
32 type Root
34 entity Bridge11
35 type Bridge
36 issuer Root1
37 issuer Root2
38 issuer Root3
40 entity Bridge12
41 type Bridge
42 issuer Root4
43 issuer Root5
44 issuer Root6
46 entity Bridge13
47 type Bridge
48 issuer Root7
49 issuer Root8
50 issuer Root9
52 entity Bridge21
53 type Bridge
54 issuer Bridge11
55 issuer Bridge12
56 issuer Bridge13
58 entity CA1
59 type Intermediate
60 issuer Bridge21
62 entity EE1
63 type EE
64 issuer CA1
66 testdb EE1
68 verify EE1:CA1
69 cert CA1:Bridge21
70 cert Bridge21:Bridge11
71 cert Bridge11:Root1
72 trust Root1:
73 result pass
75 verify EE1:CA1
76 cert CA1:Bridge21
77 cert Bridge21:Bridge11
78 cert Bridge11:Root2
79 trust Root2:
80 result pass
82 verify EE1:CA1
83 cert CA1:Bridge21
84 cert Bridge21:Bridge11
85 cert Bridge11:Root3
86 trust Root3:
87 result pass
89 verify EE1:CA1
90 cert CA1:Bridge21
91 cert Bridge21:Bridge12
92 cert Bridge12:Root4
93 trust Root4:
94 result pass
96 verify EE1:CA1
97 cert CA1:Bridge21
98 cert Bridge21:Bridge12
99 cert Bridge12:Root5
100 trust Root5:
101 result pass
103 verify EE1:CA1
104 cert CA1:Bridge21
105 cert Bridge21:Bridge12
106 cert Bridge12:Root6
107 trust Root6:
108 result pass
110 verify EE1:CA1
111 cert CA1:Bridge21
112 cert Bridge21:Bridge13
113 cert Bridge13:Root7
114 trust Root7:
115 result pass
117 verify EE1:CA1
118 cert CA1:Bridge21
119 cert Bridge21:Bridge13
120 cert Bridge13:Root8
121 trust Root8:
122 result pass
124 verify EE1:CA1
125 cert CA1:Bridge21
126 cert Bridge21:Bridge13
127 cert Bridge13:Root9
128 trust Root9:
129 result pass