Page MenuHome GnuPG
Feed All Stories

Aug 25 2023

fc883388 created U13 Gpg4win-Tools.
Aug 25 2023, 1:03 AM

Aug 24 2023

Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRAaa79c5689241: Adjust to KCModule not being a QWidget any more (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Adjust to KCModule not being a QWidget any more
Aug 24 2023, 11:54 PM
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRA5f26e16431a4: Merge branch 'master' into kf6 (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Merge branch 'master' into kf6
Aug 24 2023, 11:53 PM
CarlSchwan committed rKLEOPATRAc85323fdfd03: Adapt to Kleo::outputFileExtension change (authored by CarlSchwan).
Adapt to Kleo::outputFileExtension change
Aug 24 2023, 1:48 PM
CarlSchwan committed rLIBKLEO7c34e2d9fc28: Return QString in Kleo::outputFileExtension (authored by CarlSchwan).
Return QString in Kleo::outputFileExtension
Aug 24 2023, 1:47 PM
CarlSchwan committed rKLEOPATRAd1f833a55666: feat: open mbox and eml files directly (authored by CarlSchwan).
feat: open mbox and eml files directly
Aug 24 2023, 12:17 PM
ikloecker changed the status of T5903: Kleopatra: Add refresh button in certificatedetails from Open to Testing.

Optionally, (configurable on the Directory Services page) Kleopatra now queries WKDs for all user IDs when updating an OpenPGP certificate.

Aug 24 2023, 11:55 AM · backport, kleopatra, Restricted Project
CarlSchwan committed rLIBKLEO1d3e9fd4bf87: Bump libkleo version to 5.24.41 (authored by CarlSchwan).
Bump libkleo version to 5.24.41
Aug 24 2023, 11:53 AM
CarlSchwan committed rLIBKLEOe47bae339f51: Replace manual binary search by a QHash (authored by CarlSchwan).
Replace manual binary search by a QHash
Aug 24 2023, 11:51 AM
aheinecke closed T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant as Resolved.

So this works for me now. The user where we build gpg4win has local diversions in ~/bin so as to not affect the GnuPG builds in any way and in the dockerfile we use update-alternatives to select the posix flavor.

Aug 24 2023, 11:37 AM · Restricted Project, gpg4win
aheinecke committed rW1275b6d6f6fb: Update README and Dockerfile for mingw -posix build (authored by aheinecke).
Update README and Dockerfile for mingw -posix build
Aug 24 2023, 11:30 AM
werner committed rGee27ac18eaf2: doc: Add some hints for AD queries. (authored by werner).
doc: Add some hints for AD queries.
Aug 24 2023, 11:28 AM
werner committed rG32c55603dfeb: dirmngr: Fix LDAP time parser. (authored by werner).
dirmngr: Fix LDAP time parser.
Aug 24 2023, 11:26 AM
ikloecker committed rKLEOPATRA9645f08153cc: Optionally, query WKDs for all user IDs when updating an OpenPGP key (authored by ikloecker).
Optionally, query WKDs for all user IDs when updating an OpenPGP key
Aug 24 2023, 11:11 AM
ikloecker moved T5903: Kleopatra: Add refresh button in certificatedetails from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 24 2023, 10:15 AM · backport, kleopatra, Restricted Project
ikloecker claimed T5903: Kleopatra: Add refresh button in certificatedetails .
Aug 24 2023, 10:15 AM · backport, kleopatra, Restricted Project
gniibe committed rG716e59b0b628: agent: Add agent_kick_the_loop function. (authored by gniibe).
agent: Add agent_kick_the_loop function.
Aug 24 2023, 9:53 AM
gniibe added a comment to T6682: agent: agent_kick_the_loop function to unblock the select(2).

I confirmed that the pselect EINTR problem of Linux (at least for x86) has not yet been fixed: https://lkml.org/lkml/2018/3/21/909

Aug 24 2023, 8:08 AM · keyboxd, gpgagent, gnupg26
gniibe triaged T6682: agent: agent_kick_the_loop function to unblock the select(2) as Wishlist priority.
Aug 24 2023, 4:43 AM · keyboxd, gpgagent, gnupg26
gniibe triaged T6681: agent: Clean up main loop and better cache handling of expiration (was: Adding agent_timer API for monitoring something and passphrase cache) as Wishlist priority.
Aug 24 2023, 4:37 AM · keyboxd, gpgagent, gnupg26
l10n daemon script <scripty@kde.org> committed rKLEOPATRAd8fd76fbb40f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Aug 24 2023, 3:47 AM

Aug 23 2023

dvratil triaged T6680: Invitation counter-proposal from KMail not valid in Outlook365 as Normal priority.
Aug 23 2023, 11:16 PM · KDE, Restricted Project
aheinecke added a comment to T4195: Fix time API in gpgme.

The MSI Package though is a 64 bit MSI Package. For 32 Bit Windows we would need to ship a different MSI Package. (Which we actually have build support for because I thought that was neccessary even in 2020)

Aug 23 2023, 6:06 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke added a comment to T4195: Fix time API in gpgme.

No, everything in Gpg4win is 32 bit, except for gpgol, gpgex and gpgme, libgpg-error and libassuan. Which are addionally installed under bin_64. But for the whole KDE stack it should easily be switchable. The KDE Windows project regularly builds them as 64bit applications. Basically we would then need to invert the logic and use the 64 bit compiler as the main compiler and the 32 bit compiler as the _ex compiler for gpgol and gpgme.

Aug 23 2023, 6:05 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke claimed T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant.
Aug 23 2023, 6:01 PM · Restricted Project, gpg4win
aheinecke added a comment to T6593: Gpg4win: Switch to pthreads (mingw-posix) as the default compiler variant.

Need to do this for the docker image and this way document how to do that with update alternatives. For our build setup it made most sense to manually link it only for the Gpg4win build user and not a system wide change.

Aug 23 2023, 6:01 PM · Restricted Project, gpg4win
werner added a comment to T4195: Fix time API in gpgme.

Kleopatra is a 64 bit application, right? For GnuPG we are working on 64 bit support for Windows. This is planned for 2.6. problems are how to represent sockets, file descriptors, streams and so on. Regarding the time interface, we should have everything ready in the GPGME<->GnuPG interface. In GPGME we need to check that we don't use int instead of time_t, though. When that has been done/fixed we could use a 64 bit gpgme and kleopatra along with the 32 but gnupg. Might be easier for approval reasons.

Aug 23 2023, 5:30 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke committed rW9d6669d7ba25: Update breeze-icons crosscompile patch (authored by aheinecke).
Update breeze-icons crosscompile patch
Aug 23 2023, 5:28 PM
aheinecke committed rW369f578c2982: Package -posix runtime libaries (authored by aheinecke).
Package -posix runtime libaries
Aug 23 2023, 5:28 PM
CarlSchwan committed rKLEOPATRA52fe216f0b89: feat: open mbox and eml files directly (authored by CarlSchwan).
feat: open mbox and eml files directly
Aug 23 2023, 3:32 PM
aheinecke added a comment to T4195: Fix time API in gpgme.

Mh, since there are no 32bit Versions of Windows sold for quite some years now maybe we should consider just going full 64bit with everything to solve this? Or is this a stupid suggestion?

Aug 23 2023, 3:21 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
aheinecke created P35 (An Untitled Masterwork).
Aug 23 2023, 2:45 PM
werner raised the priority of T4195: Fix time API in gpgme from Low to High.

It turned out that we need to fix this for use by Kleopatra on Windows.

Aug 23 2023, 2:29 PM · gnupg, kleopatra, Restricted Project, gpgme, Feature Request
CarlSchwan committed rLIBKLEO73ee66242d20: Clasify mime files (authored by CarlSchwan).
Clasify mime files
Aug 23 2023, 2:25 PM
aheinecke committed rW6103b4dc0b2e: Update KDE Frameworks to 5.109 (authored by aheinecke).
Update KDE Frameworks to 5.109
Aug 23 2023, 12:44 PM
aheinecke committed rW425bb2a9d9e5: Update gpgme poppler and okular (authored by aheinecke).
Update gpgme poppler and okular
Aug 23 2023, 12:44 PM
aheinecke committed rW0182747d83e8: Add --auto mode to gen-tarball (authored by aheinecke).
Add --auto mode to gen-tarball
Aug 23 2023, 12:44 PM
aheinecke committed rW12d54dc0c2d8: Switch poppler back to WORK branch in gen-tarball (authored by aheinecke).
Switch poppler back to WORK branch in gen-tarball
Aug 23 2023, 12:44 PM
ikloecker committed rM3f297387bf40: qt: Allow specifying user IDs to use when refreshing keys via WKD (authored by ikloecker).
qt: Allow specifying user IDs to use when refreshing keys via WKD
Aug 23 2023, 12:01 PM
aheinecke triaged T6679: Keyboxd: SQL database disk image is malformed as Normal priority.
Aug 23 2023, 11:46 AM · Support, gnupg, gpg4win
werner triaged T6646: GpgOL: signature not displayed if mail is saved in the filesystem as Normal priority.
Aug 23 2023, 11:38 AM · Restricted Project, Bug Report, gpgol
werner triaged T6650: KMail's akonadi_icaldir_resource does not write events/calender entries to directory as Normal priority.
Aug 23 2023, 11:37 AM · Feature Request, KMail
ikloecker closed T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) as Resolved.

Fixed. Removing Gentoo tag because it's not Gentoo-specific.

Aug 23 2023, 10:11 AM · gpgme, Bug Report
ikloecker renamed T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) from gpgme-1.22.0 fails to compile tests to gpgme-1.22.0 fails to compile tests (when building in source tree).
Aug 23 2023, 10:09 AM · gpgme, Bug Report
ikloecker added a comment to T6556: gpgtar: Removes existing output file on error.

It may be better to open a separate issue for the issue in gpg, so that it's not overlooked/forgotten when the issue in gpgtar is fixed.

Aug 23 2023, 10:06 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.

That is intentional. If we are able to remove a file we do it. Solution for you is easy: gpg .... -o - </dev/null >/dev/null

Aug 23 2023, 10:06 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
werner triaged T6673: gpgme-1.22.0 fails to compile tests (when building in source tree) as Normal priority.
Aug 23 2023, 10:00 AM · gpgme, Bug Report
werner added a comment to T6556: gpgtar: Removes existing output file on error.

That is intentional. If we are able to remove a file we do it. Solution for you is easy: gpg .... -o - </dev/null >/dev/null

Aug 23 2023, 9:58 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
AndrewAmmerlaan added a comment to T6556: gpgtar: Removes existing output file on error.

This looks like the same problem I encountered in Gentoo's Portage. To unlock the binary package signing key, Portage will run the equivalent of gpg --homedir ... --digest-algo ... --local-user ... --output /dev/null /dev/null. If unlocking fails (due to e.g. wrong password), /dev/null is removed: https://bugs.gentoo.org/912808

Aug 23 2023, 9:38 AM · gnupg24 (gnupg-2.4.2), gnupg22 (gnupg-2.2.42), Restricted Project, gpgtar, Bug Report
herringbur added a comment to T6622: Kleopatra: Misleading result when decrypting clear signed message followed by public key block in notepad.
Aug 23 2023, 8:58 AM · gpgme (gpgme 1.23.x), Bug Report, Restricted Project, kleopatra
werner edited projects for T5583: Support RSCS dedicated OpenPGP for OID., added: gnupg26; removed gnupg22.
Aug 23 2023, 8:50 AM · gnupg26, Restricted Project, scd
werner edited projects for T5401: Imported ECC/Ed25519 subkey has unusable key file in private-keys-v1.d, added: gnupg24; removed gnupg22.

Needs to be checked for 2.4 - no backport to 2.2, though.

Aug 23 2023, 8:46 AM · gnupg26, Bug Report
werner edited projects for T4892: gpgsm --gen-key with existing key from "ssh-add" fails, added: gnupg24; removed gnupg22.

Needs to be checked again with stable. No backport to 2..2, though.

Aug 23 2023, 8:44 AM · gnupg24, Bug Report, S/MIME
werner removed a project from T2671: "Invalid option" with utf-16 config files (windows): gnupg22.

Won't be backported to 2.2 once we got something in 2.4.

Aug 23 2023, 8:42 AM · gnupg24, Restricted Project, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRAb59f218930f2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Aug 23 2023, 3:49 AM

Aug 22 2023

CarlSchwan added a comment to T6652: Kleopatra / MTP: Wrong / No signature indication.

Alternatively this is a version of it with all the information in one inline message (and clicking on Encrypted will show the recipients and clicking on key will open the key in Kleopatra)

Aug 22 2023, 4:38 PM · Restricted Project, kleopatra, mimetreeparser
CarlSchwan added a comment to T6651: Kleopatra: commandsForFiles add support for mimetreeparser.

Implemented here: https://invent.kde.org/pim/kleopatra/-/merge_requests/56

Aug 22 2023, 4:04 PM · Restricted Project, mimetreeparser, kleopatra
CarlSchwan committed rKLEOPATRAf928a2b348e5: feat: open mbox and eml files directly (authored by CarlSchwan).
feat: open mbox and eml files directly
Aug 22 2023, 4:03 PM
CarlSchwan closed T6655: Mimetreeparser: EML or S/MIME support issue as Resolved.
Aug 22 2023, 4:02 PM · Restricted Project, mimetreeparser
CarlSchwan committed rKLEOPATRAcf3243e8e19b: feat: open mbox and eml files directly (authored by CarlSchwan).
feat: open mbox and eml files directly
Aug 22 2023, 4:02 PM
CarlSchwan committed rKLEOPATRAf75815d82216: feat: open mbox and eml files directly (authored by CarlSchwan).
feat: open mbox and eml files directly
Aug 22 2023, 4:01 PM
aheinecke triaged T6678: GPGSM: Add support for cert extension 2.5.29.54 Inhibit anyPolicy as Normal priority.
Aug 22 2023, 3:14 PM · gnupg26, S/MIME, Restricted Project
aheinecke triaged T6677: GPGSM: Add support for cert extension 2.5.29.36 Policy Constraints as Normal priority.
Aug 22 2023, 3:08 PM · gnupg24, S/MIME, Restricted Project
aheinecke claimed T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Ok. Thanks for testing. That confirms my suspicion. rOdd3ff8397aaf62e58fa9405ddc5397cb6bcfdc29 is to blame here with the setReadFlag line as the specific cause. Because it is intended to trigger a save back. The problem was that we had circumstances where other addins changed the mail and really wanted it to be saved back to the server. So we call "save" before decrypting the mail to ensure that these changes are saved and then we decrypt, put in our temporary plaintext and ensure that the plaintext never is saved.

Aug 22 2023, 2:57 PM · Restricted Project, gpgol, Bug Report
ikloecker committed rLIBKLEOd4360723e96b: Use a variable for the name of the QGpgME package (authored by ikloecker).
Use a variable for the name of the QGpgME package
Aug 22 2023, 1:35 PM
ikloecker committed rKLEOPATRA387f399ead94: Use a variable for the name of the QGpgME package (authored by ikloecker).
Use a variable for the name of the QGpgME package
Aug 22 2023, 1:33 PM
CarlSchwan committed rMTPa4e0bad3dd61: Display trust level (authored by CarlSchwan).
Display trust level
Aug 22 2023, 12:51 PM
berndorin added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

I testet it with 4.10 and GggOL 2.5.6. The file isn't changed if I open it. So it seems the change happend in 4.2.0.

Aug 22 2023, 12:49 PM · Restricted Project, gpgol, Bug Report
CarlSchwan committed rMTPc1ee86b64b1d: Display trust level (authored by CarlSchwan).
Display trust level
Aug 22 2023, 12:48 PM
CarlSchwan committed rMTP5e1d0fd71cd3: Don't display bar when message is not signed (authored by CarlSchwan).
Don't display bar when message is not signed
Aug 22 2023, 12:48 PM
aheinecke added a comment to T6676: GgpOL: Signed Mails from Filesystem are modified when opened.

Do you know if this is something new that started to happen with 4.2.0 for the first time or did it happen with 4.1.0, too?

Aug 22 2023, 12:16 PM · Restricted Project, gpgol, Bug Report
ikloecker committed rMaee18a2ab249: qt,tests: Fix build in source directory, part 2 (authored by Christian Hesse <mail@eworm.de>).
qt,tests: Fix build in source directory, part 2
Aug 22 2023, 11:18 AM
CarlSchwan committed rMTP3ff893d59e5b: Handle right to left (authored by CarlSchwan).
Handle right to left
Aug 22 2023, 10:40 AM
CarlSchwan committed rMTP566ff5d3c105: Don't expose libkleo in public interface (authored by CarlSchwan).
Don't expose libkleo in public interface
Aug 22 2023, 10:30 AM
CarlSchwan committed rMTP5ea8e8abac6c: Display recipients and simplify SignatureInfo from a QObject to QGadget (authored by CarlSchwan).
Display recipients and simplify SignatureInfo from a QObject to QGadget
Aug 22 2023, 10:29 AM
aheinecke added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

My question would be, should we try to improve KConfig in some way which makes it easy for us to do this? I think we should, if this is a common problem for many applications. Maybe a task for sune?

Aug 22 2023, 10:21 AM · kleopatra, Restricted Project
ikloecker added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

I'm not sure, but you may also want to sync the state config (which stores mostly window geometries). In fact, we might want to use the state config for more settings that change often, e.g. the different last used directories.

Aug 22 2023, 10:03 AM · kleopatra, Restricted Project
ikloecker added a comment to T5903: Kleopatra: Add refresh button in certificatedetails .

We decided to keep the current behavior as default (privacy by default), but to add an option to enable WKD lookups for all user IDs.

Aug 22 2023, 9:49 AM · backport, kleopatra, Restricted Project
berndorin created T6676: GgpOL: Signed Mails from Filesystem are modified when opened.
Aug 22 2023, 9:24 AM · Restricted Project, gpgol, Bug Report
gniibe added a comment to T6674: doc: U+2010 HYPHEN vs. U+002D HYPHEN-MINUS for man pages.

I found a troff reference: https://www.quut.com/berlin/ms/troff.html

Aug 22 2023, 8:36 AM · gpgrt
gniibe triaged T6675: doc: Man page for keyboxd as Wishlist priority.
Aug 22 2023, 6:40 AM · gnupg, Documentation
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbd2db76d802a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Aug 22 2023, 3:49 AM
gniibe added a comment to T6674: doc: U+2010 HYPHEN vs. U+002D HYPHEN-MINUS for man pages.

Ideally, we should change the source document to use @minus{} for a minus sign, and keep - only when it means a hyphen. But we cannot do that blindly; We need to handle it with care, in a way of case by case (Texinfo manual suggests no use of @minus{} with @code or @example, but it is needed for groff man pages in many cases).... We would need to consider each occurrence of - in our document. That's too much (if it were me to fix).

Aug 22 2023, 3:49 AM · gpgrt
gniibe triaged T6674: doc: U+2010 HYPHEN vs. U+002D HYPHEN-MINUS for man pages as Wishlist priority.
Aug 22 2023, 3:32 AM · gpgrt
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRA35395dd9785c: Fix QGpgme version check (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Fix QGpgme version check
Aug 22 2023, 2:05 AM
Nicolas Fella <nicolas.fella@gmx.de> committed rKLEOPATRAa48284a79bf1: Adjust to KCModule not being a QWidget any more (authored by Nicolas Fella <nicolas.fella@gmx.de>).
Adjust to KCModule not being a QWidget any more
Aug 22 2023, 2:05 AM

Aug 21 2023

aheinecke added a comment to T6667: Kleopatra: kleopatrarc is synced only on clean quit.

Yes, since we also don't have a ton of "temporary" changes (except for window geometries) such a behavior would make the most sense.
Does it even make sense for us in these places to use KSharedConfig?

Aug 21 2023, 10:48 PM · kleopatra, Restricted Project
aheinecke changed the status of T5903: Kleopatra: Add refresh button in certificatedetails from Testing to Open.

OpenPGP keys are now also updated via WKD, but only for user IDs which were originally retrieved via WKD (i.e. which have origin WKD).

Aug 21 2023, 10:19 PM · backport, kleopatra, Restricted Project
aheinecke awarded rM24a8c279da98: build: Suggest out-of-source build a Like token.
Aug 21 2023, 10:06 PM
ikloecker committed rM24a8c279da98: build: Suggest out-of-source build (authored by ikloecker).
build: Suggest out-of-source build
Aug 21 2023, 9:33 PM
thesamesam added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

I'll swap us over to out of source build for this as well. I've been doing it gradually for the gpg suite. Thanks.

Aug 21 2023, 9:23 PM · gpgme, Bug Report
ikloecker added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

The following patch fixes this (for me):

diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index 32ad6466..aedd3264 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -51,10 +51,10 @@ LDADD = ../../cpp/src/libgpgmepp.la ../src/libqgpgme.la \
         ../../../src/libgpgme.la @GPGME_QT5_LIBS@ @GPG_ERROR_LIBS@ \
         @GPGME_QT5TEST_LIBS@ @LDADD_FOR_TESTS_KLUDGE@ -lstdc++
Aug 21 2023, 9:19 PM · gpgme, Bug Report
ikloecker committed rMd23528cadf42: qt,tests: Fix build in source directory (authored by ikloecker).
qt,tests: Fix build in source directory
Aug 21 2023, 9:18 PM
ikloecker added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

This happens because you build in the source directory and therefore the wrong debug.h is found. While this should work in general we strongly suggest to use a separate build directory.

Aug 21 2023, 9:01 PM · gpgme, Bug Report
thesamesam added a comment to T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).

Aug 21 2023, 8:30 PM · gpgme, Bug Report
thesamesam created T6673: gpgme-1.22.0 fails to compile tests (when building in source tree).
Aug 21 2023, 8:29 PM · gpgme, Bug Report
ikloecker changed the status of T5903: Kleopatra: Add refresh button in certificatedetails from Open to Testing.

The changes have been backported to VSD. Note that they require today's changes in gpgme (just after the release of gpgme 1.22.0).

Aug 21 2023, 6:48 PM · backport, kleopatra, Restricted Project
ikloecker added a comment to T5903: Kleopatra: Add refresh button in certificatedetails .

OpenPGP keys are now also updated via WKD, but only for user IDs which were originally retrieved via WKD (i.e. which have origin WKD).

Aug 21 2023, 6:45 PM · backport, kleopatra, Restricted Project
ikloecker committed rKLEOPATRA8dba6425e44f: Add missing define for WKD refresh (authored by ikloecker).
Add missing define for WKD refresh
Aug 21 2023, 6:35 PM
ikloecker committed rKLEOPATRA8105a7e3c840: Update keys with origin WKD also via WKD (authored by ikloecker).
Update keys with origin WKD also via WKD
Aug 21 2023, 6:34 PM