aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgsm/t-encrypt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * gpgsm/t-encrypt.c (main): Add a simple option parser and allowWerner Koch2002-06-041-2/+25
| | | | | to specify an encryption key.
* 2002-04-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-04-041-1/+1
| | | | | | | * gpgsm/t-keylist.c (main): Use gpgme_engine_check_version instead gpgme_check_engine. * gpgsm/t-encrypt.c (main): Likewise.
* 2001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-141-0/+116
* configure.ac (GPG): Substitute this variable. (GPGSM): Likewise. tests/ CVS2001-12-14 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (GPG): Set to @GPG_PATH@. (./pubring.gpg): Use $(GPG) instead gpg. (./secring.gpg): Likewise. * gpgsm/t-import.c (main): Remove third test case. * gpgsm/Makefile.am (GPGSM): Set to @GPGSM@. (all-local): New target. (./pubcerts.kbx): Likewise. * gpgsm/t-encrypt.c: New file. * gpgsm/Makefile.am (TESTS): Add t-encrypt.