aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add sample keys with colliding long keu ids.Werner Koch2014-10-131-1/+3
| | | | | | | -- Thanks to David Leon Gil <[email protected]> who posted these keys to [email protected] on Fri, 13 Dec 2013 07:09:54 -0800 (PST).
* Some doc fixes and a fix for "make distcheck".Werner Koch2014-10-031-2/+3
| | | | --
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-121-2/+5
| | | | | | | | | * common/openpgpdefs.h (PUBKEY_ALGO_EDDSA): Change to 22. * g10/keygen.c (ask_curve): Reword the Curve25519 warning note. -- In the hope that the IETF will eventually assign 22 for EdDSA using the draft-koch-eddsa-for-openpgp-01 specs we start using this number.
* gpg: Auto-create revocation certificates.Werner Koch2014-06-301-1/+1
| | | | | | | | | | | | | * configure.ac (GNUPG_OPENPGP_REVOC_DIR): New config define. * g10/revoke.c (create_revocation): Add arg "leadin". (gen_standard_revoke): New. * g10/openfile.c (get_openpgp_revocdir): New. (open_outfile): Add MODE value 3. * g10/keyid.c (hexfingerprint): New. * g10/keygen.c (do_generate_keypair): Call gen_standard_revoke. -- GnuPG-bug-id: 1042
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-1/+1
| | | | | | | | | | | | | * 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.
* Add ECC import regression tests and fixed a regression.Werner Koch2011-02-101-8/+12
| | | | | | The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent.
* Tweaks to make make distcheck work.Werner Koch2010-10-151-4/+4
|
* All tests work are again workingWerner Koch2010-10-141-63/+26
|
* Some tweaks to the agent startup.Werner Koch2010-10-141-4/+2
|
* Change OpenPGP test framework to run under the control of the agent.Werner Koch2010-06-071-2/+4
|
* Update tests.Werner Koch2010-05-111-2/+6
|
* Fix for bug 1223Werner Koch2010-05-071-1/+2
|
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+7
| | | | | Collected changes.
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-2/+3
| | | | | Minor cleanups.
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-141-1/+1
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-1/+1
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
| | | | | Some cleanups for 64 bit CPUs.
* Fix for bug 537Werner Koch2006-10-021-1/+2
|
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+107
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.