~ubuntu-branches/ubuntu/intrepid/xulrunner-1.9/intrepid-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/tests/chains/scenarios/bridgewithhalfaia.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-03 13:16:32 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090803131632-1pfcgs323tjx7bp1
Tags: 1.9.0.13+nobinonly-0ubuntu0.8.10.1
* New upstream release v1.9.0.13 (FIREFOX_3_0_13_RELEASE)
  - see USN-811-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
scenario BridgeWithHalfAIA
 
2
 
 
3
entity Army
 
4
  type Root
 
5
 
 
6
entity Navy
 
7
  type Root
 
8
 
 
9
entity Bridge
 
10
  type Bridge
 
11
  issuer Army
 
12
  issuer Navy
 
13
 
 
14
entity CA1
 
15
  type Intermediate
 
16
  issuer Bridge
 
17
    aia Bridge
 
18
 
 
19
entity EE1
 
20
  type EE
 
21
  issuer CA1
 
22
 
 
23
entity CA2
 
24
  type Intermediate
 
25
  issuer Bridge
 
26
    aia Bridge:Navy
 
27
 
 
28
entity EE2
 
29
  type EE
 
30
  issuer CA2
 
31
 
 
32
testdb EE1
 
33
 
 
34
verify EE1:CA1
 
35
  cert CA1:Bridge
 
36
  trust Army:
 
37
  result fail
 
38
 
 
39
verify EE1:CA1
 
40
  cert CA1:Bridge
 
41
  trust Army:
 
42
  fetch
 
43
# should pass, bug 435314
 
44
# temporary result - test fails only with dbm cert db
 
45
  result dbm:fail all:pass
 
46
 
 
47
verify EE1:CA1
 
48
  cert CA1:Bridge
 
49
  trust Navy:
 
50
  fetch
 
51
  result pass
 
52
 
 
53
verify EE1:CA1
 
54
  cert CA1:Bridge
 
55
  cert Bridge:Army
 
56
  trust Navy:
 
57
  fetch
 
58
  result pass
 
59
 
 
60
verify EE2:CA2
 
61
  cert Bridge:Army
 
62
  trust Army:
 
63
  fetch
 
64
  result fail
 
65
 
 
66
verify EE2:CA2
 
67
  cert CA2:Bridge
 
68
  cert Bridge:Army
 
69
  trust Army:
 
70
  fetch
 
71
  result pass
 
72
 
 
73
verify EE2:CA2
 
74
  cert CA2:Bridge
 
75
  trust Navy:
 
76
  fetch
 
77
  result pass
 
78
 
 
79
verify EE2:CA2
 
80
  cert CA2:Bridge
 
81
  cert Bridge:Army
 
82
  trust Navy:
 
83
  fetch
 
84
  result pass
 
85