aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pkits/common.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Disable 'pkits' test suite.Justus Winter2017-04-061-1/+1
| | | | | | | | | | | | | | * 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]>
* Fix bug 1001.Werner Koch2009-02-191-1/+1
| | | | | Documentation updates.
* Add some tests.Werner Koch2008-02-221-22/+110
|
* Fixed release creation.Werner Koch2008-02-191-1/+6
|
* Improve certificate chain construction.Werner Koch2008-02-191-9/+55
| | | | | Extend PKITS framework
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * import.c (check_and_store): Do a full validation ifWerner Koch2004-08-171-0/+135
--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