aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-14gpgscm: Use kludge to avoid improper use of ffi_schemify_name.Werner Koch1-3/+7
2016-07-13tests: 3 more sample messagesWerner Koch3-0/+70
2016-07-07gpgscm: Capture output of spawned processes.Justus Winter2-6/+8
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch3-2/+25
2016-07-05tests: Honor environment variable 'TMP'.Justus Winter3-4/+22
2016-07-05gpgscm: Improve robustness and compatibility.Justus Winter1-2/+8
2016-07-05tests/migrations: Fix distcheck.Justus Winter14-324/+442
2016-07-05tools/gpgtar: Provide --create and --extract.Justus Winter1-8/+12
2016-06-30gpgscm: Fix reallocating string ports.Justus Winter1-1/+2
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