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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/tests/chains/scenarios/dsa.cfg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,72 @@
     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 DSA
     1.9 +
    1.10 +entity Root
    1.11 +  type Root
    1.12 +  ctype dsa
    1.13 +
    1.14 +entity CA1
    1.15 +  type Intermediate
    1.16 +  issuer Root
    1.17 +  ctype dsa
    1.18 +
    1.19 +entity EE1
    1.20 +  type EE
    1.21 +  issuer CA1
    1.22 +  ctype dsa
    1.23 +
    1.24 +entity CA2
    1.25 +  type Intermediate
    1.26 +  issuer Root
    1.27 +  ctype dsa
    1.28 +
    1.29 +entity EE2
    1.30 +  type EE
    1.31 +  issuer CA2
    1.32 +  ctype rsa
    1.33 +
    1.34 +entity CA3
    1.35 +  type Intermediate
    1.36 +  issuer Root
    1.37 +  ctype rsa
    1.38 +
    1.39 +entity EE3
    1.40 +  type EE
    1.41 +  issuer CA3
    1.42 +  ctype dsa
    1.43 +
    1.44 +entity CA4
    1.45 +  type Intermediate
    1.46 +  issuer Root
    1.47 +  ctype rsa
    1.48 +
    1.49 +entity EE4
    1.50 +  type EE
    1.51 +  issuer CA4
    1.52 +  ctype rsa
    1.53 +
    1.54 +db All
    1.55 +
    1.56 +verify EE1:CA1
    1.57 +  cert CA1:Root
    1.58 +  trust Root:
    1.59 +  result pass
    1.60 +
    1.61 +verify EE2:CA2
    1.62 +  cert CA2:Root
    1.63 +  trust Root:
    1.64 +  result pass
    1.65 +
    1.66 +verify EE3:CA3
    1.67 +  cert CA3:Root
    1.68 +  trust Root:
    1.69 +  result pass
    1.70 +
    1.71 +verify EE4:CA4
    1.72 +  cert CA4:Root
    1.73 +  trust Root:
    1.74 +  result pass
    1.75 +

mercurial