aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine-gpg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: fix passing --proc-all-sigs to gpgtartobias/fix-proc-all-sigs-gpgtarTobias Fella2024-10-041-0/+12
* core: Allow GPGME_CREATE_ADSK also for gnupg 2.2.45Werner Koch2024-09-261-1/+6
* core: New encryption flags GPGME_ENCRYPT_ADD_RECP and _CHG_RECP.Werner Koch2024-09-091-2/+39
* New context flag "proc-all-sigs".Werner Koch2024-08-231-1/+33
* core: New function gpgme_op_setownertrustIngo Klöcker2024-08-061-0/+33
* core: Allow setting import options when importing keysIngo Klöcker2024-06-121-1/+25
* core,w32: Pass file names with forward slashes to gpg and gpgtarIngo Klöcker2024-06-041-29/+64
* core: Implement adding ADSKs through gpgme_createsubkeyTobias Fella2024-05-221-1/+32
* core: Tell gpg that we want to verify signed dataIngo Klöcker2023-12-221-0/+2
* core: Support writing the decrypt/verify output directly to a fileikloecker/t6550Ingo Klöcker2023-12-191-6/+15
* core: Support direct signing of file with gpgIngo Klöcker2023-12-191-15/+31
* core: Support direct encryption of file with gpgIngo Klöcker2023-12-191-4/+30
* New mode to list a v5 fingerprint for v4 packets.Werner Koch2023-09-041-0/+6
* core: Use offline mode for all operations of gpgsm engineIngo Klöcker2023-08-141-6/+2
* core: Prevent wrong plaintext when verifying clearsigned signatureIngo Klöcker2023-07-281-3/+1
* core: Support reading the archive to decrypt/verify directly from a fileIngo Klöcker2023-06-211-6/+18
* core: Support writing the sign/encrypt output directly to a fileIngo Klöcker2023-06-191-7/+35
* core: Use 64 bit instead of gpgme_off_t for some internal functions.Werner Koch2023-06-151-1/+1
* core: For key signing and uid revoking allow an empty user id.Werner Koch2023-05-301-2/+2
* core: Minor code cleanup.Werner Koch2023-03-271-50/+25
* core: Initialize error variableIngo Klöcker2023-03-271-1/+1
* core: Make usage of input size hint compatible with gpgtarIngo Klöcker2023-02-021-13/+8
* core: Allow usage of gpgtar also for new enough gpg 2.2Ingo Klöcker2023-02-021-19/+23
* core: Use signature modes as flagsIngo Klöcker2023-01-301-4/+8
* core: Update required GnuPG version for new archive featuresIngo Klöcker2023-01-261-5/+5
* core: Support usage of gpgtar for verifying a signed archiveIngo Klöcker2023-01-251-4/+27
* core: Support usage of gpgtar for decrypting an encrypted archiveIngo Klöcker2023-01-241-20/+47
* core: Allow setting the base directory when creating an archiveIngo Klöcker2023-01-231-16/+30
* core: Support usage of gpgtar for creating an encrypted signed archiveIngo Klöcker2023-01-191-15/+35
* core: Support usage of gpgtar for creating a signed archiveIngo Klöcker2023-01-191-29/+41
* core: Fix --set-filename argumentIngo Klöcker2023-01-191-1/+1
* core: Support usage of gpgtar for encryptionIngo Klöcker2023-01-181-78/+214
* core: Defer adding --status-fd and --logger-fd to argument listIngo Klöcker2023-01-181-41/+60
* core: Use "goto leave" pattern to clean up resourcesIngo Klöcker2023-01-171-68/+62
* core: Do not add obsolete --no-sk-comments to command lineIngo Klöcker2023-01-161-11/+0
* core: New context flag "no-auto-check-trustdb"Ingo Klöcker2022-11-041-0/+18
* core: Support --locate-external-keys command of gpgIngo Klöcker2022-04-271-2/+5
* core: Support keylist mode for op_keylist_from_data.NIIBE Yutaka2022-03-161-1/+4
* core: New function gpgme_op_receive_keysIngo Klöcker2022-02-031-3/+18
* core: New export mode to export secret subkeys.Ingo Klöcker2022-01-041-2/+5
* core: Allow setting import filters when importing keysIngo Klöcker2021-12-141-1/+19
* core: Set --key-origin option only if supported by gpgIngo Klöcker2021-12-141-1/+1
* core: Allow specifiying a key origin when importing keysIngo Klöcker2021-12-131-1/+8
* core: Use flexible array member if compiler has support.NIIBE Yutaka2021-08-131-3/+3
* core: Allow specifying an expiration date for key signaturesIngo Klöcker2021-06-221-0/+23
* core: New flag GPGME_KEYSIGN_FORCE.Werner Koch2021-03-111-0/+7
* core: Remove experimental feature GPGME_EXPORT_MODE_NOUID.Werner Koch2021-02-011-8/+1
* core: Make listing of signatures work if only secret keys are listedIngo Klöcker2021-01-051-0/+6
* core: New function gpgme_op_revsig.Ingo Klöcker2020-10-291-0/+47
* core: New function gpgme_op_setexpire.Ingo Klöcker2020-08-041-0/+54