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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/tests/chains/scenarios/bridgewithaia.cfg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,54 @@
     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 BridgeWithAIA
     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 +testdb EE1
    1.31 +
    1.32 +verify EE1:CA1
    1.33 +  cert CA1:Bridge
    1.34 +  trust Army:
    1.35 +  result fail
    1.36 +
    1.37 +verify EE1:CA1
    1.38 +  cert CA1:Bridge
    1.39 +  trust Army:
    1.40 +  fetch
    1.41 +# should pass, bug 435314
    1.42 +# temporary result - test fails only with dbm cert db
    1.43 +  result dbm:fail all:pass
    1.44 +
    1.45 +verify EE1:CA1
    1.46 +  cert CA1:Bridge
    1.47 +  trust Navy:
    1.48 +  fetch
    1.49 +  result pass
    1.50 +
    1.51 +verify EE1:CA1
    1.52 +  cert CA1:Bridge
    1.53 +  cert Bridge:Army
    1.54 +  trust Navy:
    1.55 +  fetch
    1.56 +  result pass
    1.57 +

mercurial