aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-05cpp: Ensure correct expiration time on 32-bit arch with 64-bit time_tIngo Klöcker1-1/+1
2025-04-15cpp: Add missing transition, remove two ignored (and wrong) transitionsIngo Klöcker1-2/+2
2025-04-11cpp: Validate the transition mapIngo Klöcker1-0/+4
2025-04-11cpp: Ensure that all transitions go from one state to a different stateIngo Klöcker1-3/+8
2024-11-14cpp: Add Kyber algorithmIngo Klöcker1-0/+1
2024-10-23cpp: Put attributes before declarationsIngo Klöcker2-2/+2
2024-10-23cpp: Add/change some includesIngo Klöcker3-4/+6
2024-10-21cpp: Add support for new flag fields beta_complianceIngo Klöcker6-6/+38
2024-08-29cpp: Add pkgconfig file for gpgmeppIngo Klöcker2-1/+18
2024-08-28cpp: Go with default answer on unknown question by key edit interfaceIngo Klöcker1-0/+14
2024-08-06cpp: Add support for setting owner trust and for disabling keysIngo Klöcker2-0/+67
2024-07-10build,cpp: Fix include paths in forwarding headers in gpgme++ folderIngo Klöcker1-1/+1
2024-07-05cpp: Deprecate Error::asString and update usersIngo Klöcker3-4/+7
2024-07-05cpp: Add safer member function returning text describing an errorIngo Klöcker2-0/+8
2024-07-05build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker1-1/+12
2024-06-28cpp: Remove obsolete filesIngo Klöcker2-82/+0
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öcker3-0/+159
2024-04-05cpp: Handle smart card op failure status messagesIngo Klöcker1-0/+36
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öcker1-1/+1
2023-10-05cpp: Support new key capability flagsIngo Klöcker2-0/+37
2023-08-15cpp: Remove unused includeIngo Klöcker4-6/+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-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