Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-02-26 | doc/ | Marcus Brinkmann | 1 | -3/+24 | |
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. | |||||
2001-11-22 | 2001-11-22 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* 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-09-03 | Some changes | Werner Koch | 1 | -0/+15 | |
2001-04-02 | Release 0.2.1gpgme-0-2-1 | Werner Koch | 1 | -0/+1 | |
2001-02-13 | reap off gpg processes | Werner Koch | 1 | -0/+1 | |
2001-01-22 | Some new but untested functions | Werner Koch | 1 | -0/+4 | |
2001-01-11 | Release 0.1.4gpgme-0-1-4 | Werner Koch | 1 | -2/+4 | |
2000-11-16 | Added decryption | Werner Koch | 1 | -2/+2 | |
2000-11-13 | Reanmed public functions | Werner Koch | 1 | -14/+14 | |
2000-11-09 | Add verify function | Werner Koch | 1 | -1/+27 | |
2000-11-07 | Just a backup for now | Werner Koch | 1 | -0/+69 | |