aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Reject signatures made with MD5.Werner Koch2014-06-032-2/+3
| | | | | | | | | | | | | | * g10/gpg.c: Add option --allow-weak-digest-algos. (main): Set option also in PGP2 mode. * g10/options.h (struct opt): Add flags.allow_weak_digest_algos. * g10/sig-check.c (do_check): Reject MD5 signatures. * tests/openpgp/gpg.conf.tmpl: Add allow_weak_digest_algos. -- (cherry picked from commit f90cfe6b66269de0154d810c5cee1fe9a5af475c) Resolved conflicts: g10/gpg.c - adjust. tests/openpgp/defs.inc - no changes
* 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-026-33/+50
| | | | | | | | | | | | | | | * 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.
* Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch2011-08-041-0/+0
| | | | | | | | Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
* 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-126-15/+36
|
* Add fileWerner Koch2010-05-111-0/+2
|
* Allow to run the test without a running agent.Werner Koch2010-05-115-13/+39
| | | | | Add new gpg-agent commands.
* make -j build fixgnupg-2.0.14Werner Koch2009-12-212-1/+12
|
* Replace C-99 vararg macroWerner Koch2009-10-132-29/+38
|
* * 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
|
* Arggg, forgot one other place.Werner Koch2009-03-032-1/+3
|
* fix for pkits.Werner Koch2009-03-032-1/+5
|
* Fix bug 1001.Werner Koch2009-02-196-7/+19
| | | | | Documentation updates.
* Add a sample key.Werner Koch2009-01-132-0/+4
| | | | | Detect and show the card type.
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-202-0/+20
|
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-304-3/+17
| | | | | Fix tests.
* Add executable flag to test scripts.Werner Koch2008-04-1516-0/+0
|
* 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.
* Add some tests.Werner Koch2008-02-229-36/+458
|
* Fixed release creation.Werner Koch2008-02-196-28/+36
|
* Improve certificate chain construction.Werner Koch2008-02-1924-543/+1126
| | | | | Extend PKITS framework
* We better save the description of PKITS along with the test data.Werner Koch2008-02-181-0/+0
|
* Typo fixes.Werner Koch2008-01-262-1/+5
| | | | | | Portability fix for asschk.c
* 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.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-242-0/+22
| | | | | Documentation updates.
* Changed to GPLv3.Werner Koch2007-07-044-13/+7
| | | | | 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.
* Collected fixes.Werner Koch2006-11-052-9/+18
|
* Fix for make distcheckgnupg-1.9.91Werner Koch2006-10-042-1/+5
|
* Fix for bug 537Werner Koch2006-10-025-2/+983
|
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-062-1/+12
| | | | | | | | | | | * configure.ac: New automake conditional RUN_GPG_TESTS. tests/ 2006-09-06 Marcus Brinkmann <[email protected]> * Makefile.am (openpgp): New variable. (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
* Migrated more stuff to doc/Werner Koch2006-08-2150-0/+4146
| | | | | | | | 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.
* Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-241-0/+3
| | | | | Tested with using a CAcert generated certificate.
* Updated FSF's address.Werner Koch2006-06-206-6/+12
|
* 2006-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-082-1/+19
| | | | | | | * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]: Define macro to __FUNCTION__. (die): Use __func__ instead of __FUNCTION__.
* Added sample certificates.Werner Koch2006-05-163-1/+7
|
* Repackaged PKITS_data.tar.bz2Werner Koch2006-05-024-2/+7
|
* 2005-10-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-072-20/+7
| | | | | | | * Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack. It's the responsibility of the person building the software to set it properly.
* * gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2005-02-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
* Preparing a new release. Updated gettextWerner Koch2004-09-302-7/+12
|
* tests/pkits: New directoryWerner Koch2004-08-171-1/+12
|