aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgscm: Capture output of spawned processes.Justus Winter2016-07-072-6/+8
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-063-2/+25
* tests: Honor environment variable 'TMP'.Justus Winter2016-07-053-4/+22
* gpgscm: Improve robustness and compatibility.Justus Winter2016-07-051-2/+8
* tests/migrations: Fix distcheck.Justus Winter2016-07-0514-324/+442
* tools/gpgtar: Provide --create and --extract.Justus Winter2016-07-051-8/+12
* gpgscm: Fix reallocating string ports.Justus Winter2016-06-301-1/+2
* gpgscm: Free memory backing string ports.Justus Winter2016-06-301-0/+2
* gpgscm: Use the allocator from libgcrypt.Justus Winter2016-06-301-1/+2
* g10: Implement gpg --quick-revuidDaniel Kahn Gillmor2016-06-301-0/+70
* gpgscm: Fix memory leaks.Justus Winter2016-06-283-14/+32
* gpgscm: Free file names.Justus Winter2016-06-281-0/+5
* gpgscm: Fix buffer overflow.Justus Winter2016-06-281-1/+2
* Add another collection of sample keysWerner Koch2016-06-283-2/+125
* 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
* tests: Add four more sample messages for the two new keys to the repo.Werner Koch2016-06-234-0/+0
* 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-217-138/+167
* 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
* tests: Make make distcheck work again.Werner Koch2016-06-173-10/+13
* gpgscm: Silence compiler warnings.Werner Koch2016-06-171-7/+12
* Add license notices for TinySCHEME.Werner Koch2016-06-171-0/+0
* tests/openpgp: Reimplement tests in Scheme.Justus Winter2016-06-1739-17/+3473
* tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter2016-06-1714-1/+2549
* 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
* tests/gpgscm: Handle unhandled enumeration values.Justus Winter2016-06-171-0/+6
* tests/gpgscm: Verbatim import of latest TinySCHEME.Justus Winter2016-06-177-0/+6917
* Add missing files so that make distcheck works again,Werner Koch2016-06-161-1/+2
* g10: Export cleartext keys as cleartextDaniel Kahn Gillmor2016-06-111-24/+4
* tests: Test the pinentry interactions when exporting keys.Justus Winter2016-05-231-5/+67
* tests: Add support for a passphrase queue to fake pinentry.Justus Winter2016-05-231-2/+94
* tests: Add logging to fake pinentry.Justus Winter2016-05-231-14/+108
* tests: Add export test.Justus Winter2016-05-232-0/+69