aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Make sure not to create files outside the build directory.Werner Koch2013-08-191-1/+1
| | | | | | | | | | | | * tests/openpgp/Makefile.am (./gpg_dearmor): Add option --homedir. -- The dearmor code might create files in the source directory during a test run. Adding "--homedir ." should solve this. GnuPG-bug-id: 1498. Signed-off-by: Werner Koch <[email protected]>
* Do not mix test result with progress lines.Werner Koch2013-04-226-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | This makes parsing of the results easier. Fixes bug#1400. * tests/openpgp/defs.inc (progress_cancel, progress_end) (progress_new): New. * tests/openpgp/conventional-mdc.test: Use progress functions * tests/openpgp/conventional.test: Ditto. * tests/openpgp/encrypt-dsa.test: Ditto. * tests/openpgp/encrypt.test: Ditto. * tests/openpgp/sigs.test: Ditto. -- The new output style is now: > MD5 SHA1 RIPEMD160 SHA256 SHA384 SHA512 SHA224 < PASS: sigs.test or if the test fails: > MD5 SHA1 sigs.test: ooops FAIL: sigs.test (cherry picked from commit f1e1387bee286c7434f0462185048872bcdb4484)
* Generate the ChangeLog from commit logs.Werner Koch2011-12-022-13/+18
| | | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * 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.
* Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch2010-06-171-1/+1
|
* Fix bug#1179Werner Koch2010-05-122-0/+578
|
* Changed test system again to allow building on an NFS mountWerner Koch2010-05-124-12/+33
|
* Add fileWerner Koch2010-05-111-0/+2
|
* Allow to run the test without a running agent.Werner Koch2010-05-114-12/+38
| | | | | Add new gpg-agent commands.
* make -j build fixgnupg-2.0.14Werner Koch2009-12-212-1/+12
|
* * defs.inc: Improved all_cipher_algos and all_hash_algos to work whenDavid Shaw2009-06-052-3/+7
| | | | | there are more than one line of algorithms. From 1.4.
* Fix problem with incompatible gpg.conf files.Werner Koch2009-04-192-1/+9
|
* Add a sample key.Werner Koch2009-01-132-0/+4
| | | | | Detect and show the card type.
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-302-2/+6
| | | | | Fix tests.
* Last minute cleanups.gnupg-2.0.9Werner Koch2008-03-261-7/+7
|
* Fix a bug in the ambigious name detection.Werner Koch2008-03-204-2/+598
| | | | | Minor cleanups.
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-142-1/+6
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-272-1/+6
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Ported changes from 1.4.Werner Koch2007-10-2529-131/+286
| | | | | Add copyright notices.
* Changed to GPLv3.Werner Koch2007-07-042-5/+3
| | | | | Removed intl/.
* * conventional.test, encrypt.test, encrypt-dsa.test,David Shaw2007-05-035-21/+31
| | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers.
* Ported multiple-messages protection.Werner Koch2007-03-052-6/+12
|
* Made some PIN pads work.Werner Koch2006-11-202-1/+6
| | | | | Some cleanups for 64 bit CPUs.
* Fix for make distcheckgnupg-1.9.91Werner Koch2006-10-042-1/+5
|
* Fix for bug 537Werner Koch2006-10-025-2/+983
|
* Migrated more stuff to doc/Werner Koch2006-08-2148-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.