User Details
- User Since
- Mar 27 2017, 4:48 PM (401 w, 6 d)
- Roles
- Administrator
- Availability
- Busy Busy until Sep 9 2030.
Fri, Dec 6
Thu, Dec 5
@ilf: Yes these message are emitted using log_info in 2.4.7 and 2.5.2. Thus they don't case a failure exit. I will silence them with --quiet in 2.5.3.
A workaround exists with the new option --ignore-crl-extensions.
Wed, Dec 4
Works for me in an NSIS installer. The VSD beta thing also works with copied conf files.
Kleo needs this only because it wants to directly talk to gpg-agent via Assuan. For example to get smartcard infos. What about delaying this part until you have received some data back from gpg or gpgsm? This makes sure that the agent has been started.
Tue, Dec 3
Let me guess: Kleopatra starts the agent using gpgconf --launch gpg-agent which in turn uses gpg-connect-agent to actually start the agent if needed. Kleopatra does not seem to wait for the launch to succeed and fires up gpg and gpgsm. They both wait for the gpg-agent to be started and both use the same locking strategy. However, this involves a pseudo random wait which should avoid deadlocks. See gnupg/common/dotlock.c:next_wait_interval
Mon, Dec 2
Just a reminder: with Gnuk 1.2.15 and an ed25519 key PubkeyAuthentication unbound is required for hosts using the new feature.
Then please upload whatever README you want there. My release checklist does not mention any README.
Thu, Nov 28
Wed, Nov 27
Tue, Nov 26
Mon, Nov 25
I cherry picked your patch for master and 2.4.
Fri, Nov 22
For master fixed with rGbb6b38c24010258c7cb2da840d0a088fe43393b3 (Wrong bug id used).
Also fixed for gnupg24.
Thu, Nov 21
We may do this for gpg4win-5 but not for the current versions.
[GNUPG:] BEGIN_DECRYPTION [GNUPG:] DECRYPTION_INFO 0 9 0 [GNUPG:] PLAINTEXT 62 1732178872 [GNUPG:] PLAINTEXT_LENGTH 72 You will be advanced socially, without any special effort on your part. [GNUPG:] DECRYPTION_OKAY
You are right. Printing the algo was missing in gnupg22.
Wed, Nov 20
Please do not add milestone tags.
Tue, Nov 19
2.2. reaches EOL in 6 weeks and thus we won't look at a potential problem with no real world impact.
Mon, Nov 18
Sat, Nov 16
@ikloecker indeed we try only for 5 seconds:
Fri, Nov 15
Thu, Nov 14
Wed, Nov 13
FWIW, there is some code in gpa which uses the event counter. It was introduced with
rGPA936825b4b994cdf5900fc987abd9be7889989627