aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pkits/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix distcheck.Justus Winter2017-04-061-1/+1
| | | | | | | | | | | | | | | | * tests/Makefile.am (SUBDIRS): Add 'pkits' again. Simply dropping it makes 'make distcheck' unhappy. * tests/pkits/Makefile.am (TESTS): Remove all tests. -- Disable the 'pkits' tests in a way that keeps 'make distcheck' happy. To run tests individually, do make -Ctests/pkits check TESTS=some-test GnuPG-bug-id: 3067 Fixes-commit: af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1 Signed-off-by: Justus Winter <[email protected]>
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-6/+6
| | | | | | | | | | | | | * 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.
* fix for pkits.Werner Koch2009-03-031-1/+1
|
* Fix bug 1001.Werner Koch2009-02-191-2/+2
| | | | | Documentation updates.
* Add some tests.Werner Koch2008-02-221-4/+7
|
* Fixed release creation.Werner Koch2008-02-191-1/+2
|
* Improve certificate chain construction.Werner Koch2008-02-191-30/+31
| | | | | 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/+69
--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