2004-08-17 17:26:22 +02:00
|
|
|
tests/pkits/README
|
|
|
|
|
|
|
|
These are tests based on NIST's Public Key Interoperability Test Suite
|
2006-05-02 10:19:59 +02:00
|
|
|
(PKITS) as downloaded on 2006-05-02 from
|
2004-08-17 17:26:22 +02:00
|
|
|
http://csrc.nist.gov/pki/testing/x509paths.html .
|
|
|
|
|
|
|
|
README - this file.
|
Fix more spelling
* NEWS, acinclude.m4, agent/command-ssh.c, agent/command.c,
agent/gpg-agent.c, agent/keyformat.txt, agent/protect-tool.c,
common/asshelp.c, common/b64enc.c, common/recsel.c, doc/DETAILS,
doc/HACKING, doc/Notes, doc/TRANSLATE, doc/dirmngr.texi,
doc/faq.org, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
doc/instguide.texi, g10/armor.c, g10/gpg.c, g10/keyedit.c,
g10/mainproc.c, g10/pkclist.c, g10/tofu.c, g13/sh-cmd.c,
g13/sh-dmcrypt.c, kbx/keybox-init.c, m4/pkg.m4, sm/call-dirmngr.c,
sm/gpgsm.c, tests/Makefile.am, tests/gpgscm/Manual.txt,
tests/gpgscm/scheme.c, tests/openpgp/gpgv-forged-keyring.scm,
tests/openpgp/multisig.test, tests/openpgp/verify.scm,
tests/pkits/README, tools/applygnupgdefaults,
tools/gpg-connect-agent.c, tools/mime-maker.c, tools/mime-parser.c:
minor spelling cleanup.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2016-09-15 20:21:15 +02:00
|
|
|
PKITS_data.tar.bz2 - the original ZIP file, repackaged as a tarball.
|
2004-08-17 17:26:22 +02:00
|
|
|
Makefile.am - Part of our build system.
|
2017-04-28 03:06:33 +02:00
|
|
|
import-all-certs - Run a simple import test on all certificates
|
2008-02-19 11:33:35 +01:00
|
|
|
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
|
2006-07-24 13:20:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
The password for the p12 files is "password".
|
2008-02-19 11:33:35 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|