Page MenuHome GnuPG
Feed All Stories

Jan 27 2025

ikloecker committed rGPGMEPPd86a351f83d5: cpp: Allow export of secret subkeys (authored by ikloecker).
cpp: Allow export of secret subkeys
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPd4717811be11: cpp: Add interactor to add existing subkeys to other keys (authored by ikloecker).
cpp: Add interactor to add existing subkeys to other keys
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP35bc09378a07: cpp: Add internal adapter for passing a vector of strings to gpgme (authored by ikloecker).
cpp: Add internal adapter for passing a vector of strings to gpgme
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP3843f98f2a5d: cpp: Allow import of keys given by key ids (authored by ikloecker).
cpp: Allow import of keys given by key ids
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP6b164183ccf1: cpp: Put local helper function into unnamed namespace (authored by ikloecker).
cpp: Put local helper function into unnamed namespace
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP0d77fecdc2f1: cpp: Set default visibility of all symbols to hidden (authored by ikloecker).
cpp: Set default visibility of all symbols to hidden
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP807224b66d53: cpp: Do not export symbols of the Private class (authored by ikloecker).
cpp: Do not export symbols of the Private class
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP99e0c016138d: cpp: Add interactor to revoke a key (authored by ikloecker).
cpp: Add interactor to revoke a key
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP9ee874410784: cpp: Return actual error if revocation fails (authored by ikloecker).
cpp: Return actual error if revocation fails
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP1691f35125b3: cpp: Handle canceling of an edit operation (authored by ikloecker).
cpp: Handle canceling of an edit operation
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPd54d078dfe5f: cpp: Add internal utility function for splitting strings (authored by ikloecker).
cpp: Add internal utility function for splitting strings
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP8d4dcb96ccc9: cpp: Support new keylist modes (authored by ikloecker).
cpp: Support new keylist modes
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP46f959b3e0d4: cpp,tests: Verify that requested keylist mode is used (authored by ikloecker).
cpp,tests: Verify that requested keylist mode is used
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPcd9738e8be49: cpp: Allow changing the error of a result (authored by ikloecker).
cpp: Allow changing the error of a result
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP3c03beb2f86d: cpp: Add RAII class for saving/restoring the key list mode (authored by ikloecker).
cpp: Add RAII class for saving/restoring the key list mode
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPddf660eb5e15: cpp: Allow retrieving import result of key listing with locate mode (authored by ikloecker).
cpp: Allow retrieving import result of key listing with locate mode
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPdf6b0682f538: cpp,tests: Actually parse the --with-secret option (authored by ikloecker).
cpp,tests: Actually parse the --with-secret option
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP036686b8a770: cpp: Allow merging the results of two imports (authored by ikloecker).
cpp: Allow merging the results of two imports
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP1b9234393e2d: cpp: Output more properties of a subkey (authored by ikloecker).
cpp: Output more properties of a subkey
Jan 27 2025, 10:36 AM
aheinecke committed rGPGMEPP897f4832d5e7: cpp: Export KeyListModeSaver (authored by aheinecke).
cpp: Export KeyListModeSaver
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP0e90d1e85630: cpp: Add support for gpgme_op_set_uid_flag (authored by ikloecker).
cpp: Add support for gpgme_op_set_uid_flag
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPe72739389acf: cpp: Remove obsolete compatibility with KF5 variants (authored by ikloecker).
cpp: Remove obsolete compatibility with KF5 variants
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP6a6ad6cacd6a: cpp: Fix handling of "no key" or "invalid time" situations (authored by ikloecker).
cpp: Fix handling of "no key" or "invalid time" situations
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPPeaf5b2be8619: cpp: Fix building with C++11 (authored by ikloecker).
cpp: Fix building with C++11
Jan 27 2025, 10:36 AM
ikloecker committed rGPGMEPP018a9c41f68c: cpp: Reject signing expired keys (authored by ikloecker).
cpp: Reject signing expired keys
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP7440649171ef: cpp: Allow setting the curve to use when generating ECC keys (authored by ikloecker).
cpp: Allow setting the curve to use when generating ECC keys
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPbaab2bf0ea01: cpp: Handle status errors in the base edit interactor (authored by ikloecker).
cpp: Handle status errors in the base edit interactor
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPd48d7665bfe1: cpp: Handle statuses that need no response in the base edit interactor (authored by ikloecker).
cpp: Handle statuses that need no response in the base edit interactor
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP36a2a2c8297e: cpp,doc: Update list of allowed values for dirInfo (authored by ikloecker).
cpp,doc: Update list of allowed values for dirInfo
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP85fd6b872a3a: cpp: Expliticly declare compiler generated copy constructors (authored by ikloecker).
cpp: Expliticly declare compiler generated copy constructors
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP73686de88688: cpp: Fix comparisons of integer expressions of different signedness (authored by ikloecker).
cpp: Fix comparisons of integer expressions of different signedness
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP631a7b96aae3: cpp: Support all encryption flags (authored by ikloecker).
cpp: Support all encryption flags
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPbde2597f2117: cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME (authored by ikloecker).
cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPc8c443a440c4: cpp: Support new archive encryption flag (authored by ikloecker).
cpp: Support new archive encryption flag
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPc449cd2b084b: cpp: Add convenience overload to set file name (authored by ikloecker).
cpp: Add convenience overload to set file name
Jan 27 2025, 10:35 AM
werner committed rGPGMEPP6da832410322: Merge branch 'ikloecker/t6342-gpgtar' into master (authored by werner).
Merge branch 'ikloecker/t6342-gpgtar' into master
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP4d72304dbe41: cpp: Support new archive signing flag (authored by ikloecker).
cpp: Support new archive signing flag
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPd60de32aae71: cpp: Fix debug output of SignatureMode (authored by ikloecker).
cpp: Fix debug output of SignatureMode
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPad0ee84dc573: cpp: Add const-overloads of version comparison operators (authored by ikloecker).
cpp: Add const-overloads of version comparison operators
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP6a4f6aaea825: cpp: Update decryption flags (authored by ikloecker).
cpp: Update decryption flags
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP3ce1385f5207: cpp: Return successful verification for signed but not encrypted data (authored by ikloecker).
cpp: Return successful verification for signed but not encrypted data
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP1031bf620651: cpp: Improve debug output of some enums (authored by ikloecker).
cpp: Improve debug output of some enums
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPeb7817ab7617: cpp: Fix Key::canSign() (authored by ikloecker).
cpp: Fix Key::canSign()
Jan 27 2025, 10:35 AM
werner committed rGPGMEPPbd97412bd89a: core,cpp: Add new key flags to gpgme_subkey_t (authored by werner).
core,cpp: Add new key flags to gpgme_subkey_t
Jan 27 2025, 10:35 AM
werner committed rGPGMEPP9d39389ac923: cpp,python: Respect --disable-gpg-test for tests (authored by Biswapriyo Nath <nathbappai@gmail.com>).
cpp,python: Respect --disable-gpg-test for tests
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPb729775584ff: doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled (authored by ikloecker).
doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled
Jan 27 2025, 10:35 AM
aheinecke committed rGPGMEPP5fee1b6846d8: cpp: Expose gpgme_data_set_flag through cpp API (authored by aheinecke).
cpp: Expose gpgme_data_set_flag through cpp API
Jan 27 2025, 10:35 AM
aheinecke committed rGPGMEPPe3eb5afe13a9: qt, cpp: Support larger size-hint on 32 bit builds (authored by aheinecke).
qt, cpp: Support larger size-hint on 32 bit builds
Jan 27 2025, 10:35 AM
CarlSchwan committed rGPGMEPP1cfad17ddafb: cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API (authored by CarlSchwan).
cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP4d66be4aaffb: cpp: Remove unused include (authored by ikloecker).
cpp: Remove unused include
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP5700f00f642b: cpp: Support new key capability flags (authored by ikloecker).
cpp: Support new key capability flags
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPc5177d3bcb4a: cpp: Support new flags for direct signing/encryption of files (authored by ikloecker).
cpp: Support new flags for direct signing/encryption of files
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPd30e5ef73cda: cpp,doc: Fix typos in API documentation and source code comments (authored by ikloecker).
cpp,doc: Fix typos in API documentation and source code comments
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP56cba989a9db: cpp,tests: Launch dirmngr with gpg-conf (authored by ikloecker).
cpp,tests: Launch dirmngr with gpg-conf
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP7aea45397eab: cpp: Handle smart card op failure status messages (authored by ikloecker).
cpp: Handle smart card op failure status messages
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP25663892aa41: cpp: Add information about revocation keys to Key (authored by ikloecker).
cpp: Add information about revocation keys to Key
Jan 27 2025, 10:35 AM
TobiasFella committed rGPGMEPPc906985ff29d: qt,cpp: Implement adding ADSKs to existing keys (authored by TobiasFella).
qt,cpp: Implement adding ADSKs to existing keys
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPe7b9c5f5b5ca: cpp: Remove commented out and disabled code (authored by ikloecker).
cpp: Remove commented out and disabled code
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPbc0693c200cb: cpp: Remove obsolete files (authored by ikloecker).
cpp: Remove obsolete files
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP0b867d8336a1: cpp: Fix includes in public headers (authored by ikloecker).
cpp: Fix includes in public headers
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP40182d72a4fe: Merge branch 'ikloecker/t7118-revkeys' (authored by ikloecker).
Merge branch 'ikloecker/t7118-revkeys'
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP2d3499295edf: build,cpp: Create forwarding headers in a gpgme++ folder (authored by ikloecker).
build,cpp: Create forwarding headers in a gpgme++ folder
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP21ff2e210c34: cpp: Add safer member function returning text describing an error (authored by ikloecker).
cpp: Add safer member function returning text describing an error
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPc5d0e390133f: cpp: Deprecate Error::asString and update users (authored by ikloecker).
cpp: Deprecate Error::asString and update users
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP1f95cc1fa69d: cpp: Go with default answer on unknown question by key edit interface (authored by ikloecker).
cpp: Go with default answer on unknown question by key edit interface
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP00433ef231e4: build,cpp: Fix include paths in forwarding headers in gpgme++ folder (authored by ikloecker).
build,cpp: Fix include paths in forwarding headers in gpgme++ folder
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP626d2c2ee9db: cpp: Add support for setting owner trust and for disabling keys (authored by ikloecker).
cpp: Add support for setting owner trust and for disabling keys
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP92227ece77d8: cpp: Add support for new flag fields beta_compliance (authored by ikloecker).
cpp: Add support for new flag fields beta_compliance
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPd2d410081da7: cpp: Add pkgconfig file for gpgmepp (authored by ikloecker).
cpp: Add pkgconfig file for gpgmepp
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPc05e55bc2f32: cpp: Add/change some includes (authored by ikloecker).
cpp: Add/change some includes
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP31819fdb8b5f: Add files for building the project with autotools (authored by ikloecker).
Add files for building the project with autotools
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP23c5fccec2d8: cpp: Add Kyber algorithm (authored by ikloecker).
cpp: Add Kyber algorithm
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP32f67e8a2eb8: cpp: Put attributes before declarations (authored by ikloecker).
cpp: Put attributes before declarations
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPPca6c423b477d: Avoid clashes of gpgme++ headers with other headers (authored by ikloecker).
Avoid clashes of gpgme++ headers with other headers
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP07060c471955: doc: Fix a few license headers (authored by ikloecker).
doc: Fix a few license headers
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP106eb525bafa: build: Add support for cmake and remove support for autotools (authored by ikloecker).
build: Add support for cmake and remove support for autotools
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP94bc585c92d2: build: Move common cmake and compiler settings to cmake modules (authored by ikloecker).
build: Move common cmake and compiler settings to cmake modules
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP08760bd63528: build: Generate the export header (authored by ikloecker).
build: Generate the export header
Jan 27 2025, 10:35 AM
ikloecker committed rGPGMEPP6148e7e68bea: build: Generate version file and cmake config files with cmake modules (authored by ikloecker).
build: Generate version file and cmake config files with cmake modules
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPP192f4e71a520: build: Create VERSION file with full version and commit ID (authored by ikloecker).
build: Create VERSION file with full version and commit ID
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPffcd1ca3b7ab: build: Generate and install pkg-config file with cmake (authored by ikloecker).
build: Generate and install pkg-config file with cmake
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPdacfe7f9cad5: build: Add cmake files for building the tests (authored by ikloecker).
build: Add cmake files for building the tests
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPd7890971eb2e: build: Add "uninstall" target (authored by ikloecker).
build: Add "uninstall" target
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPP585c31afca6e: build: Add "dist" and "distcheck" targets (authored by ikloecker).
build: Add "dist" and "distcheck" targets
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPf1698cb2a6f0: build: Generate ChangeLog and add it to the tarball (authored by ikloecker).
build: Generate ChangeLog and add it to the tarball
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPa06f8d41bbae: build: Add the usual Git hooks (authored by ikloecker).
build: Add the usual Git hooks
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPPffa48fbaf787: build: Add custom targets only on Unix-like systems (authored by ikloecker).
build: Add custom targets only on Unix-like systems
Jan 27 2025, 10:34 AM
ikloecker committed rGPGMEPP8747ce7ff4cc: build: Add "gen-swdb", "release", and "sign-release" targets (authored by ikloecker).
build: Add "gen-swdb", "release", and "sign-release" targets
Jan 27 2025, 10:34 AM
mmontkowski claimed T5681: GpgOL: Handle GPO settings for readAsPlain.
Jan 27 2025, 10:06 AM · vsd33 (vsd-3.3.1), gpgol
mmontkowski claimed T7485: GpgOL: Using "Permanently decrypt" after cancelling decryption may result in an unreadable mail.
Jan 27 2025, 9:50 AM · vsd33 (vsd-3.3.1), gpgol
jukivili committed rC8dbee93ac2f1: chacha20: add RISC-V vector intrinsics implementation (authored by jukivili).
chacha20: add RISC-V vector intrinsics implementation
Jan 27 2025, 8:15 AM
jukivili committed rC1a660068ba5b: Add SHA3 acceleration for RISC-V Zbb extension (authored by jukivili).
Add SHA3 acceleration for RISC-V Zbb extension
Jan 27 2025, 8:15 AM
jukivili committed rC0f1fec12b0e9: Add GHASH RISC-V Zbb+Zbc implementation (authored by jukivili).
Add GHASH RISC-V Zbb+Zbc implementation
Jan 27 2025, 8:15 AM
jukivili committed rCb24ebd616304: Add RISC-V vector permute AES (authored by jukivili).
Add RISC-V vector permute AES
Jan 27 2025, 8:15 AM
jukivili committed rC60104c2f92dc: bithelp: add count trailing zero bits variant for RISC-V (authored by jukivili).
bithelp: add count trailing zero bits variant for RISC-V
Jan 27 2025, 8:15 AM
jukivili committed rCdf9de2a5e5a8: hwf: add detection of RISC-V (64-bit) hardware features (authored by jukivili).
hwf: add detection of RISC-V (64-bit) hardware features
Jan 27 2025, 8:15 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA52492f8d70dc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 27 2025, 2:40 AM
gniibe committed rC9f0fd2656d7d: cipher: Check and mark non-compliant cipher modes in the SLI (authored by Lucas Mulling <lucas.mulling@suse.com>).
cipher: Check and mark non-compliant cipher modes in the SLI
Jan 27 2025, 1:05 AM

Jan 26 2025

Saturneric updated the task description for T7492: gpgconf failed to kill all gpgagent daemons on windows.
Jan 26 2025, 9:36 PM · Windows, gnupg, Bug Report
Saturneric updated the task description for T7492: gpgconf failed to kill all gpgagent daemons on windows.
Jan 26 2025, 9:28 PM · Windows, gnupg, Bug Report