aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add another collection of sample keysWerner Koch2016-06-283-2/+125
| * tools/gpgtar: Fix handling of '-'.Justus Winter2016-06-282-2/+2
| * common: Close input stream.Justus Winter2016-06-281-0/+1
| * common: Fix copying data from the spawned child.Justus Winter2016-06-281-10/+15
| * g10: Fix --list-packets.NIIBE Yutaka2016-06-284-5/+4
| * build: Add aclocal macro from pkg-config.Werner Koch2016-06-252-1/+215
| * yat2m: Silence lint warnings and fix a printf format bug.Werner Koch2016-06-251-5/+36
| * gpg: New import option "import-export".Werner Koch2016-06-243-2/+84
| * gpg: New import option "import-show".Werner Koch2016-06-233-3/+28
| * gpg: Do not print the validity after key generation.Werner Koch2016-06-233-6/+16
| * common: Fix possible small memory leak in b64dec.c.Werner Koch2016-06-231-2/+3
| * tests/openpgp: Fake the system time for the tofu test.Justus Winter2016-06-233-3/+6
| * gpgscm: Handle exceptions in the transformation monad.Justus Winter2016-06-231-13/+23
| * tests/openpgp: Improve tests.Justus Winter2016-06-232-15/+14
| * gpgscm: Add types for special objects.Justus Winter2016-06-231-6/+14
| * gpgscm: Fix Scheme initialization.Justus Winter2016-06-231-0/+3
| * gpgscm: Fix manual.Justus Winter2016-06-231-1/+1
| * common: Add dedicated private key functions to name-value.c.Werner Koch2016-06-234-44/+153
| * common: Rename external symbols in name-value.c.Werner Koch2016-06-234-158/+158
| * common: Rename private-keys.c to name-value.cWerner Koch2016-06-235-12/+17
| * common: Change license of b64dec.c and b64enc.c to LGPLv2.1+Werner Koch2016-06-232-28/+11
| * common: Add PGP armor decoding to b64dec.Werner Koch2016-06-231-16/+39
| * tests: Add four more sample messages for the two new keys to the repo.Werner Koch2016-06-234-0/+0
| * g10: Fix regression of card-edit/fetch.NIIBE Yutaka2016-06-231-17/+7
| * tests: Add a set of sample messages for the two new keys to the repo.Werner Koch2016-06-2242-0/+421
| * tests: Add two more sample keys for OpenPGP.Werner Koch2016-06-229-4/+144
| * tests/migrations: Convert to Scheme and re-enable.Justus Winter2016-06-218-138/+168
| * gpgscm: Add more file handling functions.Justus Winter2016-06-212-0/+44
| * tests/openpgp: Port the remaining tests to Scheme.Justus Winter2016-06-214-13/+272
| * gpgscm: Improve test framework.Justus Winter2016-06-212-13/+19
| * gpgscm: Use native string searching functions.Justus Winter2016-06-214-43/+118
| * gpgscm: Improve error reporting.Justus Winter2016-06-211-2/+27
| * gpgscm: Make memory allocation failures fatal.Justus Winter2016-06-211-1/+1
| * sm: Do not install cacert and other root certificates.Werner Koch2016-06-211-2/+2
| * gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-208-31/+100
| * gpg: New option --rfc4880bis.Werner Koch2016-06-203-0/+17
| * scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka2016-06-191-1/+1
| * tests: Make make distcheck work again.Werner Koch2016-06-174-11/+14
| * gpgscm: Silence compiler warnings.Werner Koch2016-06-171-7/+12
| * Add license notices for TinySCHEME.Werner Koch2016-06-173-2/+40
| * build: Ignore two build image files in doc/Werner Koch2016-06-171-0/+2
| * tests/openpgp: Reimplement tests in Scheme.Justus Winter2016-06-1740-18/+3474
| * tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter2016-06-1715-1/+2550
| * tests/gpgscm: Foreign objects support for TinySCHEME.Justus Winter2016-06-173-1/+45
| * tests/gpgscm: Dynamically allocate string buffer.Justus Winter2016-06-172-4/+34
| * tests/gpgscm: Make exception value available.Justus Winter2016-06-171-4/+5
| * tests/gpgscm: Add package macro.Justus Winter2016-06-171-0/+5
| * tests/gpgscm: Expose function to open streams as Scheme ports.Justus Winter2016-06-172-1/+3
| * tests/gpgscm: Nicer error message.Justus Winter2016-06-171-1/+1
| * tests/gpgscm: Fix error hook.Justus Winter2016-06-171-1/+2