aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pkits/inittests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add "disable-scdaemon" in gpg-agent.conf.NIIBE Yutaka2019-02-211-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]>
* tests: Disable 'pkits' test suite.Justus Winter2017-04-061-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]>
* Arggg, forgot one other place.Werner Koch2009-03-031-1/+1
|
* Add some tests.Werner Koch2008-02-221-0/+11
|
* Fixed release creation.Werner Koch2008-02-191-14/+15
|
* Improve certificate chain construction.Werner Koch2008-02-191-0/+2
| | | | | Extend PKITS framework
* Repackaged PKITS_data.tar.bz2Werner Koch2006-05-021-1/+1
|
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-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