aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-13tests: Add sample keys with colliding long keu ids.Werner Koch1-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).
2014-10-03Some doc fixes and a fix for "make distcheck".Werner Koch1-2/+3
--
2014-09-12gpg: Use algorithm id 22 for EdDSA.Werner Koch1-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.
2014-06-30gpg: Auto-create revocation certificates.Werner Koch1-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
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-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.
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch1-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.
2010-10-15Tweaks to make make distcheck work.Werner Koch1-4/+4
2010-10-14All tests work are again workingWerner Koch1-63/+26
2010-10-14Some tweaks to the agent startup.Werner Koch1-4/+2
2010-06-07Change OpenPGP test framework to run under the control of the agent.Werner Koch1-2/+4
2010-05-11Update tests.Werner Koch1-2/+6
2010-05-07Fix for bug 1223Werner Koch1-1/+2
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+7
Collected changes.
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-2/+3
Minor cleanups.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch1-1/+1
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-1/+1
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-11-20Made some PIN pads work.Werner Koch1-1/+1
Some cleanups for 64 bit CPUs.
2006-10-02Fix for bug 537Werner Koch1-1/+2
2006-08-21Migrated more stuff to doc/Werner Koch1-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.