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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/tests/chains/scenarios/bridgewithhalfaia.cfg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,89 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +scenario BridgeWithHalfAIA
     1.9 +
    1.10 +entity Army
    1.11 +  type Root
    1.12 +
    1.13 +entity Navy
    1.14 +  type Root
    1.15 +
    1.16 +entity Bridge
    1.17 +  type Bridge
    1.18 +  issuer Army
    1.19 +  issuer Navy
    1.20 +
    1.21 +entity CA1
    1.22 +  type Intermediate
    1.23 +  issuer Bridge
    1.24 +    aia Bridge
    1.25 +
    1.26 +entity EE1
    1.27 +  type EE
    1.28 +  issuer CA1
    1.29 +
    1.30 +entity CA2
    1.31 +  type Intermediate
    1.32 +  issuer Bridge
    1.33 +    aia Bridge:Navy
    1.34 +
    1.35 +entity EE2
    1.36 +  type EE
    1.37 +  issuer CA2
    1.38 +
    1.39 +testdb EE1
    1.40 +
    1.41 +verify EE1:CA1
    1.42 +  cert CA1:Bridge
    1.43 +  trust Army:
    1.44 +  result fail
    1.45 +
    1.46 +verify EE1:CA1
    1.47 +  cert CA1:Bridge
    1.48 +  trust Army:
    1.49 +  fetch
    1.50 +# should pass, bug 435314
    1.51 +# temporary result - test fails only with dbm cert db
    1.52 +  result dbm:fail all:pass
    1.53 +
    1.54 +verify EE1:CA1
    1.55 +  cert CA1:Bridge
    1.56 +  trust Navy:
    1.57 +  fetch
    1.58 +  result pass
    1.59 +
    1.60 +verify EE1:CA1
    1.61 +  cert CA1:Bridge
    1.62 +  cert Bridge:Army
    1.63 +  trust Navy:
    1.64 +  fetch
    1.65 +  result pass
    1.66 +
    1.67 +verify EE2:CA2
    1.68 +  cert Bridge:Army
    1.69 +  trust Army:
    1.70 +  fetch
    1.71 +  result fail
    1.72 +
    1.73 +verify EE2:CA2
    1.74 +  cert CA2:Bridge
    1.75 +  cert Bridge:Army
    1.76 +  trust Army:
    1.77 +  fetch
    1.78 +  result pass
    1.79 +
    1.80 +verify EE2:CA2
    1.81 +  cert CA2:Bridge
    1.82 +  trust Navy:
    1.83 +  fetch
    1.84 +  result pass
    1.85 +
    1.86 +verify EE2:CA2
    1.87 +  cert CA2:Bridge
    1.88 +  cert Bridge:Army
    1.89 +  trust Navy:
    1.90 +  fetch
    1.91 +  result pass
    1.92 +

mercurial