aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-13/+13
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
2012-04-05Do not mix test result with progress lines.Werner Koch6-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
2011-12-20Add the STEED Self-Signing Nonthority certificate.Werner Koch4-2/+71
* doc/com-certs.pem: Install it when creating a keybox.
2011-12-01Generate the ChangeLog from commit logs.Werner Koch6-10/+43
* 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-09-20tests: avoid use of freed pointerJim Meyering2-1/+10
[spotted by coverity] This is only in tests/, but easy to fix, so... I've included extra context so you can see how var->value would be used in the following atoi call. >From cf9ae83fd2da8d7a289b048ef0feed4096f6d263 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Tue, 20 Sep 2011 16:32:59 +0200 Subject: [PATCH] avoid use of free'd pointer * asschk.c (set_type_var): Set var->value to NULL after freeing it, to avoid subsequent use of freed pointer.
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-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch4-33/+28
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
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 Koch4-18/+18
2010-07-23.Werner Koch2-0/+215
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-10-13Replace C99 style vararg macro which was anyway not correct.Werner Koch2-29/+38
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-03-03Arggg, forgot one other place.Werner Koch2-1/+3
2009-03-03fix for pkits.Werner Koch2-1/+5
2009-02-19Fix bug 1001.Werner Koch6-7/+19
Documentation updates.
2009-01-13Add a sample key.Werner Koch2-0/+4
Detect and show the card type.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch2-0/+20
2008-09-30Add gpgsm server command GETINFO agent-check.Werner Koch4-3/+17
Fix tests.
2008-04-15Add executable flag to test scripts.Werner Koch16-0/+0
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.
2008-02-22Add some tests.Werner Koch9-36/+458
2008-02-19Fixed release creation.Werner Koch6-28/+36
2008-02-19Improve certificate chain construction.Werner Koch24-543/+1126
Extend PKITS framework
2008-02-18We better save the description of PKITS along with the test data.Werner Koch1-0/+0
2008-01-26Typo fixes.Werner Koch2-1/+5
Portability fix for asschk.c
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-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2-0/+22
Documentation updates.
2007-07-04Changed to GPLv3.Werner Koch4-13/+7
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-11-05Collected fixes.Werner Koch2-9/+18
2006-10-04Fix for make distcheckgnupg-1.9.91Werner Koch2-1/+5
2006-10-02Fix for bug 537Werner Koch5-2/+983
2006-09-062006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-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.
2006-08-21Migrated more stuff to doc/Werner Koch50-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.