aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine-gpg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Check for GPG_TTY as well as DISPLAY.Ben Kibbey2016-09-191-3/+13
* core: Map GPGME_STATUS_EOF to the empty string.Werner Koch2016-09-161-2/+1
* core: Remove stub to try implementing gpg < 2.1 support for createkey.Werner Koch2016-09-161-27/+2
* core: Minor change of the gpgme_op_edit semantics.Werner Koch2016-09-151-0/+4
* core: New function gpgme_op_tofu_policyWerner Koch2016-09-141-0/+41
* core: Defer implementation of gpgme_op_createkey with gpg < 2.1Werner Koch2016-09-141-0/+6
* core: New function gpgme_op_keysign.Werner Koch2016-09-141-9/+93
* core: New function gpgme_op_revuid.Werner Koch2016-09-141-3/+8
* core: Change a parameter for the engine's genkey function.Werner Koch2016-09-141-12/+12
* core: New function gpgme_op_adduid.Werner Koch2016-09-141-5/+19
* core: New function gpgme_op_createsubkey.Werner Koch2016-09-141-27/+68
* core: Use const char * where appropriate.Werner Koch2016-09-131-0/+2
* core: Mark unused function args.Werner Koch2016-09-131-0/+6
* core: Do not pass const char* to functions taking a char*.Werner Koch2016-09-131-1/+5
* core: New function gpgme_op_create_key.Werner Koch2016-09-131-13/+149
* core: Check for gpg version for loopback modeAndre Heinecke2016-09-061-1/+1
* core: Add GPGME_KEYLIST_MODE_WITH_TOFU.Werner Koch2016-08-251-0/+7
* core: Make use of the "size-hint" in engine-gpg.Werner Koch2016-08-121-2/+43
* core: Handle ENCRYPT_SYMMETRIC also for sig & encAndre Heinecke2016-08-101-4/+7
* core: Ensure err is initalized in gpg_encryptAndre Heinecke2016-08-101-1/+1
* core: Add support for mixed symmetric and asym encAndre Heinecke2016-08-091-3/+6
* core: Extend gpgme_subkey_t to carry the keygrip.Werner Koch2016-08-041-6/+13
* core: New GPGME_DATA_ENCODING_MIME.Werner Koch2016-07-131-2/+25
* core: Pass the engine's version string to the engine's new function.Werner Koch2016-07-131-1/+15
* api: Add new function gpgme_set_ctx_flag.Werner Koch2016-05-191-8/+31
* Relax ttyname_r error checksDaiki Ueno2015-08-251-5/+8
* Add an export secret key feature.Werner Koch2015-08-241-2/+6
* Also check the return code in gpg_sign().Ben Kibbey2015-08-121-1/+1
* Check the return value when starting gpg.Ben Kibbey2015-08-111-3/+3
* Add offline mode support for CMS keylistingAndre Heinecke2015-07-311-2/+2
* Fix segv for userids with a backslash.Werner Koch2015-06-051-0/+1
* Fix potential crash in trace macro.Werner Koch2015-03-161-2/+1
* Use --no-sk-comments, not --no-sk-comment.Daniel Kahn Gillmor2014-10-021-2/+2
* Handle modern keyserver output which may emit the fingerprint.Werner Koch2014-08-121-9/+44
* Add new keylist mode GPGME_KEYLIST_MODE_WITH_SECRET.Werner Koch2014-06-041-0/+2
* Add GPGME_ENCRYPT_NO_COMPRESS flag.Werner Koch2014-05-081-0/+6
* w32: Fix another memleak on error.Werner Koch2014-04-161-0/+4
* Add GPGME_PROTOCOL_SPAWN and gpgme_op_spawn.Werner Koch2014-04-101-1/+2
* Make use of internal iospawn flags more flexible.Werner Koch2014-04-101-1/+1
* Always pass correct name to argv[0]. Ignore GPG_AGENT_INFO for gpg2.Werner Koch2014-02-211-14/+20
* Locate engine names only at runtime and prefer GnuPG-2.Werner Koch2013-12-271-2/+2
* Prefer GnuPG-2 engines over GnuPG-1.Werner Koch2013-08-021-4/+4
* Support --no-encrypt-to also with gpgme_op_encrypt_sign.Werner Koch2013-05-221-0/+3
* Allow symmetric encryption with gpgme_op_encrypt_sign.Werner Koch2013-05-221-7/+13
* Add public function gpgme_set_pinentry_mode.Werner Koch2013-02-071-1/+42
* Use gpg_error_from_syserror instead of directly accessing errno.Werner Koch2013-02-061-43/+43
* Trace the use of GPG_ERR_INV_ENGINE.Werner Koch2012-10-191-1/+1
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-40/+40
* Rework status table to be less dynamically generated.Marcus Brinkmann2012-02-141-24/+10
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-021-1/+3