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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/tests/chains/scenarios/method.cfg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     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 Method
     1.9 +
    1.10 +check_ocsp OCSPEE11OCSPCA1:d
    1.11 +
    1.12 +testdb ../OCSPD/Client
    1.13 +
    1.14 +#EE - OK, CA - OK
    1.15 +verify OCSPEE11OCSPCA1:d
    1.16 +  cert OCSPCA1OCSPRoot:d
    1.17 +  rev_type leaf
    1.18 +  rev_flags requireFreshInfo
    1.19 +  rev_mtype ocsp
    1.20 +  result pass
    1.21 +
    1.22 +#EE - revoked, CA - OK
    1.23 +verify OCSPEE12OCSPCA1:d
    1.24 +  cert OCSPCA1OCSPRoot:d
    1.25 +  rev_type leaf
    1.26 +  rev_flags requireFreshInfo
    1.27 +  rev_mtype ocsp
    1.28 +  result fail

mercurial