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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/tests/chains/scenarios/aia.cfg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     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 AIA
     1.9 +
    1.10 +entity Root
    1.11 +  type Root
    1.12 +
    1.13 +entity CA1
    1.14 +  type Intermediate
    1.15 +  issuer Root
    1.16 +
    1.17 +entity CA2
    1.18 +  type Intermediate
    1.19 +  issuer CA1
    1.20 +    aia CA1:Root
    1.21 +
    1.22 +entity User
    1.23 +  type EE
    1.24 +  issuer CA2
    1.25 +
    1.26 +testdb User
    1.27 +
    1.28 +verify User:CA2
    1.29 +  cert CA2:CA1
    1.30 +  trust Root:
    1.31 +  result fail
    1.32 +
    1.33 +verify User:CA2
    1.34 +  cert CA2:CA1
    1.35 +  trust Root:
    1.36 +  fetch
    1.37 +  result pass
    1.38 +

mercurial