aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-04-04Now build "gpg" binary but install as "gpg2"Werner Koch5-5/+5
2016-04-04tests: Add missing file.Werner Koch1-0/+1
2016-04-04tests: Fix default key test.Justus Winter1-2/+2
2016-03-03tests/openpgp: Skip gpgtar test if it has not been built.Justus Winter1-0/+6
2016-03-02tests/openpgp: Make tests more portable.Uldis Anšmits3-6/+6
2016-02-23tests/openpgp: Qualify executables with extension.Justus Winter1-2/+3
2016-02-23tests/openpgp: Reimplement 'pinentry.sh' in c.Justus Winter3-1/+60
2016-02-23tests/openpgp: Avoid dependency on source files.Justus Winter2-3/+4206
2016-02-23tests/openpgp: Fix file removal.Justus Winter1-1/+1
2016-02-13tests: Remove some harmless warnings in regression tests.Werner Koch1-1/+0
2016-01-06tests: Use info and error instead of a plain echo.Werner Koch1-4/+2
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield2-1/+74
2015-12-07tests: Add some more gpgtar tests.Justus Winter1-3/+24
2015-12-04tools/gpgtar: Implement symmetric encryption.Justus Winter1-0/+8
2015-12-04tools/gpgtar: Implement signing.Justus Winter1-9/+39
2015-12-02gpg: Use the matching key if the search description is exact.Neal H. Walfield10-4/+207
2015-11-26tools/gpgtar: Handle '--gpg-args'.Justus Winter1-4/+10
2015-11-26tools/gpgtar: Handle '--tar-args' for compatibility with gpg-zip.Justus Winter1-6/+2