Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-09-25 | Remove all trailing whitespace from source files | Werner Koch | 1 | -10/+10 | |
-- Command used: sed -i 's,[ \t]*$,,' FILE | |||||
2012-02-08 | Use gpgme interface for error handling to avoid linking with gpg-error. | Marcus Brinkmann | 1 | -1/+1 | |
* tests/t-data.c, tests/run-export.c, tests/run-keylist.c, tests/run-support.h, tests/run-verify.c, tests/gpg/t-decrypt-verify.c, tests/gpg/t-edit.c, tests/gpg/t-eventloop.c, tests/gpg/t-keylist-sig.c, tests/gpg/t-keylist.c, tests/gpg/t-support.h, tests/gpg/t-trustlist.c, tests/gpg/t-verify.c, tests/gpg/t-wait.c, tests/gpgsm/cms-decrypt.c, tests/gpgsm/cms-keylist.c, tests/gpgsm/t-keylist.c, tests/gpgsm/t-support.h, tests/gpgsm/t-verify.c, tests/opassuan/t-command.c: Use gpgme interface for gpg-error functions. | |||||
2009-07-07 | Inmplement import from keys for GPGSM. | Werner Koch | 1 | -2/+16 | |
Add option --cms to run-keylist test program. | |||||
2009-07-07 | Move gpg test programs to the top test directory. | Werner Koch | 1 | -3/+3 | |
2009-06-16 | Add support for gpg --fetch-keys. | Werner Koch | 1 | -61/+0 | |
2009-06-16 | Add new functions to import and export keys specified by gpgme_key_t. | Werner Koch | 1 | -0/+284 | |
Allow exporting keys to a keyserver. |