chiark / gitweb /
gnupg2 (2.1.17-3) unstable; urgency=medium
[gnupg2.git] / tests / pkits / README
1 tests/pkits/README
2
3 These are tests based on NIST's Public Key Interoperability Test Suite
4 (PKITS) as downloaded on 2006-05-02 from
5 http://csrc.nist.gov/pki/testing/x509paths.html .
6
7 README             - this file.
8 PKITS_data.tar.bz2 - the original ZIP file, repackaged as a tarball.
9 Makefile.am        - Part of our build system.
10 import-all-certs   - Run a simple import test on all certifcates
11 validate-all-certs - Run an import and validate test on all certificates
12 signature-verification         - PKITS test 4.1  
13 validity-periods               - PKITS test 4.2  
14 verifying-name-chaining        - PKITS test 4.3  
15 basic-certificate-revocation   - PKITS test 4.4  
16 verifying-paths-self-issued    - PKITS test 4.5  
17 verifying-basic-constraints    - PKITS test 4.6  
18 key-usage                      - PKITS test 4.7  
19 certificate-policies           - PKITS test 4.8  
20 require-explicit-policy        - PKITS test 4.9  
21 policy-mappings                - PKITS test 4.10 
22 inhibit-policy-mapping         - PKITS test 4.11 
23 inhibit-any-policy             - PKITS test 4.12 
24 name-constraints               - PKITS test 4.13 
25 distribution-points            - PKITS test 4.14 
26 delta-crls                     - PKITS test 4.15 
27 private-certificate-extensions - PKITS test 4.16 
28
29
30 The password for the p12 files is "password".
31
32 You may run the tests as usual with "make check" or after a plain make
33 in this directory you may run the tests individually.  When run in
34 this way they will print easy to parse output to stdout.  To run all
35 tests in this mode, use "make run-all-tests".  All test scripts create
36 a log file with the suffix ".log" appended to the test script's name.
37