aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a regression wrt the auto-key-locate option.NIIBE Yutaka2025-12-221-1/+1
* tests:w32: Use Sleep instead of _sleep.NIIBE Yutaka2025-12-221-1/+1
* Fix function prototypes to match ones in libassuan.NIIBE Yutaka2025-12-152-4/+22
* Fix build with libassuan 2.NIIBE Yutaka2025-12-151-0/+4
* Fix portability for the use of the assuan types.NIIBE Yutaka2025-12-1111-16/+17
* w32: Add a cast for GetProcAddress, add AM_CFLAGS for w32spawn.NIIBE Yutaka2025-12-112-2/+2
* Avoid K&R-style function definition.NIIBE Yutaka2025-12-051-3/+1
* Treat empty DISPLAY envvar as unset.Werner Koch2025-11-145-5/+16
* doc: Add DCO for Chandler DavisWerner Koch2025-11-131-0/+3
* doc: Remove duplicate `is_cardkey` from `gpgme_subkey_t`.Chandler Davis2025-11-131-5/+1
* gpgme_get_key: respect caller's ctx configurationGiacomo Tesio2025-11-101-0/+5
* doc: Clarify that keygrip lists multiple keygrips for combined algosIngo Klöcker2025-10-292-3/+5
* Improve tracing for engine-gpgsmWerner Koch2025-10-271-5/+29
* Slight changes to comments and trace output.Werner Koch2025-10-144-4/+5
* build: Avoid using -o for test(1).NIIBE Yutaka2025-09-251-2/+2
* Post release updatesWerner Koch2025-09-232-1/+5
* Release 2.0.1gpgme-2.0.1Werner Koch2025-09-232-2/+14
* Adjust configure and gpgme.m4 for test(1) -a changesWerner Koch2025-09-232-5/+5
* Update autogen.sh, gpg-error.m4, and libassuan.m4 from upstream.Werner Koch2025-09-233-7/+9
* gpgsm: Extend gpgsm_assuan_simple_command to consule diag output.gniibe/t7759NIIBE Yutaka2025-08-291-0/+35
* gpgsm: Introduce two phase interactions to consume diag output.NIIBE Yutaka2025-08-291-24/+89
* w32: gpgme-w32spawn now appends to the debug log if enabled.Werner Koch2025-08-081-1/+6
* Make it easier to maintain gpgme.h by using forward declarations.Werner Koch2025-07-181-21/+55
* Rename an internal function for clarityWerner Koch2025-07-163-3/+3
* gnupg-manage-keys: Implement a new tool.Werner Koch2025-07-155-1/+587
* Fix an uninitialized variable.Collin Funk via Gnupg-devel2025-07-051-1/+1
* Remove duplicate character passed to strchr.Collin Funk via Gnupg-devel2025-07-031-1/+1
* doc: Register Colin Funk as an authorWerner Koch2025-06-241-0/+3
* Use sysconf as a fallback mechanism in the initialization.NIIBE Yutaka2025-06-231-1/+29
* Fix debug output of posix-io.c.NIIBE Yutaka2025-06-231-2/+3
* posix: Clean up get_max_fds implementation.NIIBE Yutaka2025-06-201-17/+11
* NEWS: Mention the split of gpgmeIngo Klöcker2025-06-041-0/+3
* Post release updateWerner Koch2025-06-032-2/+6
* Release 2.0.0gpgme-2.0.0Werner Koch2025-06-031-1/+3
* Update autogen.sh and libtool for gpgrt.Werner Koch2025-06-032-1177/+1581
* Fix an include guard.Werner Koch2025-05-241-2/+2
* json: Fix minor memory leak.Werner Koch2025-05-231-1/+2
* Refactor gpgme-json for future re-use.Werner Koch2025-05-235-3403/+3569
* Treat empty algorithm the same way as unset algorithmIngo Klöcker2025-05-141-2/+2
* Add algorithm, usage and expire also if only the group flag is setIngo Klöcker2025-05-131-1/+1
* Add GPGME_CREATE_GROUP flag for gpgme_op_createkey and _createsubkey.Werner Koch2025-05-125-3/+58
* Change timestamp fields from signed to unsigned long.Werner Koch2025-05-053-16/+23
* Allow signing using an exactly specified subkey.Werner Koch2025-05-054-10/+44
* Mark the subkey used to find a key.Werner Koch2025-05-054-2/+106
* New decrypt flags GPGME_DECRYPT_LISTONLY.Werner Koch2025-03-188-7/+36
* Add API gpgme_op_random_value.Werner Koch2025-03-147-20/+182
* m4: Update libassuan.m4.NIIBE Yutaka2025-03-101-2/+2
* Add API gpgme_op_random_bytes.Werner Koch2025-02-2619-2/+411
* Remove now unused functions.Werner Koch2025-02-214-116/+1
* Update autogen.sh from gpgrtWerner Koch2025-02-211-6/+31