aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-16cpp: Expose gpgme_data_set_flag through cpp APIAndre Heinecke2-0/+8
2023-06-01doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceledIngo Klöcker1-1/+1
2023-05-30cpp,python: Respect --disable-gpg-test for testsBiswapriyo Nath1-1/+7
2023-04-18cpp: Fix Key::canSign()Ingo Klöcker2-17/+4
2023-03-21core,cpp: Add new key flags to gpgme_subkey_tWerner Koch2-0/+21
2023-02-09cpp: Improve debug output of some enumsIngo Klöcker1-19/+32
2023-02-02cpp: Return successful verification for signed but not encrypted dataIngo Klöcker1-7/+15
2023-02-02cpp: Update decryption flagsIngo Klöcker1-0/+1
2023-02-02cpp: Add const-overloads of version comparison operatorsIngo Klöcker1-0/+70
2023-01-31cpp: Fix debug output of SignatureModeIngo Klöcker1-1/+9
2023-01-30cpp: Support new archive signing flagIngo Klöcker3-15/+25
2023-01-27cpp: Support new archive encryption flagIngo Klöcker2-1/+6
2023-01-27cpp: Add convenience overload to set file nameIngo Klöcker2-0/+6
2023-01-26cpp: Support all encryption flagsIngo Klöcker2-1/+6
2023-01-26cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgMEIngo Klöcker1-0/+8
2023-01-18cpp,doc: Update list of allowed values for dirInfoIngo Klöcker1-1/+1
2023-01-05cpp: Fix comparisons of integer expressions of different signednessIngo Klöcker1-2/+2
2023-01-05cpp: Expliticly declare compiler generated copy constructorsIngo Klöcker15-2/+25
2022-12-08cpp: Handle status errors in the base edit interactorIngo Klöcker2-4/+3
2022-12-08cpp: Handle statuses that need no response in the base edit interactorIngo Klöcker8-28/+7
2022-10-24cpp: Allow setting the curve to use when generating ECC keysIngo Klöcker2-7/+34
2022-09-14cpp: Reject signing expired keysIngo Klöcker1-0/+6
2022-08-19cpp: Fix building with C++11Ingo Klöcker1-7/+7
2022-08-18cpp: Fix handling of "no key" or "invalid time" situationsIngo Klöcker1-2/+2
2022-08-09cpp: Add support for gpgme_op_set_uid_flagIngo Klöcker2-0/+13
2022-06-30cpp: Remove obsolete compatibility with KF5 variantsIngo Klöcker2-8/+0
2022-05-12cpp: Export KeyListModeSaverAndre Heinecke1-1/+1
2022-05-05cpp: Output more properties of a subkeyIngo Klöcker1-3/+9
2022-05-05cpp,tests: Actually parse the --with-secret optionIngo Klöcker1-0/+4
2022-05-04cpp: Allow retrieving import result of key listing with locate modeIngo Klöcker2-3/+10
2022-05-04cpp: Allow merging the results of two importsIngo Klöcker2-0/+135
2022-05-02cpp: Add RAII class for saving/restoring the key list modeIngo Klöcker2-0/+24
2022-04-28cpp,tests: Verify that requested keylist mode is usedIngo Klöcker2-0/+12
2022-04-27cpp: Support new keylist modesIngo Klöcker5-13/+34
2022-04-22cpp: Allow changing the error of a resultIngo Klöcker1-0/+8
2022-04-05cpp: Handle canceling of an edit operationIngo Klöcker1-2/+2
2022-04-05cpp: Return actual error if revocation failsIngo Klöcker3-0/+22
2022-04-05cpp: Add internal utility function for splitting stringsIngo Klöcker1-0/+13
2022-04-05cpp: Do not export symbols of the Private classIngo Klöcker1-1/+1
2022-03-30cpp: Add interactor to revoke a keyIngo Klöcker4-0/+283
2022-03-28cpp: Set default visibility of all symbols to hiddenIngo Klöcker1-1/+2
2022-03-28cpp: Put local helper function into unnamed namespaceIngo Klöcker1-0/+2
2022-02-03cpp: Allow import of keys given by key idsIngo Klöcker2-0/+20
2022-02-03cpp: Add internal adapter for passing a vector of strings to gpgmeIngo Klöcker3-2/+73
2022-01-12cpp: Add interactor to add existing subkeys to other keysIngo Klöcker3-0/+270
2022-01-04cpp: Allow export of secret subkeysIngo Klöcker2-4/+30
2022-01-04cpp: Allow export of secret keysIngo Klöcker2-13/+87
2022-01-04cpp: Mark ExportNoUID flag as obsoleteIngo Klöcker1-1/+1
2022-01-04cpp: Remove obsolete workaroundIngo Klöcker1-18/+0
2021-12-22cpp: Check fpr of import status for NULLIngo Klöcker1-1/+3