aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-06tests: Check the signature count in the TOFU TFS record.Neal H. Walfield1-0/+56
2016-12-06tests: Replace data used by the TOFU conflict test.Neal H. Walfield28-192/+41
2016-12-05tests: New test for '--enarmor' and '--dearmor'.Justus Winter2-0/+32
2016-12-01tests,build: Fix distcheck.Justus Winter1-1/+3
2016-12-01tests: Add test for '--verify --multifile'.Justus Winter2-0/+42
2016-11-30tests: Add test for '--encrypt --multifile'.Justus Winter2-0/+40
2016-11-29tests: Add test for '--decrypt --multifile'.Justus Winter2-0/+48
2016-11-29gpgscm: Avoid truncating pointers.Justus Winter1-2/+3
2016-11-28tests: Add test for the ssh key export.Justus Winter4-1/+147
2016-11-28tests: Rename ssh test.Justus Winter2-1/+1
2016-11-23gpgscm: Make 'reverse' compatible with 'reverse_in_place'.Justus Winter1-4/+4
2016-11-23gpgscm: Clean sweeped cells.Justus Winter1-2/+2
2016-11-23gpgscm: Fix initialization of 'sink'.Justus Winter1-1/+1
2016-11-22g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield1-0/+21
2016-11-22gpgscm: Refactor.Justus Winter1-6/+6
2016-11-22gpgscm: Fix property lists.Justus Winter2-32/+56
2016-11-22gpgscm: Fix installation of error handler.Justus Winter1-0/+1
2016-11-22gpgscm: Use a static pool of cells for small integers.Justus Winter3-19/+108
2016-11-22tests: Delay querying the avaliable algorithms.Justus Winter7-16/+17
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-12/+16
2016-11-17gpgscm: Re-enable the garbage collector in case of errors.Justus Winter1-1/+3
2016-11-17gpgscm: Fix string.Justus Winter1-1/+1
2016-11-15gpgscm: Mark cells requiring finalization.Justus Winter1-5/+6
2016-11-15gpgscm: Recover more cells.Justus Winter1-0/+1
2016-11-14gpgscm: Avoid cell allocation overhead.Justus Winter2-44/+252
2016-11-10gpgscm: Recover cells from the list of recently allocated cells.Justus Winter1-6/+11
2016-11-10gpgscm: Recover cells used to maintain interpreter state.Justus Winter1-8/+31
2016-11-10gpgscm: Reduce opcode dispatch overhead.Justus Winter2-228/+256
2016-11-10gpgscm: Make the compile-hook configurable.Justus Winter3-1/+12
2016-11-10gpgscm: Drop obsolete commented-out code.Justus Winter1-19/+0
2016-11-10gpgscm: Remove dubious stack implementation.Justus Winter3-95/+0
2016-11-08tests: Fix environment setup.Justus Winter1-2/+1
2016-11-08tests: Log and display output from tests when run in parallel.Justus Winter1-11/+22
2016-11-08tests: Simplify test.Justus Winter1-18/+6
2016-11-08gpgscm: Expose seek and associated constants.Justus Winter2-0/+27
2016-11-08gpgscm: Fix error message.Justus Winter1-18/+21
2016-11-08tests,w32: Make cleanup more robust.Justus Winter1-2/+4
2016-11-07tests: Write a log file for each test.Justus Winter2-11/+13
2016-11-07gpgscm: Generalize splice to write to multiple sinks.Justus Winter2-7/+42
2016-11-07gpgscm: Drop 'len' argument from splice.Justus Winter2-11/+5
2016-11-07tests: Move environment creation and teardown into each test.Justus Winter50-168/+197
2016-11-07tests: Do not allow tests to be run in a shared environment.Justus Winter2-38/+9
2016-11-07tests: Fix build.Justus Winter1-1/+0
2016-11-07tests,tools: Reimplement 'mk-tdata' in Scheme.Justus Winter3-11/+16
2016-11-07gpgscm,w32: Provide schemish file handling for binary files.Justus Winter1-0/+14
2016-11-07gpgscm: Add support for pseudo-random numbers.Justus Winter2-0/+94
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch14-14/+14
2016-11-04gpgscm: Fix printing strings containing zero bytes.Justus Winter1-1/+3
2016-11-04gpgscm: Implement 'atexit'.Justus Winter2-0/+19
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter7-1/+240