security/nss/tests/chains/scenarios/anypolicywithlevel.cfg

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 scenario AnyPolicyWithLevel
michael@0 6
michael@0 7 entity RootCA
michael@0 8 type Root
michael@0 9
michael@0 10 entity CA1
michael@0 11 type Intermediate
michael@0 12 issuer RootCA
michael@0 13 policy any
michael@0 14 inhibit 1
michael@0 15
michael@0 16 entity CA12
michael@0 17 type Intermediate
michael@0 18 issuer CA1
michael@0 19 policy any
michael@0 20
michael@0 21 entity CA13
michael@0 22 type Intermediate
michael@0 23 issuer CA12
michael@0 24 policy OID.1.0
michael@0 25
michael@0 26 entity EE1
michael@0 27 type EE
michael@0 28 issuer CA13
michael@0 29 policy OID.1.0
michael@0 30
michael@0 31 entity CA22
michael@0 32 type Intermediate
michael@0 33 issuer CA1
michael@0 34 policy any
michael@0 35
michael@0 36 entity CA23
michael@0 37 type Intermediate
michael@0 38 issuer CA22
michael@0 39 policy any
michael@0 40
michael@0 41 entity EE2
michael@0 42 type EE
michael@0 43 issuer CA23
michael@0 44 policy OID.1.0
michael@0 45
michael@0 46 entity CA32
michael@0 47 type Intermediate
michael@0 48 issuer CA1
michael@0 49 policy any
michael@0 50 inhibit 1
michael@0 51
michael@0 52 entity CA33
michael@0 53 type Intermediate
michael@0 54 issuer CA32
michael@0 55 policy any
michael@0 56
michael@0 57 entity EE3
michael@0 58 type EE
michael@0 59 issuer CA33
michael@0 60 policy OID.1.0
michael@0 61
michael@0 62 entity CA42
michael@0 63 type Intermediate
michael@0 64 issuer CA1
michael@0 65 policy any
michael@0 66 policy OID.1.0
michael@0 67
michael@0 68 entity CA43
michael@0 69 type Intermediate
michael@0 70 issuer CA42
michael@0 71 policy any
michael@0 72 policy OID.1.0
michael@0 73
michael@0 74 entity EE4
michael@0 75 type EE
michael@0 76 issuer CA43
michael@0 77 policy OID.1.0
michael@0 78
michael@0 79 entity CA52
michael@0 80 type Intermediate
michael@0 81 issuer CA1
michael@0 82 policy any
michael@0 83 policy OID.1.0
michael@0 84
michael@0 85 entity CA53
michael@0 86 type Intermediate
michael@0 87 issuer CA52
michael@0 88 policy any
michael@0 89
michael@0 90 entity EE5
michael@0 91 type EE
michael@0 92 issuer CA53
michael@0 93 policy OID.1.0
michael@0 94
michael@0 95 entity CA61
michael@0 96 type Intermediate
michael@0 97 issuer RootCA
michael@0 98 policy any
michael@0 99 inhibit 5
michael@0 100
michael@0 101 entity CA62
michael@0 102 type Intermediate
michael@0 103 issuer CA61
michael@0 104 policy any
michael@0 105
michael@0 106 entity EE62
michael@0 107 type EE
michael@0 108 issuer CA62
michael@0 109 policy OID.1.0
michael@0 110
michael@0 111 entity CA63
michael@0 112 type Intermediate
michael@0 113 issuer CA62
michael@0 114 policy any
michael@0 115
michael@0 116 entity EE63
michael@0 117 type EE
michael@0 118 issuer CA63
michael@0 119 policy OID.1.0
michael@0 120
michael@0 121 entity CA64
michael@0 122 type Intermediate
michael@0 123 issuer CA63
michael@0 124 policy any
michael@0 125
michael@0 126 entity EE64
michael@0 127 type EE
michael@0 128 issuer CA64
michael@0 129 policy OID.1.0
michael@0 130
michael@0 131 entity CA65
michael@0 132 type Intermediate
michael@0 133 issuer CA64
michael@0 134 policy any
michael@0 135
michael@0 136 entity EE65
michael@0 137 type EE
michael@0 138 issuer CA65
michael@0 139 policy OID.1.0
michael@0 140
michael@0 141 entity CA66
michael@0 142 type Intermediate
michael@0 143 issuer CA65
michael@0 144 policy any
michael@0 145
michael@0 146 entity EE66
michael@0 147 type EE
michael@0 148 issuer CA66
michael@0 149 policy OID.1.0
michael@0 150
michael@0 151 entity CA67
michael@0 152 type Intermediate
michael@0 153 issuer CA66
michael@0 154 policy any
michael@0 155
michael@0 156 entity EE67
michael@0 157 type EE
michael@0 158 issuer CA67
michael@0 159 policy OID.1.0
michael@0 160
michael@0 161 db All
michael@0 162
michael@0 163 verify EE1:CA13
michael@0 164 cert RootCA:
michael@0 165 cert CA1:RootCA
michael@0 166 cert CA12:CA1
michael@0 167 cert CA13:CA12
michael@0 168 trust RootCA:
michael@0 169 policy OID.1.0
michael@0 170 result pass
michael@0 171
michael@0 172 verify EE1:CA13
michael@0 173 cert RootCA:
michael@0 174 cert CA1:RootCA
michael@0 175 cert CA12:CA1
michael@0 176 cert CA13:CA12
michael@0 177 trust RootCA:
michael@0 178 policy OID.2.0
michael@0 179 result fail
michael@0 180
michael@0 181 verify EE1:CA13
michael@0 182 cert RootCA:
michael@0 183 cert CA1:RootCA
michael@0 184 cert CA12:CA1
michael@0 185 cert CA13:CA12
michael@0 186 trust RootCA:
michael@0 187 policy OID.2.5.29.32.0
michael@0 188 result pass
michael@0 189
michael@0 190 verify EE2:CA23
michael@0 191 cert RootCA:
michael@0 192 cert CA1:RootCA
michael@0 193 cert CA22:CA1
michael@0 194 cert CA23:CA22
michael@0 195 trust RootCA:
michael@0 196 policy OID.1.0
michael@0 197 result fail
michael@0 198
michael@0 199 verify EE2:CA23
michael@0 200 cert RootCA:
michael@0 201 cert CA1:RootCA
michael@0 202 cert CA22:CA1
michael@0 203 cert CA23:CA22
michael@0 204 trust RootCA:
michael@0 205 policy OID.2.0
michael@0 206 result fail
michael@0 207
michael@0 208 verify EE2:CA23
michael@0 209 cert RootCA:
michael@0 210 cert CA1:RootCA
michael@0 211 cert CA22:CA1
michael@0 212 cert CA23:CA22
michael@0 213 trust RootCA:
michael@0 214 policy OID.2.5.29.32.0
michael@0 215 result fail
michael@0 216
michael@0 217 verify EE2:CA23
michael@0 218 cert RootCA:
michael@0 219 cert CA1:RootCA
michael@0 220 cert CA22:CA1
michael@0 221 cert CA23:CA22
michael@0 222 trust RootCA:
michael@0 223 result pass
michael@0 224
michael@0 225 verify EE3:CA33
michael@0 226 cert RootCA:
michael@0 227 cert CA1:RootCA
michael@0 228 cert CA32:CA1
michael@0 229 cert CA33:CA32
michael@0 230 trust RootCA:
michael@0 231 policy OID.1.0
michael@0 232 result fail
michael@0 233
michael@0 234 verify EE3:CA33
michael@0 235 cert RootCA:
michael@0 236 cert CA1:RootCA
michael@0 237 cert CA32:CA1
michael@0 238 cert CA33:CA32
michael@0 239 trust RootCA:
michael@0 240 policy OID.2.0
michael@0 241 result fail
michael@0 242
michael@0 243 verify EE3:CA33
michael@0 244 cert RootCA:
michael@0 245 cert CA1:RootCA
michael@0 246 cert CA32:CA1
michael@0 247 cert CA33:CA32
michael@0 248 trust RootCA:
michael@0 249 policy OID.2.5.29.32.0
michael@0 250 result fail
michael@0 251
michael@0 252 verify EE3:CA33
michael@0 253 cert RootCA:
michael@0 254 cert CA1:RootCA
michael@0 255 cert CA32:CA1
michael@0 256 cert CA33:CA32
michael@0 257 trust RootCA:
michael@0 258 result pass
michael@0 259
michael@0 260 verify EE4:CA43
michael@0 261 cert RootCA:
michael@0 262 cert CA1:RootCA
michael@0 263 cert CA42:CA1
michael@0 264 cert CA43:CA42
michael@0 265 trust RootCA:
michael@0 266 policy OID.1.0
michael@0 267 result pass
michael@0 268
michael@0 269 verify EE4:CA43
michael@0 270 cert RootCA:
michael@0 271 cert CA1:RootCA
michael@0 272 cert CA42:CA1
michael@0 273 cert CA43:CA42
michael@0 274 trust RootCA:
michael@0 275 policy OID.2.0
michael@0 276 result fail
michael@0 277
michael@0 278 verify EE4:CA43
michael@0 279 cert RootCA:
michael@0 280 cert CA1:RootCA
michael@0 281 cert CA42:CA1
michael@0 282 cert CA43:CA42
michael@0 283 trust RootCA:
michael@0 284 policy OID.2.5.29.32.0
michael@0 285 result pass
michael@0 286
michael@0 287 verify EE5:CA53
michael@0 288 cert RootCA:
michael@0 289 cert CA1:RootCA
michael@0 290 cert CA52:CA1
michael@0 291 cert CA53:CA52
michael@0 292 trust RootCA:
michael@0 293 policy OID.1.0
michael@0 294 result fail
michael@0 295
michael@0 296 verify EE5:CA53
michael@0 297 cert RootCA:
michael@0 298 cert CA1:RootCA
michael@0 299 cert CA52:CA1
michael@0 300 cert CA53:CA52
michael@0 301 trust RootCA:
michael@0 302 policy OID.2.0
michael@0 303 result fail
michael@0 304
michael@0 305 verify EE5:CA53
michael@0 306 cert RootCA:
michael@0 307 cert CA1:RootCA
michael@0 308 cert CA52:CA1
michael@0 309 cert CA53:CA52
michael@0 310 trust RootCA:
michael@0 311 policy OID.2.5.29.32.0
michael@0 312 result fail
michael@0 313
michael@0 314 verify EE5:CA53
michael@0 315 cert RootCA:
michael@0 316 cert CA1:RootCA
michael@0 317 cert CA52:CA1
michael@0 318 cert CA53:CA52
michael@0 319 trust RootCA:
michael@0 320 result pass
michael@0 321
michael@0 322 verify EE62:CA62
michael@0 323 cert RootCA:
michael@0 324 cert CA61:RootCA
michael@0 325 cert CA62:CA61
michael@0 326 cert CA63:CA62
michael@0 327 cert CA64:CA63
michael@0 328 cert CA65:CA64
michael@0 329 cert CA66:CA65
michael@0 330 cert CA67:CA66
michael@0 331 trust RootCA:
michael@0 332 policy OID.1.0
michael@0 333 result pass
michael@0 334
michael@0 335 verify EE63:CA63
michael@0 336 cert RootCA:
michael@0 337 cert CA61:RootCA
michael@0 338 cert CA62:CA61
michael@0 339 cert CA63:CA62
michael@0 340 cert CA64:CA63
michael@0 341 cert CA65:CA64
michael@0 342 cert CA66:CA65
michael@0 343 cert CA67:CA66
michael@0 344 trust RootCA:
michael@0 345 policy OID.1.0
michael@0 346 result pass
michael@0 347
michael@0 348 verify EE64:CA64
michael@0 349 cert RootCA:
michael@0 350 cert CA61:RootCA
michael@0 351 cert CA62:CA61
michael@0 352 cert CA63:CA62
michael@0 353 cert CA64:CA63
michael@0 354 cert CA65:CA64
michael@0 355 cert CA66:CA65
michael@0 356 cert CA67:CA66
michael@0 357 trust RootCA:
michael@0 358 policy OID.1.0
michael@0 359 result pass
michael@0 360
michael@0 361 verify EE65:CA65
michael@0 362 cert RootCA:
michael@0 363 cert CA61:RootCA
michael@0 364 cert CA62:CA61
michael@0 365 cert CA63:CA62
michael@0 366 cert CA64:CA63
michael@0 367 cert CA65:CA64
michael@0 368 cert CA66:CA65
michael@0 369 cert CA67:CA66
michael@0 370 trust RootCA:
michael@0 371 policy OID.1.0
michael@0 372 result pass
michael@0 373
michael@0 374 verify EE66:CA66
michael@0 375 cert RootCA:
michael@0 376 cert CA61:RootCA
michael@0 377 cert CA62:CA61
michael@0 378 cert CA63:CA62
michael@0 379 cert CA64:CA63
michael@0 380 cert CA65:CA64
michael@0 381 cert CA66:CA65
michael@0 382 cert CA67:CA66
michael@0 383 trust RootCA:
michael@0 384 policy OID.1.0
michael@0 385 result pass
michael@0 386
michael@0 387 verify EE67:CA67
michael@0 388 cert RootCA:
michael@0 389 cert CA61:RootCA
michael@0 390 cert CA62:CA61
michael@0 391 cert CA63:CA62
michael@0 392 cert CA64:CA63
michael@0 393 cert CA65:CA64
michael@0 394 cert CA66:CA65
michael@0 395 cert CA67:CA66
michael@0 396 trust RootCA:
michael@0 397 policy OID.1.0
michael@0 398 result fail
michael@0 399

mercurial