gnupg/tests/pkits
Werner Koch 2336b09779 Generate the ChangeLog from commit logs.
* scripts/gitlog-to-changelog: New script.  Taken from gnulib.
* scripts/git-log-fix: New file.
* scripts/git-log-footer: New file.
* doc/HACKING: Describe the ChangeLog policy
* ChangeLog: New file.
* Makefile.am (EXTRA_DIST): Add new files.
(gen-ChangeLog): New.
(dist-hook): Run gen-ChangeLog.

Rename all ChangeLog files to ChangeLog-2011.
2011-12-01 11:09:02 +01:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
PKITS.pdf We better save the description of PKITS along with the test data. 2008-02-18 14:31:46 +00:00
PKITS_data.tar.bz2 Repackaged PKITS_data.tar.bz2 2006-05-02 08:19:59 +00:00
README Improve certificate chain construction. 2008-02-19 10:33:35 +00:00
basic-certificate-revocation Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
certificate-policies Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
common.sh Fix bug 1001. 2009-02-19 16:19:16 +00:00
delta-crls Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
distribution-points Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
import-all-certs Add some tests. 2008-02-22 15:47:18 +00:00
import-all-certs.data Add some tests. 2008-02-22 15:47:18 +00:00
inhibit-any-policy Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
inhibit-policy-mapping Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
inittests Arggg, forgot one other place. 2009-03-03 09:47:48 +00:00
key-usage Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
name-constraints Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
policy-mappings Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
private-certificate-extensions Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
require-explicit-policy Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
runtest * import.c (check_and_store): Do a full validation if 2004-08-17 15:26:22 +00:00
signature-verification Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
validate-all-certs Add some tests. 2008-02-22 15:47:18 +00:00
validity-periods Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
verifying-basic-constraints Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
verifying-name-chaining Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00
verifying-paths-self-issued Add executable flag to test scripts. 2008-04-15 15:57:39 +00:00

README

tests/pkits/README

These are tests based on NIST's Public Key Interoperability Test Suite
(PKITS) as downloaded on 2006-05-02 from
http://csrc.nist.gov/pki/testing/x509paths.html .

README             - this file.
PKITS_data.tar.bz2 - the orginal ZIP file, repackaged as a tarball.
Makefile.am        - Part of our build system.
import-all-certs   - Run a simple import test on all certifcates
validate-all-certs - Run an import and validate test on all certificates
signature-verification         - PKITS test 4.1  
validity-periods               - PKITS test 4.2  
verifying-name-chaining        - PKITS test 4.3  
basic-certificate-revocation   - PKITS test 4.4  
verifying-paths-self-issued    - PKITS test 4.5  
verifying-basic-constraints    - PKITS test 4.6  
key-usage                      - PKITS test 4.7  
certificate-policies           - PKITS test 4.8  
require-explicit-policy        - PKITS test 4.9  
policy-mappings                - PKITS test 4.10 
inhibit-policy-mapping         - PKITS test 4.11 
inhibit-any-policy             - PKITS test 4.12 
name-constraints               - PKITS test 4.13 
distribution-points            - PKITS test 4.14 
delta-crls                     - PKITS test 4.15 
private-certificate-extensions - PKITS test 4.16 


The password for the p12 files is "password".

You may run the tests as usual with "make check" or after a plain make
in this directory you may run the tests individually.  When run in
this way they will print easy to parse output to stdout.  To run all
tests in this mode, use "make run-all-tests".  All test scripts create
a log file with the suffix ".log" appended to the test script's name.