Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the STEED Self-Signing Nonthority certificate. | Werner Koch | 2011-12-20 | 4 | -2/+71 |
| | | | | * doc/com-certs.pem: Install it when creating a keybox. | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 6 | -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. | ||||
* | tests: avoid use of freed pointer | Jim Meyering | 2011-09-20 | 2 | -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. | ||||
* | Add ECC sign, verify, encrypt and decrypt tests | Werner Koch | 2011-02-11 | 2 | -105/+165 |
| | |||||
* | Remove debug code from regression test pinentry | Werner Koch | 2011-02-10 | 1 | -2/+0 |
| | | | | Also updated de.po | ||||
* | Add ECC import regression tests and fixed a regression. | Werner Koch | 2011-02-10 | 11 | -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. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 4 | -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. | ||||
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 3 | -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. | ||||
* | Tweaks to make make distcheck work. | Werner Koch | 2010-10-15 | 2 | -4/+8 |
| | |||||
* | Remove debug options | Werner Koch | 2010-10-14 | 1 | -3/+1 |
| | |||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 25 | -110/+380 |
| | |||||
* | Some tweaks to the agent startup. | Werner Koch | 2010-10-14 | 4 | -18/+18 |
| | |||||
* | . | Werner Koch | 2010-07-23 | 2 | -0/+215 |
| | |||||
* | Change OpenPGP test framework to run under the control of the agent. | Werner Koch | 2010-06-07 | 6 | -15/+33 |
| | |||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 2 | -0/+579 |
| | | | | | Collected changes and ports of bug fixes from stable. | ||||
* | Update tests. | Werner Koch | 2010-05-11 | 5 | -11/+39 |
| | |||||
* | Fix for bug 1223 | Werner Koch | 2010-05-07 | 5 | -1/+63 |
| | |||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 2 | -1/+12 |
| | | | | | Collected changes. | ||||
* | Replace C99 style vararg macro which was anyway not correct. | Werner Koch | 2009-10-13 | 2 | -29/+38 |
| | |||||
* | * defs.inc: Improved all_cipher_algos and all_hash_algos to work when | David Shaw | 2009-06-05 | 2 | -3/+7 |
| | | | | | there are more than one line of algorithms. From 1.4. | ||||
* | Fix problem with incompatible gpg.conf files. | Werner Koch | 2009-04-19 | 2 | -1/+9 |
| | |||||
* | Arggg, forgot one other place. | Werner Koch | 2009-03-03 | 2 | -1/+3 |
| | |||||
* | fix for pkits. | Werner Koch | 2009-03-03 | 2 | -1/+5 |
| | |||||
* | Fix bug 1001. | Werner Koch | 2009-02-19 | 6 | -7/+19 |
| | | | | | Documentation updates. | ||||
* | Add a sample key. | Werner Koch | 2009-01-13 | 2 | -0/+4 |
| | | | | | Detect and show the card type. | ||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 2 | -0/+20 |
| | |||||
* | Add gpgsm server command GETINFO agent-check. | Werner Koch | 2008-09-30 | 4 | -3/+17 |
| | | | | | Fix tests. | ||||
* | Add executable flag to test scripts. | Werner Koch | 2008-04-15 | 16 | -0/+0 |
| | |||||
* | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 2008-03-26 | 1 | -7/+7 |
| | |||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 4 | -2/+598 |
| | | | | | Minor cleanups. | ||||
* | Add some tests. | Werner Koch | 2008-02-22 | 9 | -36/+458 |
| | |||||
* | Fixed release creation. | Werner Koch | 2008-02-19 | 6 | -28/+36 |
| | |||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 24 | -543/+1126 |
| | | | | | Extend PKITS framework | ||||
* | We better save the description of PKITS along with the test data. | Werner Koch | 2008-02-18 | 1 | -0/+0 |
| | |||||
* | Typo fixes. | Werner Koch | 2008-01-26 | 2 | -1/+5 |
| | | | | | | Portability fix for asschk.c | ||||
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 2 | -1/+6 |
| | |||||
* | [W32] Changed default socket for dirmngr. | Werner Koch | 2007-11-27 | 2 | -1/+6 |
| | | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent. | ||||
* | Ported changes from 1.4. | Werner Koch | 2007-10-25 | 29 | -131/+286 |
| | | | | | Add copyright notices. | ||||
* | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 2007-08-24 | 2 | -0/+22 |
| | | | | | Documentation updates. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 4 | -13/+7 |
| | | | | | Removed intl/. | ||||
* | * conventional.test, encrypt.test, encrypt-dsa.test, | David Shaw | 2007-05-03 | 5 | -21/+31 |
| | | | | | | conventional-mdc.test: Fix some broken tests that were only testing 3DES instead of all available ciphers. | ||||
* | Ported multiple-messages protection. | Werner Koch | 2007-03-05 | 2 | -6/+12 |
| | |||||
* | Made some PIN pads work. | Werner Koch | 2006-11-20 | 2 | -1/+6 |
| | | | | | Some cleanups for 64 bit CPUs. | ||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 2 | -9/+18 |
| | |||||
* | Fix for make distcheckgnupg-1.9.91 | Werner Koch | 2006-10-04 | 2 | -1/+5 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 5 | -2/+983 |
| | |||||
* | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2006-09-06 | 2 | -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 Koch | 2006-08-21 | 50 | -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 Koch | 2006-07-24 | 1 | -0/+3 |
| | | | | | Tested with using a CAcert generated certificate. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 6 | -6/+12 |
| |