aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-30gpgscm: Free memory backing string ports.Justus Winter1-0/+2
2016-06-30gpgscm: Use the allocator from libgcrypt.Justus Winter1-1/+2
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor1-0/+70
2016-06-28gpgscm: Fix memory leaks.Justus Winter3-14/+32
2016-06-28gpgscm: Free file names.Justus Winter1-0/+5
2016-06-28gpgscm: Fix buffer overflow.Justus Winter1-1/+2
2016-06-28Add another collection of sample keysWerner Koch3-2/+125
2016-06-23tests/openpgp: Fake the system time for the tofu test.Justus Winter3-3/+6
2016-06-23gpgscm: Handle exceptions in the transformation monad.Justus Winter1-13/+23
2016-06-23tests/openpgp: Improve tests.Justus Winter2-15/+14
2016-06-23gpgscm: Add types for special objects.Justus Winter1-6/+14
2016-06-23gpgscm: Fix Scheme initialization.Justus Winter1-0/+3
2016-06-23gpgscm: Fix manual.Justus Winter1-1/+1
2016-06-23tests: Add four more sample messages for the two new keys to the repo.Werner Koch4-0/+0
2016-06-22tests: Add a set of sample messages for the two new keys to the repo.Werner Koch42-0/+421
2016-06-22tests: Add two more sample keys for OpenPGP.Werner Koch9-4/+144
2016-06-21tests/migrations: Convert to Scheme and re-enable.Justus Winter7-138/+167
2016-06-21gpgscm: Add more file handling functions.Justus Winter2-0/+44
2016-06-21tests/openpgp: Port the remaining tests to Scheme.Justus Winter4-13/+272
2016-06-21gpgscm: Improve test framework.Justus Winter2-13/+19
2016-06-21gpgscm: Use native string searching functions.Justus Winter4-43/+118
2016-06-21gpgscm: Improve error reporting.Justus Winter1-2/+27
2016-06-21gpgscm: Make memory allocation failures fatal.Justus Winter1-1/+1
2016-06-17tests: Make make distcheck work again.Werner Koch3-10/+13
2016-06-17gpgscm: Silence compiler warnings.Werner Koch1-7/+12
2016-06-17Add license notices for TinySCHEME.Werner Koch1-0/+0
2016-06-17tests/openpgp: Reimplement tests in Scheme.Justus Winter39-17/+3473
2016-06-17tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter14-1/+2549
2016-06-17tests/gpgscm: Foreign objects support for TinySCHEME.Justus Winter3-1/+45
2016-06-17tests/gpgscm: Dynamically allocate string buffer.Justus Winter2-4/+34
2016-06-17tests/gpgscm: Make exception value available.Justus Winter1-4/+5
2016-06-17tests/gpgscm: Add package macro.Justus Winter1-0/+5
2016-06-17tests/gpgscm: Expose function to open streams as Scheme ports.Justus Winter2-1/+3
2016-06-17tests/gpgscm: Nicer error message.Justus Winter1-1/+1
2016-06-17tests/gpgscm: Fix error hook.Justus Winter1-1/+2
2016-06-17tests/gpgscm: Handle unhandled enumeration values.Justus Winter1-0/+6
2016-06-17tests/gpgscm: Verbatim import of latest TinySCHEME.Justus Winter7-0/+6917
2016-06-16Add missing files so that make distcheck works again,Werner Koch1-1/+2
2016-06-11g10: Export cleartext keys as cleartextDaniel Kahn Gillmor1-24/+4
2016-05-23tests: Test the pinentry interactions when exporting keys.Justus Winter1-5/+67
2016-05-23tests: Add support for a passphrase queue to fake pinentry.Justus Winter1-2/+94
2016-05-23tests: Add logging to fake pinentry.Justus Winter1-14/+108
2016-05-23tests: Add export test.Justus Winter2-0/+69
2016-05-04tests: Disable the migrations testsWerner Koch1-1/+1
2016-05-03tests: Silence output of some tests.Werner Koch3-3/+3
2016-04-21common: Add support for the new extended private key format.Justus Winter7-2/+199
2016-04-21tests: Make migration test more robust and silent.Justus Winter1-8/+18
2016-04-20agent: Sanitize permissions of the private key directory.Justus Winter1-0/+15
2016-04-20tests: Test the migration from a classic GnuPG home directory.Justus Winter6-1/+257
2016-04-14tests: Set fake-pinentry's stdout and stdin to _IOLBF.Werner Koch1-2/+19