michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: scenario BridgeWithAIA michael@0: michael@0: entity Army michael@0: type Root michael@0: michael@0: entity Navy michael@0: type Root michael@0: michael@0: entity Bridge michael@0: type Bridge michael@0: issuer Army michael@0: issuer Navy michael@0: michael@0: entity CA1 michael@0: type Intermediate michael@0: issuer Bridge michael@0: aia Bridge michael@0: michael@0: entity EE1 michael@0: type EE michael@0: issuer CA1 michael@0: michael@0: testdb EE1 michael@0: michael@0: verify EE1:CA1 michael@0: cert CA1:Bridge michael@0: trust Army: michael@0: result fail michael@0: michael@0: verify EE1:CA1 michael@0: cert CA1:Bridge michael@0: trust Army: michael@0: fetch michael@0: # should pass, bug 435314 michael@0: # temporary result - test fails only with dbm cert db michael@0: result dbm:fail all:pass michael@0: michael@0: verify EE1:CA1 michael@0: cert CA1:Bridge michael@0: trust Navy: michael@0: fetch michael@0: result pass michael@0: michael@0: verify EE1:CA1 michael@0: cert CA1:Bridge michael@0: cert Bridge:Army michael@0: trust Navy: michael@0: fetch michael@0: result pass michael@0: