aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pkits/inittests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-21tests: Add "disable-scdaemon" in gpg-agent.conf.NIIBE Yutaka1-0/+1
* tests/openpgp/defs.scm: Add "disable-scdaemon". Remove "scdaemon-program". * tests/gpgme/gpgme-defs.scm, tests/gpgsm/gpgsm-defs.scm: Likewise. * tests/inittests, tests/pkits/inittests: Add "disable-scdaemon" -- Before this change, running "make check" accesses USB device by scdaemon on host computer. If there is any smartcard/token available, it may affect test results. Because default key choice depends on smartcard/token availability now and existing tests have nothing about testing smartcard/token, disabling scdaemon is good. Signed-off-by: NIIBE Yutaka <[email protected]>
2017-04-06tests: Disable 'pkits' test suite.Justus Winter1-2/+2
* tests/Makefile.am (SUBDIRS): Drop 'pkits'. * tests/pkits/common.sh: Fix locating 'PKITS_data.tar.bz2'. * tests/pkits/inittests: Likewise. -- These tests are unmaintained and broken, and were previously only run when doing in-tree builds, hence nobody noticed that they were badly broken. GnuPG-bug-id: 3067 Signed-off-by: Justus Winter <[email protected]>
2009-03-03Arggg, forgot one other place.Werner Koch1-1/+1
2008-02-22Add some tests.Werner Koch1-0/+11
2008-02-19Fixed release creation.Werner Koch1-14/+15
2008-02-19Improve certificate chain construction.Werner Koch1-0/+2
Extend PKITS framework
2006-05-02Repackaged PKITS_data.tar.bz2Werner Koch1-1/+1
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-0/+94
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory