Page MenuHome GnuPG
Feed Advanced Search

Jan 8 2018

aheinecke closed T3658: GpgEX: internal error when trying to verify a non-signature file as Resolved.

Fixed with https://commits.kde.org/kleopatra/066c6e4ca82d064437f1902838d09fa903147e40

Jan 8 2018, 12:35 PM · kleopatra, gpg4win, Bug Report
Lloyd added a comment to T3714: Failing to decrypt due to missing MDC.

In the folder %APPDATA%\gnupg create a file named gpg.conf (or edit it if it exists) and put the line "ignore-mdc-error" in there. This should globally set this option and gpgol will also respect this.

Jan 8 2018, 11:25 AM · FAQ, kleopatra
aheinecke claimed T3658: GpgEX: internal error when trying to verify a non-signature file.

Thank you for your report. I can reproduce this problem. Kleopatra correctly looks for the signature file but then fails to set the protocol. This results in an internal error.

Jan 8 2018, 8:59 AM · kleopatra, gpg4win, Bug Report
aheinecke added a comment to T3714: Failing to decrypt due to missing MDC.
In T3714#109045, @Lloyd wrote:

I appreciate the dangers. Whilst I try and persuade the sender to deal with the issue at their end, is there anyway to include this option in GpgOL on a temporary basis?

Jan 8 2018, 8:06 AM · FAQ, kleopatra

Jan 6 2018

werner renamed T3714: Failing to decrypt due to missing MDC from Failing to decrypt to Failing to decrypt due to missing MDC.
Jan 6 2018, 11:49 AM · FAQ, kleopatra
werner assigned T3714: Failing to decrypt due to missing MDC to aheinecke.

Andre, I assign this to you. If you don't think that a better warning in Kleopatra is needed, please close the report.

Jan 6 2018, 11:47 AM · FAQ, kleopatra

Jan 5 2018

Lloyd added a comment to T3714: Failing to decrypt due to missing MDC.

OK. Thank you for that.

Jan 5 2018, 5:17 PM · FAQ, kleopatra
werner added a comment to T3714: Failing to decrypt due to missing MDC.

Thanks for asking. We may need to put this into the FAQ, so here is my answer:

Jan 5 2018, 4:56 PM · FAQ, kleopatra
Lloyd added a comment to T3714: Failing to decrypt due to missing MDC.

Forgive me if I'm completely off the mark here. In no way do I claim to fully understand gpg etc.

Jan 5 2018, 2:04 PM · FAQ, kleopatra
werner edited projects for T3714: Failing to decrypt due to missing MDC, added: kleopatra, FAQ; removed Bug Report, gpg4win.

The last line shows that gpg decided that to return a failure because the message does not use the MDC scheme. Since the introduction of modern algorithms with a _blocklength_ of 128 bit (e.g. AES) gpg always uses the MDC encryption system even if it is not announced by the respective key flags. The reason for theses algorithms are newer than the MDC system and thus we can expect that all applications supporting AES will also support MDC.

Jan 5 2018, 11:20 AM · FAQ, kleopatra

Dec 13 2017

aheinecke added a parent task for T3611: Kleopatra: Issuer links don't work in certificatedetails: T3607: Gpg4win 3.0.3.
Dec 13 2017, 10:22 AM · kleopatra
aheinecke closed T3611: Kleopatra: Issuer links don't work in certificatedetails as Resolved.

Fixed with: https://commits.kde.org/kleopatra/c85bc8ebbe8594be9309e3e8a0945a5dbb90828c

Dec 13 2017, 10:21 AM · kleopatra
aheinecke added a comment to T3611: Kleopatra: Issuer links don't work in certificatedetails.

Also the Name and E-Mail split in the table looks ugly. While technically they are on different UserID objects it would be prettyer to combine them.

Dec 13 2017, 10:19 AM · kleopatra

Dec 12 2017

aheinecke closed T3594: Kleopatra: Send CSR / Public Key by E-Mail does not work with Outlook as MUA as Wontfix.

This goes to wontfix I investigated and there is no way to attach a file trough the mailto protocol with outlook. Only the parameters from https://msdn.microsoft.com/en-us/library/aa767737.aspx are supported.
Theoretically Kleopatra "could" use MAPI to achieve creating a mail with attachment but this would be overkill. Kleopatra puts up a big warning that attaching may not have worked and ok.

Dec 12 2017, 1:51 PM · gpg4win, kleopatra
aheinecke closed T3603: Kleopatra: Sorting in Keylist is broken as Resolved.
Dec 12 2017, 12:51 PM · Bug Report, kleopatra
aheinecke added a parent task for T3603: Kleopatra: Sorting in Keylist is broken: T3607: Gpg4win 3.0.3.
Dec 12 2017, 12:51 PM · Bug Report, kleopatra
aheinecke added a comment to T3603: Kleopatra: Sorting in Keylist is broken.

Case Insensitive Sorting is fixed with:
https://commits.kde.org/kleopatra/856aad228a81f542f821209ae2c796d9b7160263

Dec 12 2017, 12:51 PM · Bug Report, kleopatra

Dec 11 2017

aheinecke added a comment to T3605: Kleopatra: OpenPGP / SMIME Certificate dumps for Copy / Paste.

Forgot to mention the revision. It's https://commits.kde.org/kleopatra/0428c744fbd56a305d3e249215d74fe6ad811acf

Dec 11 2017, 4:17 PM · gpg4win, kleopatra
aheinecke closed T3605: Kleopatra: OpenPGP / SMIME Certificate dumps for Copy / Paste as Resolved.

I implemented a text export action that uses the details of a certificate as comments. This will bring back the old copy & paste able details and has the additional advantage of a nice and quick export.

Dec 11 2017, 4:16 PM · gpg4win, kleopatra
aheinecke added a parent task for T3605: Kleopatra: OpenPGP / SMIME Certificate dumps for Copy / Paste: T3607: Gpg4win 3.0.3.
Dec 11 2017, 4:15 PM · gpg4win, kleopatra
aheinecke created T3611: Kleopatra: Issuer links don't work in certificatedetails.
Dec 11 2017, 1:55 PM · kleopatra
werner added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

I checked the mingw runtime and did not found any allocation of a new console. Thus I don't understand why a console pops up when gpgconf is used. gpgconf spawns gpg et. al to read its options and it does this without using DETACHED_PROCESS. Thus all these subprocesses inherit the parents console - which is for gpgme started process no console (due to DETACHED_PROCESS used in gpgme_w32spwn). For a GUI application like Kleopatra which has no console, the use use DETACHED_PROCESS sould not make a difference because there is no console to inherit. Andre's test however show that it makes a difference.

Dec 11 2017, 1:48 PM · Windows, gpgme
aheinecke created T3605: Kleopatra: OpenPGP / SMIME Certificate dumps for Copy / Paste.
Dec 11 2017, 12:52 PM · gpg4win, kleopatra
aheinecke created T3604: Kleopatra: Default column sizes / Window size for Keylist still wrong.
Dec 11 2017, 12:49 PM · gpg4win, Bug Report, kleopatra
aheinecke created T3603: Kleopatra: Sorting in Keylist is broken.
Dec 11 2017, 12:47 PM · Bug Report, kleopatra
werner added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

The assuan_pipe_connect function is called with bit 7 set for example to start pinentry or scdaemon:

Dec 11 2017, 12:18 PM · Windows, gpgme
aheinecke created T3602: Kleopatra: Using tmp directory to buffer decrypted file should be configurable.
Dec 11 2017, 12:03 PM · Bug Report, gpg4win, kleopatra
aheinecke updated subscribers of T3601: GnuPG: Decryption on Windows Samba share is very slow.
Dec 11 2017, 11:59 AM · gpg4win, gnupg, kleopatra
aheinecke created T3601: GnuPG: Decryption on Windows Samba share is very slow.
Dec 11 2017, 11:59 AM · gpg4win, gnupg, kleopatra
aheinecke added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

*cough* That change made it into Gpg4win 3.0.2 *cough*

Dec 11 2017, 11:49 AM · Windows, gpgme

Dec 8 2017

aheinecke created T3596: Kleopatra: S/MIME CSRs can only be exported once and are otherwise hidden.
Dec 8 2017, 2:00 PM · gpg4win, kleopatra
aheinecke created T3595: GpgOL / Kleopatra: Certificate selection shows duplicated userids.
Dec 8 2017, 1:59 PM · gpg4win, gpgol, kleopatra
aheinecke created T3594: Kleopatra: Send CSR / Public Key by E-Mail does not work with Outlook as MUA.
Dec 8 2017, 1:57 PM · gpg4win, kleopatra
aheinecke created T3593: Kleopatra: Failure to overwrite existing file with CSR.
Dec 8 2017, 1:55 PM · gpg4win, kleopatra
aheinecke closed T3550: Kleopatra: Crash when searching in LDAP as Resolved.

Resolved with gpg4win-3.0.2

Dec 8 2017, 1:51 PM · kleopatra, gpgme

Dec 7 2017

aheinecke closed T3579: Kleopatra: Missing certifications view since 3.0 update as Resolved.

Added it. For now it's pretty bare but already an improvement on the old (which only showed "class") and no indication if a signature was revoked.

Dec 7 2017, 2:11 PM · kleopatra
aheinecke created T3579: Kleopatra: Missing certifications view since 3.0 update.
Dec 7 2017, 1:22 PM · kleopatra

Dec 6 2017

aheinecke added a comment to T3577: Kleopatra crashes while creating a key and aborting pinentry.

It's also fixed. There was a problem with the error handing. A canceled pinentry is communicated as an error with code operation canceled.

Dec 6 2017, 1:22 PM · kleopatra, gpg4win, Bug Report
JochenSaalfeld added a comment to T3577: Kleopatra crashes while creating a key and aborting pinentry.

So if the user had a "real" error it might have crashed instead of showing the error.

Dec 6 2017, 12:58 PM · kleopatra, gpg4win, Bug Report
aheinecke added a comment to T3577: Kleopatra crashes while creating a key and aborting pinentry.

As a note: The second crash might be related in that the crash could happen on any error. So if the user had a "real" error it might have crashed instead of showing the error.

Dec 6 2017, 12:56 PM · kleopatra, gpg4win, Bug Report
aheinecke closed T3577: Kleopatra crashes while creating a key and aborting pinentry as Resolved.

Indeed easily reproducible issue.

Dec 6 2017, 12:52 PM · kleopatra, gpg4win, Bug Report
JochenSaalfeld updated the task description for T3577: Kleopatra crashes while creating a key and aborting pinentry.
Dec 6 2017, 11:29 AM · kleopatra, gpg4win, Bug Report
JochenSaalfeld assigned T3577: Kleopatra crashes while creating a key and aborting pinentry to aheinecke.
Dec 6 2017, 11:28 AM · kleopatra, gpg4win, Bug Report
JochenSaalfeld created T3577: Kleopatra crashes while creating a key and aborting pinentry.
Dec 6 2017, 11:28 AM · kleopatra, gpg4win, Bug Report

Dec 5 2017

aheinecke closed T3572: Signing and encrypting of file leave a temp file in kleologdir in plain text with prefix file-in- as Invalid.

Hi,
this is intended behavior. KLEOPATRA_LOGDIR is a development / testing setting and it can be useful to look into which data is sent to GnuPG.
Please disable Kleopatra logging as described in:
https://www.gpg4win.org/doc/en/gpg4win-compendium_29.html

Dec 5 2017, 7:28 AM · kleopatra, Bug Report

Dec 3 2017

earnest_sir created T3572: Signing and encrypting of file leave a temp file in kleologdir in plain text with prefix file-in- .
Dec 3 2017, 7:31 PM · kleopatra, Bug Report

Dec 1 2017

aheinecke closed T3552: Kleopatra: URL Support for OpenPGP Smartcards as Resolved.

Last commit of the series: https://commits.kde.org/kleopatra/c5567d6915bb0e76284281590282d942966322b0

Dec 1 2017, 12:36 PM · kleopatra
aheinecke created T3552: Kleopatra: URL Support for OpenPGP Smartcards.
Dec 1 2017, 11:30 AM · kleopatra
aheinecke closed T3551: Kleopatra: Fileencryption certificate selection completion has no icon as Resolved.

Implemented with https://commits.kde.org/kleopatra/3ddc062f72853738904d1e25dd2d4440e348fd43

Dec 1 2017, 11:10 AM · kleopatra
aheinecke created T3551: Kleopatra: Fileencryption certificate selection completion has no icon.
Dec 1 2017, 11:08 AM · kleopatra
aheinecke created T3550: Kleopatra: Crash when searching in LDAP.
Dec 1 2017, 8:59 AM · kleopatra, gpgme

Nov 30 2017

aheinecke closed T3549: Kleopatra: Add certify button to details dialog as Resolved.

Added with https://commits.kde.org/kleopatra/2b22bccfa852cd22e62d95c2270187c7f23b63cf

Nov 30 2017, 3:23 PM · gpg4win, kleopatra
aheinecke created T3549: Kleopatra: Add certify button to details dialog.
Nov 30 2017, 2:57 PM · gpg4win, kleopatra
aheinecke closed T3548: Kleopatra: Locate keys should be used for File Encryption as Resolved.

Implemented with https://commits.kde.org/kleopatra/805f5cfafe9f464de6f6a22619a74062ae781bfd

Nov 30 2017, 12:52 PM · gpg4win, kleopatra
aheinecke created T3548: Kleopatra: Locate keys should be used for File Encryption.
Nov 30 2017, 11:36 AM · gpg4win, kleopatra
aheinecke closed T3519: Kleo: Keylist should be accessible from File encryption dialog as Resolved.

Nevermind. The keylist can be accessed by activating the line action (clicking on the button)

Nov 30 2017, 10:25 AM · kleopatra, gpg4win
aheinecke closed T3544: Kleopatra: Sometimes crashes in GpgOL certificate selection as Resolved.

Fixed / Workarounded with https://commits.kde.org/kleopatra/9bef188fd2a2b820a63e9c7ed130c0990b7f3ce5
I was unable to reproduce this on Linux so no Valgrind / GDB. Fix is not pretty but works and ultimately we want to replace that dialog anyway.

Nov 30 2017, 9:40 AM · gpg4win, kleopatra
aheinecke closed T3159: Various small Kleopatra improvements as Resolved.

Mostly done

Nov 30 2017, 9:14 AM · g10code Sprint, kleopatra, gpg4win
aheinecke closed T3547: Kleopatra: Failure to move decrypted folders to differen partition as Resolved.

Problem was indeed that QFile::Rename does not work across partitions.

Nov 30 2017, 9:03 AM · gpg4win, kleopatra
aheinecke created T3547: Kleopatra: Failure to move decrypted folders to differen partition.
Nov 30 2017, 8:11 AM · gpg4win, kleopatra

Nov 29 2017

aheinecke created T3544: Kleopatra: Sometimes crashes in GpgOL certificate selection.
Nov 29 2017, 7:42 AM · gpg4win, kleopatra

Nov 28 2017

aheinecke added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

The overhead of the start should be reduced by kleopatra as it uses a static c++ object that is only read once. Yes that might contain stale values but we don't expect users to meddle with config files while they have kleopatra open to edit the config.
Similar for GpgOL. Stuff like compliance is only queried once, (maybe twice?) during startup.

Nov 28 2017, 3:46 PM · Windows, gpgme

Nov 27 2017

aheinecke triaged T3518: Kleopatra Internal error (218103871) as Normal priority.

What Kind of File were you attempting to Verify (e.g. S/MIME or openpgp, detached or embedded). Ideally if it was a public file I could try to reproduce.

Nov 27 2017, 1:17 PM · kleopatra, Bug Report
werner added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

I need to look at the code. I remember that we used to flag executables as GUI applications so that they do not show the console at all.

Nov 27 2017, 11:28 AM · Windows, gpgme
aheinecke raised the priority of T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup from Normal to High.

While testing more I find this issue very irritating.

Nov 27 2017, 9:02 AM · Windows, gpgme

Nov 24 2017

aheinecke triaged T3520: Change "encrypt to myself" to the same changed key as "sign as" when signing and encrypting files with Kleopatra as Wishlist priority.
Nov 24 2017, 9:52 AM · kleopatra, gpg4win, Feature Request

Nov 21 2017

werner added a project to T3518: Kleopatra Internal error (218103871): kleopatra.
Nov 21 2017, 11:48 AM · kleopatra, Bug Report
JochenSaalfeld updated the task description for T3520: Change "encrypt to myself" to the same changed key as "sign as" when signing and encrypting files with Kleopatra.
Nov 21 2017, 11:11 AM · kleopatra, gpg4win, Feature Request
JochenSaalfeld assigned T3520: Change "encrypt to myself" to the same changed key as "sign as" when signing and encrypting files with Kleopatra to aheinecke.
Nov 21 2017, 10:52 AM · kleopatra, gpg4win, Feature Request
JochenSaalfeld created T3520: Change "encrypt to myself" to the same changed key as "sign as" when signing and encrypting files with Kleopatra.
Nov 21 2017, 10:52 AM · kleopatra, gpg4win, Feature Request
aheinecke created T3519: Kleo: Keylist should be accessible from File encryption dialog.
Nov 21 2017, 9:18 AM · kleopatra, gpg4win

Nov 20 2017

aheinecke added a comment to T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.

The problem is that gpgme-w32spawn.exe uses DETACHED_PROCESS which means that the newly created process does not inherit the console of the parent process.

Nov 20 2017, 2:05 PM · Windows, gpgme
aheinecke created T3516: Gpg4win: Version info for Kleopatra.
Nov 20 2017, 10:42 AM · kleopatra, gpg4win
aheinecke created T3515: Gpg4win: Gpgconf used to open "windows" and slows down kleo startup.
Nov 20 2017, 10:36 AM · Windows, gpgme

Nov 17 2017

aheinecke created T3509: GpgOL: Key resolution without Kleopatra or GPA.
Nov 17 2017, 9:34 AM · kleopatra, gpgol, gpg4win
aheinecke closed T3506: File wiping during encryption as Wontfix.

Thanks for your feedback. But this is intentional. There were two problems with with this:

Nov 17 2017, 8:40 AM · kleopatra, gpg4win, Bug Report

Nov 15 2017

werner added projects to T3506: File wiping during encryption: gpg4win, kleopatra.
Nov 15 2017, 6:51 PM · kleopatra, gpg4win, Bug Report

Nov 13 2017

aheinecke closed T3486: ASCII armor option missing from gpgEX as of gpg4win 3.0.0 as Wontfix.

This is intentional with the rationale being that users either want ascii armor for some reason for all their usecases or they don't want it.
And most users won't even know what ASCII Armor means (Adding "Armor" sounds like additional protection). So we moved this setting into configuration and renamed it.

Nov 13 2017, 9:44 AM · Feature Request, gpg4win, kleopatra

Nov 6 2017

werner triaged T3486: ASCII armor option missing from gpgEX as of gpg4win 3.0.0 as Normal priority.

This dialog actually belongs to Kleopatra. I added the respective tag.

Nov 6 2017, 4:42 PM · Feature Request, gpg4win, kleopatra

Oct 24 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

Since this is a bug that is related to two different parts of the gpg4win package, this bug now only cares about the GpgOL Issue, that GpgOL crashes and cant decrypt messages from the sent folder that are encrypted with S/MIME. All File Based Issues are belonging to Kleopatra are documentet in the KDE Phabricator (https://phabricator.kde.org/T7310).

Oct 24 2017, 11:13 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
  1. Mails encrypted with S/MIME are stored with "No Data" in the sent EMail folder, but arrive properly at the recipients (you will recieve a readable copy, if you add yourself to the list of recipients). This Issue breaks the GpgOL Plugin after some time which is leading to the described Problem.
Oct 24 2017, 9:42 AM · gpg4win, gpgol, Bug Report

Oct 23 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
  1. Files that are Signed and Encrypted to a S/MIME Certificate is broken. When you select a file and encrypt and sign it to a recipient, only a detached signature will be created and the Encrpyted file is missing. (Very similar to Issue 1, but file based).

https://phabricator.kde.org/D8368

Oct 23 2017, 9:50 AM · gpg4win, gpgol, Bug Report

Oct 19 2017

JochenSaalfeld added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

So far we could recreate the following issues:

Oct 19 2017, 12:37 PM · gpg4win, gpgol, Bug Report

Oct 17 2017

JochenSaalfeld merged T3421: Outlook 2010-64bit crashes when opening encrypted message in sent messages and certiface of this message is in "other certificates" insted "trusted certificates" into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 17 2017, 8:40 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld merged T3450: Gpg4win 3.0.0: Outlook crashes when pasting E-Mail Adress from Outlook Adress book in new email when PGP-Signing is activated into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 17 2017, 8:38 AM · gpg4win, gpgol, Bug Report
JochenSaalfeld updated subscribers of T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

There are more Logfiles:

Oct 17 2017, 8:37 AM · gpg4win, gpgol, Bug Report

Oct 11 2017

werner assigned T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL to JochenSaalfeld.
Oct 11 2017, 9:00 AM · gpg4win, gpgol, Bug Report

Oct 10 2017

werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

See T3441 for one additional screenshot with error codes.

Oct 10 2017, 8:06 AM · gpg4win, gpgol, Bug Report
werner merged T3441: GpgOL is displayed in Menu Ribbon, but doesn't work as intended into T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 10 2017, 8:05 AM · gpg4win, gpgol, Bug Report
werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

The log file shows that gpgex (or explorer) crashes.

Oct 10 2017, 8:03 AM · gpg4win, gpgol, Bug Report
werner added a comment to T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.

The output from gpgsm -K in the last quote is perfectly okay. -K works by iterating over all public keys and checking for each public key whether the private key part is also available. If the private key is not available gpg-agent returns an error.

Oct 10 2017, 8:01 AM · gpg4win, gpgol, Bug Report

Oct 9 2017

JochenSaalfeld added a subtask for T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL: T3441: GpgOL is displayed in Menu Ribbon, but doesn't work as intended.
Oct 9 2017, 2:47 PM · gpg4win, gpgol, Bug Report
JochenSaalfeld created T3442: S/MIME - Encrypt Option produces broken Mails in Sent Folder and leads to crash of GpgOL.
Oct 9 2017, 2:46 PM · gpg4win, gpgol, Bug Report

Sep 8 2017

aheinecke closed T3230: kleopatra dies when given a path on the command line as Resolved.

The problem here is that libkleopatrarc did not exist. The error could be nicer but I would say this is a downstream issue that packagers have to make sure libkleopatra-data is installed when kleopatra is installed.
I've opened a debian bug for this some time ago: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869647

Sep 8 2017, 3:40 PM · kleopatra

Jul 26 2017

aheinecke closed T3058: Implement GUI for compliance mode as Resolved.

I think its done and released with beta-270

Jul 26 2017, 11:13 AM · kleopatra, gpgol
aheinecke closed T3275: Highlight compliant operations in GpgOL when Encrypting / Signing as Resolved.

There is highlighting now but we don't have the fancy new keyresolver.

Jul 26 2017, 11:12 AM · kleopatra, gpgol
aheinecke closed T3275: Highlight compliant operations in GpgOL when Encrypting / Signing, a subtask of T3058: Implement GUI for compliance mode, as Resolved.
Jul 26 2017, 11:12 AM · kleopatra, gpgol

Jul 24 2017

aheinecke closed T3107: Gpg4win compendium should be accessible from Kleopatra as Resolved.

Commited with https://commits.kde.org/kleopatra/bfb379a204dc36e86689685b2c56727c87128cdb

Jul 24 2017, 1:07 PM · g10code Sprint, kleopatra, gpg4win

Jul 21 2017

marcus added a comment to T2435: gpgsm combined sign and encrypt.

One problem I see is that S/MIME doesn't standardize sign+encrypt, but requires nesting of those operations, leaving it up to the implementor to pick the order etc. From an interoperability point of view, this seems like a world of hurt if you take this out of the context of MIME.

Jul 21 2017, 4:53 PM · gnupg, kleopatra, Feature Request

Jul 18 2017

marcus closed T2063: Not possible to configure http-proxy for keyserver with Kleopatra as documented in Compendium as Resolved.
Jul 18 2017, 8:00 PM · Bug Report, kleopatra, Documentation, gpg4win