Page MenuHome GnuPG
Feed Advanced Search

Sep 13 2022

ikloecker added projects to T6201: Kleopatra: Disable unusable actions in certificate details for remote keys: kleopatra, Restricted Project.
Sep 13 2022, 9:59 AM · Restricted Project, kleopatra
ikloecker triaged T6201: Kleopatra: Disable unusable actions in certificate details for remote keys as Normal priority.
Sep 13 2022, 9:59 AM · Restricted Project, kleopatra
ikloecker changed the status of T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine" from Open to Testing.

The export/backup of the secret part of S/MIME certificates has been fixed with T6189: Secret key backup of S/MIME certificate creates bad result. An exported certificate should now be imported without problems.

Sep 13 2022, 9:10 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project

Sep 12 2022

ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

Does dirmngr maybe interpret the redirect reply /.well-known/openpgpkey/hu/enzdc18iy17uy9qb3pwm4ay9a1ga6mb3/ as URI? That would explain the error because without protocol the redirect reply is indeed an invalid URI.

Sep 12 2022, 11:49 PM · gnupg24, dirmngr, Bug Report
ikloecker closed T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed as Resolved.

All commands should work as before (or more robust if a key listing happens while the command is running). Setting to resolved because there isn't anything that can or should be tested specifically.

Sep 12 2022, 1:48 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA29efb2eacfc9: Remove obsolete method (authored by ikloecker).
Remove obsolete method
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAcb2c7922dfd1: Remove unused c'tors (authored by ikloecker).
Remove unused c'tors
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAc6245adec6c4: Simplify c'tor taking a key (authored by ikloecker).
Simplify c'tor taking a key
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRA019f687a069b: Store selected keys instead of their indexes (authored by ikloecker).
Store selected keys instead of their indexes
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAf19ed1756917: Set key instead of index for DetailsCommand (authored by ikloecker).
Set key instead of index for DetailsCommand
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRA5394227615c2: Create details command as everywhere else (authored by ikloecker).
Create details command as everywhere else
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAc963a702ec21: Remove unused methods (authored by ikloecker).
Remove unused methods
Sep 12 2022, 1:05 PM
ikloecker moved T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 12 2022, 9:41 AM · Restricted Project, kleopatra
ikloecker added a comment to T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine".

Now "BER error" is reported, if the user tries to import a .p8 certificate. (The certificate exported by Kleopatra wasn't stored as PKCS#12, but presumably as PKCS#8 which gpgsm cannot import. See T6189: Secret key backup of S/MIME certificate creates bad result.)

Sep 12 2022, 9:39 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project

Sep 9 2022

ikloecker added a reverting change for rG8e63e813c740: common: Add a default OpenPGP ECC mapping.: rG07b0786939c8: Revert "common: Add a default OpenPGP ECC mapping.".
Sep 9 2022, 6:27 PM
ikloecker committed rGa47b3a408734: sm: Fix reporting of bad passphrase error (authored by ikloecker).
sm: Fix reporting of bad passphrase error
Sep 9 2022, 6:27 PM
ikloecker committed rG07b0786939c8: Revert "common: Add a default OpenPGP ECC mapping." (authored by ikloecker).
Revert "common: Add a default OpenPGP ECC mapping."
Sep 9 2022, 6:27 PM
ikloecker added a comment to T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase.

This was broken by a regression in the P12 parsing code.

Sep 9 2022, 6:25 PM · Restricted Project, kleopatra
ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 5:41 PM · gnupg24, dirmngr, Bug Report
ikloecker triaged T6014: Add support for relative redirect URI-references to dirmngr as Normal priority.

Thanks for your help analysing this problem.

Sep 9 2022, 5:38 PM · gnupg24, dirmngr, Bug Report
ikloecker added a comment to T6199: Kleopatra: MIME viewer support.

Wouldn't it make more sense to pass the decrypted text back (wrapped into a minimal rfc2822 message) to a MUA if it turns out to be another MIME tree with attachments and what not? After all, parsing and showing MIME trees is what MUAs are really good at and many MUAs should be able to open an .eml file.

Sep 9 2022, 2:54 PM · mimetreeparser, Restricted Project, kleopatra
ikloecker changed the status of T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message from Open to Testing.
Sep 9 2022, 2:37 PM · Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.

If any notepad operation is canceled, then there shouldn't be any error messages or result widgets (the frame with the Close button in the screen shots) anymore.

Sep 9 2022, 2:36 PM · Restricted Project, kleopatra, Bug Report
ikloecker committed rKLEOPATRA70c42e4a4ccc: Use GpgME::Error instead of the cryptic encoded error in task results (authored by ikloecker).
Use GpgME::Error instead of the cryptic encoded error in task results
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA24e550bb5ca2: Don't show result widget or error message if operation was canceled (authored by ikloecker).
Don't show result widget or error message if operation was canceled
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA3ebfde6dc150: Use error of decryption result also if decryption was canceled (authored by ikloecker).
Use error of decryption result also if decryption was canceled
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA0ab233c16adf: Remove unneeded, non-virtual reimplementation of hasError() (authored by ikloecker).
Remove unneeded, non-virtual reimplementation of hasError()
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA52483af5e42e: Properly report a canceled sign and/or encrypt operation (authored by ikloecker).
Properly report a canceled sign and/or encrypt operation
Sep 9 2022, 2:15 PM
ikloecker claimed T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.
Sep 9 2022, 10:48 AM · Restricted Project, kleopatra, Bug Report
ikloecker committed rKLEOPATRA3e8472b536a3: Make the Certificate Dump dialog a child of its parent dialog (authored by ikloecker).
Make the Certificate Dump dialog a child of its parent dialog
Sep 9 2022, 9:55 AM
ikloecker committed rKLEOPATRAc2a598964bb8: Do not crash when closing details widget while certificate dump is shown (authored by ikloecker).
Do not crash when closing details widget while certificate dump is shown
Sep 9 2022, 9:55 AM
ikloecker changed the status of T6180: Kleopatra: "more details" in group edit opens information window in background from Open to Testing.

Fixed.

Sep 9 2022, 9:54 AM · Restricted Project, kleopatra
ikloecker removed a project from T6014: Add support for relative redirect URI-references to dirmngr: No Response.
Sep 9 2022, 8:42 AM · gnupg24, dirmngr, Bug Report
ikloecker claimed T6180: Kleopatra: "more details" in group edit opens information window in background.
Sep 9 2022, 8:41 AM · Restricted Project, kleopatra
ikloecker changed the status of T6188: kleopatra: notepad verify/decrypt button not always greyed out when it should be from Open to Testing.
Sep 9 2022, 8:40 AM · Restricted Project, kleopatra
ikloecker triaged T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message as Normal priority.
Sep 9 2022, 8:39 AM · Restricted Project, kleopatra, Bug Report

Sep 8 2022

ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

To debug this you can enable logging of the dirmngr (which does actually talk to the keyservers). To do so open GnuPG System/Network in Kleopatra's configuration dialog and set the debugging level to 4 - All and enter a filename for the log file.

Sep 8 2022, 7:30 PM · gnupg24, dirmngr, Bug Report
ikloecker added a comment to T6014: Add support for relative redirect URI-references to dirmngr.

OK, so this warning should just be ignored then?

Sep 8 2022, 6:10 PM · gnupg24, dirmngr, Bug Report
ikloecker created T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.
Sep 8 2022, 12:55 PM · Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T6188: kleopatra: notepad verify/decrypt button not always greyed out when it should be.

I have implemented this a bit differently in particular with usability (e.g. discoverability of the import possibility) and accessibility in mind:

  • Add a separate Import button instead of re-using the Sign/Encrypt button.

For one, this allows the user to encrypt a public key block. Moreover,
buttons that magically change their meaning are bad for accessibility.

  • Update the three crypto operation buttons in one place.
  • Disable the Verify/Decrypt button if the notepad is empty.
Sep 8 2022, 12:50 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA7df275a78e70: Improve usability and accessibility of the notepad operations (authored by ikloecker).
Improve usability and accessibility of the notepad operations
Sep 8 2022, 12:45 PM
ikloecker committed rKLEOPATRAc19d273664d8: Remove word puzzles (authored by ikloecker).
Remove word puzzles
Sep 8 2022, 12:45 PM
ikloecker created T6195: gpg: New key has unknown trust after generation.
Sep 8 2022, 10:26 AM · Not A Bug, gnupg

Sep 6 2022

ikloecker added a comment to T6085: pinentry-qt: Earlier passphrase hint when creating new key.
In T6085#162918, @ebo wrote:

well, when creating openPGP keys with kleopatra I did not see any hints. I do not think that the issue would be vaild for password based encryption. There the common usecase is autogeneration, anyway

Sep 6 2022, 5:46 PM · gnupg, Restricted Project, pinentry
ikloecker added a comment to T6085: pinentry-qt: Earlier passphrase hint when creating new key.

@ikloecker yes as mentioned in my response the current hints are only for symmetric.

Sep 6 2022, 5:41 PM · gnupg, Restricted Project, pinentry
ikloecker added a comment to T6188: kleopatra: notepad verify/decrypt button not always greyed out when it should be.

After some discussion with Andre we decided:

  1. We keep both buttons always enabled. Reasoning: We do not want to disallow a valid operation just because our heuristic says that attempting a decryption makes no sense.
  2. Instead of the Encrypt button we switch the Decrypt button to Import if we detect a key block. This way the users can encrypt key blocks (which does make sense; in particular, for protecting exported secret keys), but attempting to decrypt a key block will always fail.
Sep 6 2022, 3:53 PM · Restricted Project, kleopatra
ikloecker added a comment to T6085: pinentry-qt: Earlier passphrase hint when creating new key.

The long hint is "hidden" in the tooltip of the short hint.

Sep 6 2022, 2:53 PM · gnupg, Restricted Project, pinentry
ikloecker added a comment to T6085: pinentry-qt: Earlier passphrase hint when creating new key.

And the issue for which @ebo opened this ticket is in my opinion that you have to fail first before you see the hint.

Sep 6 2022, 2:42 PM · gnupg, Restricted Project, pinentry
ikloecker changed the status of T6189: Secret key backup of S/MIME certificate creates bad result from Open to Testing.

Should be fixed.

Sep 6 2022, 12:46 PM · Restricted Project, kleopatra, Restricted Project
ikloecker committed rKLEOPATRA7c2e37417b09: Tell gpgsm to export the secret key as PKCS#12 (authored by ikloecker).
Tell gpgsm to export the secret key as PKCS#12
Sep 6 2022, 12:45 PM
ikloecker added a comment to T6189: Secret key backup of S/MIME certificate creates bad result.

This is most likely a regression of switching to the gpgme-based secret key export.

Sep 6 2022, 12:43 PM · Restricted Project, kleopatra, Restricted Project
ikloecker triaged T6189: Secret key backup of S/MIME certificate creates bad result as High priority.
Sep 6 2022, 12:27 PM · Restricted Project, kleopatra, Restricted Project
ikloecker placed T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine" up for grabs.

The error is generated in parse_import in gpgme/src/import.c:

if (errno || args == tail || *tail != ' ')
  {
    /* The crypto backend does not behave.  */
    free (import);
    return trace_gpg_error (GPG_ERR_INV_ENGINE);
  }
Sep 6 2022, 11:34 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project
ikloecker claimed T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine".
Sep 6 2022, 11:33 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project

Sep 5 2022

ikloecker added a comment to T6183: Kleopatra: on import own public key do not show "certify window" .

Does the problem even occur if the secret key stubs have already been created?

Sep 5 2022, 12:53 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAb11dfc5f02eb: Make InfoField work as intended with Windows UI Automation (authored by ikloecker).
Make InfoField work as intended with Windows UI Automation
Sep 5 2022, 12:36 PM
ikloecker updated subscribers of T6183: Kleopatra: on import own public key do not show "certify window" .
Sep 5 2022, 11:20 AM · Restricted Project, kleopatra
ikloecker added a comment to T6183: Kleopatra: on import own public key do not show "certify window" .

I think this is mostly an issue during the setup of smart cards because Kleopatra lacks the functionality to delete the locally stored secret key without deleting the public key. Therefore, currently, it is necessary to delete secret and public key and then to re-import the public key.

Sep 5 2022, 11:20 AM · Restricted Project, kleopatra

Sep 3 2022

ikloecker added a comment to T6184: zlib version 1.2.12 actually used by GnuPG / Gpg4Win suffers from CVE-2022-37434 / 2 patches are available.

inflateGetHeader does not seem to be called by anything from KDE. The only hits are from a copy of zlib included in marble.
https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=inflateGetHeader

Sep 3 2022, 5:07 PM · Not A Bug, kleopatra, gpg4win

Sep 2 2022

ikloecker added a comment to T6183: Kleopatra: on import own public key do not show "certify window" .

Please give a step-by-step description how to reproduce this.

Sep 2 2022, 4:52 PM · Restricted Project, kleopatra
ikloecker added a comment to T6182: Kleopatra: "general error" on wrong PIN input during certification.

I'm asked three times for the passphrase, but otherwise I can confirm this.

Sep 2 2022, 4:48 PM · Restricted Project, kleopatra
ikloecker added a comment to T6180: Kleopatra: "more details" in group edit opens information window in background.

Possible root cause: The S/MIME details window seems to lack a parent.

Sep 2 2022, 4:46 PM · Restricted Project, kleopatra
ikloecker added a comment to T5620: GnuPG, pinentry: Passphrase pattern error / warning does not match new logic.

I have introduced this hint exactly because it's impossible to describe the rules automatically.

Sep 2 2022, 4:28 PM · gnupg, Restricted Project
ikloecker added a comment to T5620: GnuPG, pinentry: Passphrase pattern error / warning does not match new logic.

These hints are taken from the help.txt file.

Sep 2 2022, 4:28 PM · gnupg, Restricted Project
ikloecker added a comment to T5620: GnuPG, pinentry: Passphrase pattern error / warning does not match new logic.

gpg-agent passes to pinentry a short and a long hint for the passphrase constraints (see constraints-hint-* in pinentry.texi). If these hints are set, then pinentry shows them even before the user has started to enter a passphrase. The error message can then simply be "Read the hint, stupid!". Just kidding, of course.

Sep 2 2022, 4:27 PM · gnupg, Restricted Project
ikloecker added a comment to T6109: Kleopatra: Better way to show expired subkeys.

We could use single letters or icons (with proper tool tip and accessible name). I'm not sure mentioning the cert usage is that useful.

Sep 2 2022, 11:24 AM · Feature Request, OpenPGP, kleopatra

Aug 30 2022

ikloecker added a comment to T6149: Kleopatra: Fix (accessibility) issues found while testing with NVDA.

I found the following issues while testing with NVDA:

  1. In the Certificate Details dialog NVDA does not read the labels associated to the key properties when a property gets focus, e.g. it reads the expiration date, but it does not read the label "Valid until".
  2. In the Certify dialog the "Advanced" expander lacks a focus indicator.
  3. In the Certify dialog the explicitly shown tool tips are not read.
  4. In the Certify dialog the explicitly shown tool tips are immediately closed if the mouse pointer is over them or if the mouse is moved a short distance.
  5. When a dialog is opened, then a label that has initial input focus lacks a focus indicator.
Aug 30 2022, 2:15 PM · kleopatra, Restricted Project
ikloecker committed rLIBKLEO23fe13c5ecdc: Use the same text for display and accessibility tools (authored by ikloecker).
Use the same text for display and accessibility tools
Aug 30 2022, 10:01 AM

Aug 29 2022

ikloecker added projects to T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed: kleopatra, Restricted Project.
Aug 29 2022, 11:21 AM · Restricted Project, kleopatra
ikloecker changed the status of T6166: Kleopatra: Require either name or email when generating keys for OpenPGP smart card from Open to Testing.
Aug 29 2022, 11:18 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRAf136c6c96fa1: Fix and simplify logic checking for name or email address (authored by ikloecker).
Fix and simplify logic checking for name or email address
Aug 29 2022, 11:15 AM
ikloecker moved T6166: Kleopatra: Require either name or email when generating keys for OpenPGP smart card from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Aug 29 2022, 11:10 AM · Restricted Project, kleopatra
ikloecker triaged T6166: Kleopatra: Require either name or email when generating keys for OpenPGP smart card as Normal priority.
Aug 29 2022, 11:10 AM · Restricted Project, kleopatra

Aug 26 2022

ikloecker changed the status of T6163: Kleopatra: Fetch missing keys broken from Open to Testing.

Fixed

Aug 26 2022, 12:23 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA9cf581b9561b: Fix broken signal-slot connection (authored by ikloecker).
Fix broken signal-slot connection
Aug 26 2022, 12:19 PM

Aug 25 2022

ikloecker added a comment to T6161: pinentry doesn't allow disabling various library linkages (libX11, KF5WaylandClient, Qt5X11Extras).

I'm not sure I understand. If you don't want pinentries depending on libX11, then simply disable those pinentries with --disable-pinentry-qt5, etc. For Wayland it may make sense to allow disabling it.

Aug 25 2022, 9:40 AM · pinentry, Feature Request

Aug 24 2022

ikloecker closed T4405: Pinentry: Offer to generate a password as Resolved.
Aug 24 2022, 9:23 PM · pinentry
ikloecker added a comment to T4405: Pinentry: Offer to generate a password.

At least, pinentry-qt offers this functionality since 1.2.0 (see T5517: Improvements for symmetric encryption).

Aug 24 2022, 9:23 PM · pinentry
ikloecker added a project to T4950: pinentry: Add warning when capslock is on: Restricted Project.
Aug 24 2022, 9:17 PM · Restricted Project, Restricted Project, pinentry
ikloecker added a comment to T5160: Pinentry: Improved generate support.

Isn't this (mostly?) done? See T5517: Improvements for symmetric encryption.

Aug 24 2022, 9:14 PM · gpgagent, pinentry
ikloecker closed T5307: pinentry-qt unilaterally enables rpath, even when configured with `--disable-rpath` as Resolved.
Aug 24 2022, 9:08 PM · qt, pinentry, Bug Report
ikloecker added a project to T5543: pinentry-qt: Accessibility switch to repeat on enter: Restricted Project.
Aug 24 2022, 9:05 PM · a11y, pinentry, Restricted Project
ikloecker closed T6041: pinentry-qt dialog window no longer floats under Sway (fixed after 1.2.0) as Resolved.

pinentry 1.2.1 has been released today

Aug 24 2022, 9:00 PM · Restricted Project, pinentry, Bug Report
ikloecker added a project to T6085: pinentry-qt: Earlier passphrase hint when creating new key: Installer.
Aug 24 2022, 8:57 PM · gnupg, Restricted Project, pinentry
ikloecker committed rP0f8e361f4331: qt: Do not set accessible description of text labels (authored by ikloecker).
qt: Do not set accessible description of text labels
Aug 24 2022, 3:26 PM
ikloecker committed rP1b60a7e5a39e: qt: Do not set accessible name and description of dialog (authored by ikloecker).
qt: Do not set accessible name and description of dialog
Aug 24 2022, 3:26 PM
ikloecker committed rPb2208048be77: qt: Do not set accessible description of buttons (authored by ikloecker).
qt: Do not set accessible description of buttons
Aug 24 2022, 3:26 PM
ikloecker changed the status of T6156: Kleopatra: Aborting password entry on certify leads to broken error message from Open to Testing.

I'll flag it for re-testing with the next version.

Aug 24 2022, 2:52 PM · kleopatra, Restricted Project
ikloecker added a comment to T6156: Kleopatra: Aborting password entry on certify leads to broken error message.

The (): is the result of Formatting::formatForComboBox(d->key()) which has just been changed to Formatting::formatForComboBox(target) to fix T6154: Kleopatra: Assert in CertifyCertificateCommand after setting ownertrust of key. I think this issue here is just another symptom of the same bug as in T6154: Kleopatra: Assert in CertifyCertificateCommand after setting ownertrust of key. You were just quick enough to avoid the assert.

Aug 24 2022, 2:52 PM · kleopatra, Restricted Project
ikloecker added a project to T6152: Allow giving context to gpg-agent: gnupg.
Aug 24 2022, 2:44 PM · gnupg26, Feature Request, S/MIME
ikloecker added a comment to T6151: limit-card-insert-tries is not doing anything, "insert card" is still shown.

Looks like this option has been merged 16 years ago from gpg 1.4.3. My guess is that it was never used in gpg 2.x.

Aug 24 2022, 2:42 PM · Bug Report
ikloecker added a comment to T6150: gpgadduserideditinteractor.cpp: error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing].

For the original issue I'd prefer to silence the error/warning with -Wno-narrowing because I think it's a non-issue. Or does changing the enum declarations to enum : unsigned int make clang happy?

Aug 24 2022, 2:34 PM · C++, gpgme, Bug Report
ikloecker added a comment to T6150: gpgadduserideditinteractor.cpp: error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing].

For gpgme (as for the other GnuPG libraries) we use the good old mailing list based process for contributing patches. See doc/HACKING for details. In particular, we'll need a signed DCO from you.

Aug 24 2022, 2:20 PM · C++, gpgme, Bug Report
ikloecker triaged T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed as Normal priority.
Aug 24 2022, 2:07 PM · Restricted Project, kleopatra
ikloecker changed the status of T6154: Kleopatra: Assert in CertifyCertificateCommand after setting ownertrust of key from Open to Testing.

Should be fixed.

Aug 24 2022, 2:01 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA800c22f7f4a2: Keep a reference to the key to certify (authored by ikloecker).
Keep a reference to the key to certify
Aug 24 2022, 2:00 PM
ikloecker committed rKLEOPATRA91702e1a46ec: Fix tool tip for S/MIME CSR and set accessible description (authored by ikloecker).
Fix tool tip for S/MIME CSR and set accessible description
Aug 24 2022, 2:00 PM
ikloecker added a comment to T4429: Kleopatra: Offer to generate ECC keys on Smartcards which support it.

This (old) task only concerns OpenPGP smart cards resp. the OpenPGP card app, right? Because for PIV ECC has always been offered since PIV is supported. And for other card apps we do not even support generating keys AFAIK.

Aug 24 2022, 9:45 AM · Restricted Project, kleopatra
ikloecker added a comment to T4429: Kleopatra: Offer to generate ECC keys on Smartcards which support it.

scdaemon should return this information together with other information about the smart card or the key slot.

Aug 24 2022, 9:40 AM · Restricted Project, kleopatra
ikloecker triaged T6150: gpgadduserideditinteractor.cpp: error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing] as Low priority.
Aug 24 2022, 9:32 AM · C++, gpgme, Bug Report