aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-11Unify spelling of the name of the C++ bindings for GpgMEIngo Klöcker10-40/+41
2024-06-11build,cpp: Support building C++ bindings as nested package of gpgmeIngo Klöcker1-2/+20
2024-06-11build,cpp: Separate C++ bindings from gpgmeIngo Klöcker33-15/+28573
2024-06-11cpp: Don't include config.hIngo Klöcker39-156/+0
2024-06-10cpp: Add pkgconfig file for gpgmeppIngo Klöcker2-1/+18
2024-06-10build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker1-1/+12
2024-06-10cpp: Remove commented out and disabled codeIngo Klöcker2-156/+0
2024-05-24cpp: Fix includes in public headersIngo Klöcker13-14/+14
2024-05-22qt,cpp: Implement adding ADSKs to existing keysTobias Fella2-0/+13
2024-05-21cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker4-1/+163
2024-04-05cpp: Handle smart card op failure status messagesIngo Klöcker1-0/+36
2024-01-09cpp,tests: Launch dirmngr with gpg-confIngo Klöcker1-8/+11
2023-12-19cpp: Support new flags for direct signing/encryption of filesIngo Klöcker4-1/+12
2023-10-13cpp,doc: Fix typos in API documentation and source code commentsIngo Klöcker2-2/+2
2023-10-05cpp: Support new key capability flagsIngo Klöcker2-0/+37
2023-08-15cpp: Remove unused includeIngo Klöcker6-8/+0
2023-08-04cpp: Expose gpgme_decrypt_result_t.is_mime through cpp APICarl Schwan2-0/+6
2023-06-16qt, cpp: Support larger size-hint on 32 bit buildsAndre Heinecke2-0/+10
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