aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of missing timestamp in SIGINFO statusIngo Klöcker2026-08-051-2/+5
* Provide serial number and issuer of unknown S/MIME signing certificatesIngo Klöcker2026-08-032-0/+60
* Add helper to decode percent-plus encoded stringsIngo Klöcker2026-08-032-9/+55
* Handle new SIGINFO status lineIngo Klöcker2026-07-303-1/+26
* Ignore TRUST_ status lines if no NEWSIG was seenIngo Klöcker2026-07-091-2/+7
* w32: Fix typo which broke the buildIngo Klöcker2026-06-291-1/+1
* Release 2.1.1gpgme-2.1.1Werner Koch2026-06-252-2/+2
* w32: Use gpgrt_w32_set_errno if gpgrt is new enough.Werner Koch2026-06-251-10/+17
* Trace result of gpgme_op_export.Ingo Klöcker2026-06-221-1/+1
* Let gpgme_op_export also return operational errors.Werner Koch2026-06-221-1/+16
* json:w32: Add CRLF handling for armored output.NIIBE Yutaka2026-05-211-1/+53
* m4: Deprecate AM_PATH_GPGME_GLIB macro.NIIBE Yutaka2026-05-201-2/+3
* w32:io: Serialize the access to ctx->* between reader/writer and io.NIIBE Yutaka2026-05-191-30/+40
* io:w32:spawn_sans_helper: Fix inherit of HANDLES to child process.NIIBE Yutaka2026-05-181-7/+7
* Support setting attributes for CMS signatures.Werner Koch2026-05-173-1/+49
* engine:gpgconf: Increase the buffer size.NIIBE Yutaka2026-05-151-1/+1
* w32: Add cast for assuan_fd_t.NIIBE Yutaka2026-05-144-15/+17
* Make GPGME_DECRYPT_SESSION_HASH also work for gnupg 2.2.55Werner Koch2026-05-111-1/+10
* New decryption flag GPGME_DECRYPT_SESSION_HASH.Werner Koch2026-04-234-2/+24
* indent: Align a debug output.Werner Koch2026-04-231-2/+2
* Add flag fields is_de_vs and beta_compliance to encryption resultsIngo Klöcker2026-04-213-1/+18
* gpgsm: Read all pending lines before waiting for more dataIngo Klöcker2026-03-241-68/+74
* Fix passphrase cancel handling.NIIBE Yutaka2026-03-181-3/+11
* Handle the case when pinentry is invoked multiple times.NIIBE Yutaka2026-03-101-0/+5
* Don't cap ISO dates beyond year 2037 on WindowsIngo Klöcker2026-02-051-0/+2
* Fix build with libassuan 2.Collin Funk2026-01-281-0/+1
* Allow setting export filters when exporting keysIngo Klöcker2026-01-148-14/+45
* w32:spawn: Support the case without no helper.NIIBE Yutaka2026-01-091-37/+239
* w32: Use SetHandleInformation for _gpgme_io_pipe.NIIBE Yutaka2026-01-081-35/+9
* w32: Fix for process handle.NIIBE Yutaka2026-01-082-5/+17
* w32: Fix debug print on 64-bit machine.NIIBE Yutaka2025-12-241-17/+19
* w32: Fix spawn for 64-bit machine.NIIBE Yutaka2025-12-236-23/+31
* Fix a regression wrt the auto-key-locate option.NIIBE Yutaka2025-12-221-1/+1
* Fix function prototypes to match ones in libassuan.NIIBE Yutaka2025-12-151-2/+20
* 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
* 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-291-1/+2
* Improve tracing for engine-gpgsmWerner Koch2025-10-271-5/+29
* Slight changes to comments and trace output.Werner Koch2025-10-143-3/+4
* Adjust configure and gpgme.m4 for test(1) -a changesWerner Koch2025-09-231-1/+1
* 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
* Fix an uninitialized variable.Collin Funk via Gnupg-devel2025-07-051-1/+1