aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-03-04* gpg/Makefile.am (DISTCLEANFILES): Added.V0-3-4Werner Koch1-0/+1
* configure.ac: Bumbed LT version numbers to (7,1,0), requires gpgsm 0.3.1.
2002-02-26doc/Marcus Brinkmann1-1/+1
2002-02-26 Marcus Brinkmann <[email protected]> * gpgme.texi (Encrypting a Plaintext): Document gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start. gpgme/ 2002-02-25 Marcus Brinkmann <[email protected]> * engine.c (_gpgme_engine_op_encrypt_sign): New function. * engine.h (_gpgme_engine_op_encrypt_sign): New prototype. * rungpg.c (_gpgme_append_gpg_args_from_signers): New function. (_gpgme_gpg_op_sign): Use that new function. (_gpgme_gpg_op_encrypt_sign): New function. * rungpg.h (_gpgme_gpg_op_encrypt_sign): New prototype. * gpgme.h (gpgme_op_encrypt_sign_start): New prototype. (gpgme_op_encrypt_sign): Likewise. * Makefile.am (libgpgme_la_SOURCES): Add encrypt-sign.c. * ops.h (_gpgme_encrypt_status_handler): Add prototype. (_gpgme_sign_status_handler): Add prototype. * sign.c (sign_status_handler): Rename to ... (_gpgme_sign_status_handler): ... this and make non-static. * encrypt.c (encrypt_status_handler): Rename to ... (_gpgme_encrypt_status_handler): ... this and make non-static. * encrypt.c (gpgme_op_encrypt_start): Use new status handler name. * sign.c (gpgme_op_sign_start): Likewise. tests/ 2002-02-26 Marcus Brinkmann <[email protected]> * gpg/t-encrypt-sign.c: New file. * gpg/Makefile.am (TESTS): Add t-encrypt-sign.
2002-02-13* gpgsm/Makefile.am (private-keys-v1.d): Don'tWerner Koch1-1/+1
fail when the directory already exists.
2002-02-122002-02-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+2
* configure.ac (AC_INIT): Bump version to 0.3.3. * jnlib/Makefile.am: Rever to older version that includes xmalloc but not dotlock and some other files. Reported by St�phane Corth�sy. tests/ 2002-02-12 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (CLEANFILES): New target. (distclean-local): Rename to ... (clean-local): ... this.
2001-12-192001-12-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpg/Makefile.am (EXTRA_DIST): Add missing line continuation.
2001-12-142001-12-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-9/+3
* 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.
2001-11-222001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-5/+5
* gpg/: New directory. * Makefile.am, t-verify.c, t-encrypt.c, t-signers.c, t-trustlist.c, t-sign.c, t-keylist.c, t-import.c, t-genkey.c, t-export.c, t-decrypt-verify.c, t-decrypt.c, t-version.c, t-data.c, mkdemodirs. cipher-1.asc, cipher-2.asc, geheim.txt, pubdemo.asc, pubkey-1.asc, secdemo.asc, seckey-1.asc): Move to sub directory gpg/. * gpg/Makefile.am (INCLUDES): Include gpgme/, not include/ and intl/. (LDD): Correct relative path to gpgme library. (TESTS): Remove t-version and t-data. * gpg/t-verify.c, gpg/t-encrypt.c, gpg/t-signers.c, gpg/t-trustlist.c, gpg/t-sign.c, gpg/t-keylist.c, gpg/t-import.c, gpg/t-genkey.c, gpg/t-export.c, gpg/t-decrypt-verify.c, gpg/t-decrypt.c, t-version.c, t-data.c): Include gpgme.h, not "../gpgme/gpgme.h". * Makefile.am: New file. * gpgsm/: New directory. * gpgsm/Makefile.am: New file.
2001-11-16gpgme/Marcus Brinkmann1-1/+1
2001-11-16 Marcus Brinkmann <[email protected]> * decrypt-verify.c: New file. * Makefile.am (libgpgme_la_SOURCES): Add decrypt-verify.c. * types.h: Add decrypt-verify types. * ops.h: Likewise. * context.h: Add result type for decrypt-verify. * gpgme.h: Add decrypt-verify prototypes. * decrypt.c (decrypt_status_handler): Renamed to ... (_gpgme_decrypt_status_handler): ... this. Make non-static. (_gpgme_decrypt_start): New function, derived from gpgme_op_decrypt_start. (gpgme_op_decrypt_start): Reimplement in terms of _gpgme_decrypt_start. (_gpgme_decrypt_result): New function to retrieve error value. (gpgme_op_decrypt): Use _gpgme_decrypt_result. * ops.h: Add prototypes for new functions. * verify.c (verify_status_handler): Renamed to ... (_gpgme_verify_status_handler): ... this. Make non-static. (gpgme_op_verify_start): Use new function name. (intersect_stati): Renamed to ... (_gpgme_intersect_stati): ... this. Make non-static. (gpgme_op_verify): Use new name. * ops.h: Add prototypes for new functions. tests/ 2001-11-16 Marcus Brinkmann <[email protected]> * Makefile.am (TESTS): Add t-decrypt-verify. * t-decrypt-verify.c: New file. * cipher-2.asc: Likewise.
2001-10-29gpgme/Marcus Brinkmann1-2/+2
2001-10-29 Marcus Brinkmann <[email protected]> * context.h: New member signers_len. * signers.c (gpgme_signers_clear): Require that signers are non-NULL with assertion. Use signers_len to determine how much keys to release. Add documentation. (gpgme_signers_add): Use signers_len to determine if the buffer is large enough. Use xtryrealloc rather than xtrymalloc and copying. Add documentation. (gpgme_signers_enum): Use signers_len to determine if key is available. Add documentation. tests/ 2001-10-29 Marcus Brinkmann <[email protected]> * t-signers.c: New file. * Makefile.am (TESTS): Add t-signers.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (TEST_ENVIRONMENT): Revert last change.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+0
* Makefile.am (INCLUDES): Remove spurious duplicate to silence automake.
2001-10-172001-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* t-version.c: New file. * t-data.c: Likewise. * t-data-1.txt: Likewise. * t-data-2.txt: Likewise. * Makefile.am (TESTS): Add t-version, t-data.
2001-04-02Release 0.2.1gpgme-0-2-1Werner Koch1-1/+21
2001-01-08More changes and and some new functionsWerner Koch1-1/+2
2000-12-19Add progress CB and subkey listingWerner Koch1-3/+4
2000-12-18Add key generationWerner Koch1-1/+2
2000-12-14Add key import and export facilityWerner Koch1-7/+3
2000-12-12Add a passphrase callback and minor changes to the interfaceWerner Koch1-1/+1
2000-11-16Released 0.0.0V0-0-0Werner Koch1-1/+27
2000-11-16Added sign functionalityWerner Koch1-2/+2
2000-11-16Added decryptionWerner Koch1-1/+3
2000-11-10Started with --list-keyWerner Koch1-1/+1
2000-11-09Add verify functionWerner Koch1-1/+1
2000-11-07Just a backup for nowWerner Koch1-0/+12