summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10,sm: Spell out --gen-key.Justus Winter2016-12-131-1/+1
* g10: Hyphenate --clearsign.Justus Winter2016-12-131-2/+2
* g10: Create expiring keys in quick key generation mode.Justus Winter2016-12-131-17/+14
* gpgscm: Print failed and skipped tests.Justus Winter2016-12-131-5/+13
* gpgscm: Generalize the test runner.Justus Winter2016-12-132-9/+11
* gpgscm: Move the test runner to the Scheme library.Justus Winter2016-12-132-141/+151
* tests: Refactor test runner.Justus Winter2016-12-131-17/+28
* gpgscm: Improve library functions.Justus Winter2016-12-132-34/+88
* tests: Add a test for '--quick-addkey'.Justus Winter2016-12-091-0/+65
* tests: New test using all available compression algorithms.Justus Winter2016-12-093-0/+38
* gpgscm: Better error reporting.Justus Winter2016-12-086-62/+122
* gpgscm: Keep a history of calls for error messages.Justus Winter2016-12-085-4/+339
* gpgscm: Add flag TAIL_CONTEXT.Justus Winter2016-12-081-8/+44
* gpgscm: Add flags to the interpreter.Justus Winter2016-12-082-5/+44
* gpgscm: Implement tags.Justus Winter2016-12-083-0/+91
* gpgscm: Generalize 'for-each-p'.Justus Winter2016-12-081-7/+8
* tests: Add test for '--quick-set-expire'.Justus Winter2016-12-071-0/+22
* tests: Improve quick key manipulation test.Justus Winter2016-12-071-7/+1
* tests: Add test importing a revocation certificate.Justus Winter2016-12-063-1/+48
* tests: Rename 'error' to 'fail'.Justus Winter2016-12-0619-38/+38
* tests: Remove debugging display.Justus Winter2016-12-061-1/+0
* tests: Update distributed filesNeal H. Walfield2016-12-061-2/+21
* tests: Change (interactive-shell) to start an interactive shellNeal H. Walfield2016-12-061-1/+1
* tests: Check the signature count in the TOFU TFS record.Neal H. Walfield2016-12-061-0/+56
* tests: Replace data used by the TOFU conflict test.Neal H. Walfield2016-12-0628-192/+41
* tests: New test for '--enarmor' and '--dearmor'.Justus Winter2016-12-052-0/+32
* tests,build: Fix distcheck.Justus Winter2016-12-011-1/+3
* tests: Add test for '--verify --multifile'.Justus Winter2016-12-012-0/+42
* tests: Add test for '--encrypt --multifile'.Justus Winter2016-11-302-0/+40
* tests: Add test for '--decrypt --multifile'.Justus Winter2016-11-292-0/+48
* gpgscm: Avoid truncating pointers.Justus Winter2016-11-291-2/+3
* tests: Add test for the ssh key export.Justus Winter2016-11-284-1/+147
* tests: Rename ssh test.Justus Winter2016-11-282-1/+1
* gpgscm: Make 'reverse' compatible with 'reverse_in_place'.Justus Winter2016-11-231-4/+4
* gpgscm: Clean sweeped cells.Justus Winter2016-11-231-2/+2
* gpgscm: Fix initialization of 'sink'.Justus Winter2016-11-231-1/+1
* g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield2016-11-221-0/+21
* gpgscm: Refactor.Justus Winter2016-11-221-6/+6
* gpgscm: Fix property lists.Justus Winter2016-11-222-32/+56
* gpgscm: Fix installation of error handler.Justus Winter2016-11-221-0/+1
* gpgscm: Use a static pool of cells for small integers.Justus Winter2016-11-223-19/+108
* tests: Delay querying the avaliable algorithms.Justus Winter2016-11-227-16/+17
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-211-12/+16
* gpgscm: Re-enable the garbage collector in case of errors.Justus Winter2016-11-171-1/+3
* gpgscm: Fix string.Justus Winter2016-11-171-1/+1
* gpgscm: Mark cells requiring finalization.Justus Winter2016-11-151-5/+6
* gpgscm: Recover more cells.Justus Winter2016-11-151-0/+1
* gpgscm: Avoid cell allocation overhead.Justus Winter2016-11-142-44/+252
* gpgscm: Recover cells from the list of recently allocated cells.Justus Winter2016-11-101-6/+11
* gpgscm: Recover cells used to maintain interpreter state.Justus Winter2016-11-101-8/+31