aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Generate the ChangeLog from commit logs.Werner Koch2-1/+12
* 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-12-01Generate the ChangeLog from commit logs.Werner Koch2-1/+12
* 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-11Add ECC sign, verify, encrypt and decrypt testsWerner Koch2-105/+165
2011-02-10Remove debug code from regression test pinentryWerner Koch1-2/+0
Also updated de.po
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch11-31/+376
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.
2011-02-02Sample ECC keys and message do now work.Werner Koch3-1/+49
Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed.
2010-10-15Tweaks to make make distcheck work.Werner Koch2-4/+8
2010-10-14Remove debug optionsWerner Koch1-3/+1
2010-10-14All tests work are again workingWerner Koch25-110/+380
2010-10-14Some tweaks to the agent startup.Werner Koch3-17/+17
2010-06-07Change OpenPGP test framework to run under the control of the agent.Werner Koch6-15/+33
2010-06-07Add unfinished gpgtar.Werner Koch2-0/+579
Collected changes and ports of bug fixes from stable.
2010-05-11Update tests.Werner Koch5-11/+39
2010-05-07Fix for bug 1223Werner Koch5-1/+63
2010-01-08Add dummu option --passwd for gpg.Werner Koch2-1/+12
Collected changes.
2009-06-05* defs.inc: Improved all_cipher_algos and all_hash_algos to work whenDavid Shaw2-3/+7
there are more than one line of algorithms. From 1.4.
2009-04-19Fix problem with incompatible gpg.conf files.Werner Koch2-1/+9
2009-01-13Add a sample key.Werner Koch2-0/+4
Detect and show the card type.
2008-09-30Add gpgsm server command GETINFO agent-check.Werner Koch2-2/+6
Fix tests.
2008-03-26Last minute cleanups.gnupg-2.0.9Werner Koch1-7/+7
2008-03-20Fix a bug in the ambigious name detection.Werner Koch4-2/+598
Minor cleanups.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2-1/+6
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch2-1/+6
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-10-25Ported changes from 1.4.Werner Koch29-131/+286
Add copyright notices.
2007-07-04Changed to GPLv3.Werner Koch2-5/+3
Removed intl/.
2007-05-03* conventional.test, encrypt.test, encrypt-dsa.test,David Shaw5-21/+31
conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
2007-03-05Ported multiple-messages protection.Werner Koch2-6/+12
2006-11-20Made some PIN pads work.Werner Koch2-1/+6
Some cleanups for 64 bit CPUs.
2006-10-04Fix for make distcheckgnupg-1.9.91Werner Koch2-1/+5
2006-10-02Fix for bug 537Werner Koch5-2/+983
2006-08-21Migrated more stuff to doc/Werner Koch48-0/+4140
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.