aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-04tests: Use gpgconf to set the ssh socket envvar.Werner Koch1-1/+3
2016-08-04tests: Update list of tests in Scheme test runner.Justus Winter1-1/+7
2016-08-04tests: Fix path to fake-pinentry.Justus Winter1-2/+3
2016-08-03Fix spelling and grammar.Daniel Kahn Gillmor2-2/+2
2016-08-01tests: Distribute standalone test runner.Justus Winter1-1/+1
2016-07-28tests: Fix distcheck.Justus Winter1-1/+3
2016-07-26common: Fix iobuf_peek corner case.Justus Winter5-8/+43
2016-07-26gpgscm: Do not shadow common function name in catch macro.Justus Winter1-2/+2
2016-07-26tests: Fix distcheck.Justus Winter1-1/+2
2016-07-26gpgscm: Make the verbose setting more useful.Justus Winter4-5/+39
2016-07-25g10: Fix key import statistics.Justus Winter3-0/+91
2016-07-22gpgscm: Make function more general.Justus Winter1-2/+2
2016-07-22g10: Properly ignore legacy keys in the keyring cache.Justus Winter4-2/+375
2016-07-21gpgscm: Make assert macro more accurate.Justus Winter1-1/+2
2016-07-21gpgscm: Make error message more useful.Justus Winter1-1/+1
2016-07-19agent: Add known keys to sshcontrol.Justus Winter1-0/+12
2016-07-19tests: Add test for ssh support.Justus Winter9-6/+127
2016-07-18agent: Fix passphrase cache lookups.Justus Winter2-0/+30
2016-07-15build: Always build gpgtar.Justus Winter1-1/+2
2016-07-15gpgscm: Fix linking.Justus Winter1-1/+1
2016-07-15tests: Check for gpgtar.Justus Winter3-2/+8
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