Page MenuHome GnuPG
Feed All Stories

Jun 16 2021

Saturneric created T5489: GpgME Built by mingw64 didn’t seem to correctly recognize the configuration information provided by gpgconf .
Jun 16 2021, 5:16 PM · gpgme, Bug Report
werner committed rC66ff25ed4a8f: build: Fix broken mlock detection (authored by Johannes Schindelin via Gcrypt-devel <gcrypt-devel@gnupg.org>).
build: Fix broken mlock detection
Jun 16 2021, 4:50 PM
werner committed rGc6900f5723b4: dirmngr: Fix build with --disable-ldap. (authored by gniibe).
dirmngr: Fix build with --disable-ldap.
Jun 16 2021, 1:16 PM
werner committed rG89df86157e35: sm: New option --ldapserver as an alias for --keyserver. (authored by werner).
sm: New option --ldapserver as an alias for --keyserver.
Jun 16 2021, 1:16 PM
werner committed rG864ea2519839: dirmngr: Rewrite the LDAP wrapper tool (authored by werner).
dirmngr: Rewrite the LDAP wrapper tool
Jun 16 2021, 1:16 PM
werner committed rG14528ec66bd7: dirmngr: Allow to pass no filter args to dirmngr_ldap. (authored by werner).
dirmngr: Allow to pass no filter args to dirmngr_ldap.
Jun 16 2021, 1:16 PM
werner committed rGbcb99315627e: dirmngr: Remove useless code. (authored by werner).
dirmngr: Remove useless code.
Jun 16 2021, 1:16 PM
werner committed rG3e05f99e8db5: dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers. (authored by werner).
dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers.
Jun 16 2021, 1:16 PM
werner committed rG58e4c82512a4: dirmngr: Fix default port for our redefinition of ldaps. (authored by werner).
dirmngr: Fix default port for our redefinition of ldaps.
Jun 16 2021, 1:16 PM
werner committed rG0426e6e86938: doc: Update description of LDAP keyservers (authored by werner).
doc: Update description of LDAP keyservers
Jun 16 2021, 1:16 PM
werner committed rG52cf32ce2f90: dirmngr: New option --ldapserver (authored by werner).
dirmngr: New option --ldapserver
Jun 16 2021, 1:16 PM
werner committed rGeb3a629154de: dirmngr: Allow for non-URL specified ldap keyservers. (authored by werner).
dirmngr: Allow for non-URL specified ldap keyservers.
Jun 16 2021, 1:16 PM
werner committed rGbebc71d2291e: gpg,sm: Simplify keyserver spec parsing. (authored by werner).
gpg,sm: Simplify keyserver spec parsing.
Jun 16 2021, 1:16 PM
werner committed rG1c96f4d663c0: dirmngr: Support pseudo URI scheme "opaque". (authored by werner).
dirmngr: Support pseudo URI scheme "opaque".
Jun 16 2021, 1:16 PM
werner added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

Some ideas:

  • the someflags thing will probably just be a reserved parameter
  • If DATA is not NULL but an MD is set the sign function should fail
  • Should ownership of MD be moved to the CTX?
Jun 16 2021, 11:11 AM · FIPS, libgcrypt, Feature Request
Jakuje added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

In an email from @werner couple days back, I got a suggestion that we could use hashing tied to the context, rather than this one-shot call tied only to digests. I circled back this suggestion to Stephan and he confirmed that it should be fine from the FIPS point of view so I am posting the suggested API here too:

ctx = gcry_pk_new (someflags)
md = gcry_md_open (...)
gcry_ctx_set_md (md);
gcry_pk_sign_ext (ctx, result, data, skey)
[...]
gcry_ctx_release (ctx);
Jun 16 2021, 10:52 AM · FIPS, libgcrypt, Feature Request
gniibe added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

OK. I think that the patch at SUSE is updated one which works.
As I understand correctly, this is a kind of very old patch, which intended to work around old libgcrypt limitation of RSA PSS.

Jun 16 2021, 10:34 AM · FIPS, libgcrypt, Feature Request
gniibe added a comment to T5484: SCDaemon Not reselect applet and reauthenticate when the card send Security Not Sastisfied.

Possible way would be: (for newer card/token of OpenPGPcard 3.4 or later) before crypto operations, we can ask card/token if authentication state is consistent to the one of scdaemon and if not reselect AID.

Jun 16 2021, 10:30 AM · yubikey, Bug Report, scd
werner added a comment to T3053: Change license for the website to CC BY-SA 4.0.

CC does not offer such an option as the GPL does.

Jun 16 2021, 10:19 AM · Stalled, Verein, legal, gpgweb
gniibe added a comment to T5484: SCDaemon Not reselect applet and reauthenticate when the card send Security Not Sastisfied.

I'd like to support your use case. Could you please tell me about: How can we distinguish normal failure of 6982 and unusual failure of other application interference which results 6982?

Jun 16 2021, 8:50 AM · yubikey, Bug Report, scd
gniibe added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

I think that {D1476} is still a sketch (not real code which works). I would guess an intended use, but it's good to have concrete example program which uses the feature being added.

Jun 16 2021, 8:45 AM · FIPS, libgcrypt, Feature Request
werner added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

FWIW, there is also this newer patch: https://dev.gnupg.org/differential/diff/1476/
and SUSE seems to already use a modified API:
https://sources.suse.com/SUSE:Maintenance:15118/libgcrypt.SUSE_SLE-15_Update/26a8df5f96d27d6abca7bd7ba9b0def0/libgcrypt-FIPS-RSA-DSA-ECDSA-hashing-operation.patch

Jun 16 2021, 8:40 AM · FIPS, libgcrypt, Feature Request
Laurent Montel <montel@kde.org> committed rLIBKLEO038977d4244a: GIT_SILENT: prepare 21.04.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 21.04.3
Jun 16 2021, 7:24 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRA34caf67e948a: GIT_SILENT: prepare 21.04.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: prepare 21.04.3
Jun 16 2021, 7:22 AM

Jun 15 2021

guzhongren updated the diff for D533: i18n update.

update

Jun 15 2021, 3:22 PM · i18n
guzhongren planned changes to D533: i18n update.
Jun 15 2021, 3:04 PM · i18n
werner added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

Our public key functions are stateless. For several reasons it would be good to have an option to keep some state (think pre-computations). Our gcry_ctx_t would be a perfect fit for this and it will allow us to join a pubkey function with for example a hash function.

Jun 15 2021, 1:42 PM · FIPS, libgcrypt, Feature Request
gniibe added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

Does the patch really work, or is it a sketch to describe the intended use?

Jun 15 2021, 12:37 PM · FIPS, libgcrypt, Feature Request
bernhard added a comment to T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?).

@FloorVeil thanks for testing!

Jun 15 2021, 9:25 AM · Bug Report, gpg4win
bernhard closed T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?) as Resolved.

There is another report that it works in 3.1.16 again in
https://wald.intevation.org/forum/forum.php?thread_id=2044&forum_id=84&group_id=11

Jun 15 2021, 9:25 AM · Bug Report, gpg4win
FloorVeil added a comment to T5287: mkportable doesn't work (due to missing files in share/locale/eu/ ?).

Not reproduced on 3.1.16.

Jun 15 2021, 5:02 AM · Bug Report, gpg4win
gniibe triaged T5487: GnuPG 2.2.28 not working with Yubikey NEO as High priority.

I set the priority 'High' as Yubikey NEO is the last one with source code available, IIUC.

Jun 15 2021, 1:41 AM · yubikey, gnupg (gpg22), Bug Report
gniibe added a comment to T5487: GnuPG 2.2.28 not working with Yubikey NEO.

@kianga
Thanks for your log.

Jun 15 2021, 1:40 AM · yubikey, gnupg (gpg22), Bug Report

Jun 14 2021

kianga added a comment to T5487: GnuPG 2.2.28 not working with Yubikey NEO.

I was just about to open a similar bug report, but I think this might be related. I’m also having trouble getting my Yubikey NEO to work with the latest update, however my log output looks different (see below) and this is on Windows (10 Pro, 21H1, build 19043.1055).

Jun 14 2021, 8:46 PM · yubikey, gnupg (gpg22), Bug Report
werner committed rMea290108e4df: core: Also detect AuthEnvelopedData (AEAD for CMS) (authored by werner).
core: Also detect AuthEnvelopedData (AEAD for CMS)
Jun 14 2021, 8:09 PM
werner committed rMfde20940b5ca: core: New data flags "io-buffer-size" and "sensitive". (authored by werner).
core: New data flags "io-buffer-size" and "sensitive".
Jun 14 2021, 8:09 PM
gbschenkel updated gbschenkel.
Jun 14 2021, 6:46 PM
gbschenkel added a comment to T5487: GnuPG 2.2.28 not working with Yubikey NEO.

Thank you @werner I will apply the patch and recompile the .28 version for myself.

Jun 14 2021, 6:45 PM · yubikey, gnupg (gpg22), Bug Report
werner changed the status of T5487: GnuPG 2.2.28 not working with Yubikey NEO from Open to Testing.

Fix will eventually go into 2.2.29. If there is enough public demand we will do a new Windows installer earlier.

Jun 14 2021, 11:39 AM · yubikey, gnupg (gpg22), Bug Report
gniibe added a comment to T5482: Release GnuPG 2.2.28.

Regression Yubikey NEO: T5487

Jun 14 2021, 10:18 AM · Release Info, gnupg (gpg22)
bernhard committed rW8114793bd093: Fix links to 3.1.16 announcement (authored by bernhard).
Fix links to 3.1.16 announcement
Jun 14 2021, 9:25 AM
gniibe added a comment to D533: i18n update.

Thank you. Here are my comments.

Jun 14 2021, 6:51 AM · i18n
guzhongren added a comment to T5477: Translation Typo and I Want To Create PR.

Hi, I updated the whole file, PLZ review. https://dev.gnupg.org/D533

Jun 14 2021, 5:26 AM · gnupg, i18n, Bug Report
guzhongren requested review of D533: i18n update.
Jun 14 2021, 5:25 AM · i18n
gniibe renamed T5487: GnuPG 2.2.28 not working with Yubikey NEO from GnuPG 2.2.28 not working with Yubikey 4 NEO to GnuPG 2.2.28 not working with Yubikey NEO.
Jun 14 2021, 3:42 AM · yubikey, gnupg (gpg22), Bug Report
gniibe added a comment to T5487: GnuPG 2.2.28 not working with Yubikey NEO.

I think that Yubikey NEO is older than Yubikey 4.

Jun 14 2021, 3:41 AM · yubikey, gnupg (gpg22), Bug Report
gniibe committed rG01a413d5235f: scd: Error code map fix for older Yubikey. (authored by gniibe).
scd: Error code map fix for older Yubikey.
Jun 14 2021, 3:36 AM
gniibe added a comment to T5487: GnuPG 2.2.28 not working with Yubikey NEO.

Fixed in rG01a413d5235f: scd: Error code map fix for older Yubikey..
New code for Yubikey 4 or later causes wrong interaction for Yubikey NEO in 2.2.28.

Jun 14 2021, 3:36 AM · yubikey, gnupg (gpg22), Bug Report
gniibe claimed T5487: GnuPG 2.2.28 not working with Yubikey NEO.

Thank you for your report.

Jun 14 2021, 3:34 AM · yubikey, gnupg (gpg22), Bug Report
guzhongren abandoned D532: Update translation.
Jun 14 2021, 3:26 AM · i18n

Jun 13 2021

gniibe added a comment to T5477: Translation Typo and I Want To Create PR.

Thank you for your suggestion and making a patch.

Jun 13 2021, 11:17 PM · gnupg, i18n, Bug Report
werner closed T5488: PGP KEY BLOCKED as Invalid.
Jun 13 2021, 8:52 PM · Bug Report, gpg4win
werner added a comment to T5476: PGP KEY BLOCKED.

Check out https://gnupg.org

Jun 13 2021, 8:51 PM · Support, gpg4win
AliceMadness created T5488: PGP KEY BLOCKED.
Jun 13 2021, 8:10 PM · Bug Report, gpg4win
AliceMadness added a comment to T5476: PGP KEY BLOCKED.

But where i can find miling list ? I need get back my pgp key, because it's
now bock.

Jun 13 2021, 7:43 PM · Support, gpg4win
guzhongren requested review of D532: Update translation.
Jun 13 2021, 5:03 PM · i18n
guzhongren added a comment to T5477: Translation Typo and I Want To Create PR.

Sorry, I think, it is more official to update from 把密钥导出到一个公钥服务器上 to 将密钥导出到一个公钥服务器上 in the Chinese doc scenario. 😄😄😄😄

Jun 13 2021, 4:51 PM · gnupg, i18n, Bug Report
gbschenkel created T5487: GnuPG 2.2.28 not working with Yubikey NEO.
Jun 13 2021, 4:13 PM · yubikey, gnupg (gpg22), Bug Report
Laurent Montel <montel@kde.org> committed rLIBKLEO525fb65f9385: GIT_SILENT: increase compile without deprecated method (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: increase compile without deprecated method
Jun 13 2021, 11:15 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRA63f6116bdbf7: GIT_SILENT: increase compile without deprecated method (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: increase compile without deprecated method
Jun 13 2021, 11:13 AM
Laurent Montel <montel@kde.org> committed rKLEOPATRAd722f2930758: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version
Jun 13 2021, 9:50 AM
Laurent Montel <montel@kde.org> committed rLIBKLEO54d86b202072: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version
Jun 13 2021, 9:48 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO0d4b320f205b: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Jun 13 2021, 3:21 AM

Jun 12 2021

werner closed T5486: Typo in gpg-card --help as Resolved.

Thanks. Commited as rG755a5f1a0e3

Jun 12 2021, 6:36 PM · Bug Report
werner committed rG755a5f1a0e33: card: Fix typo in help message (authored by nephirus).
card: Fix typo in help message
Jun 12 2021, 6:34 PM
werner committed rDd022760ed356: Enhance formatting and wording (authored by olf).
Enhance formatting and wording
Jun 12 2021, 4:49 PM
werner committed rD5f98e0ff3d6b: Corrected Repo README. (authored by werner).
Corrected Repo README.
Jun 12 2021, 4:49 PM
werner committed rDa9f1006a191e: Mark this page as unmaintained and do not threaten (authored by olf).
Mark this page as unmaintained and do not threaten
Jun 12 2021, 4:49 PM
werner committed rD600ec33e056e: Fix entry for "GnuPG 1.2.3 (2003-08-22)" (authored by olf).
Fix entry for "GnuPG 1.2.3 (2003-08-22)"
Jun 12 2021, 4:49 PM
nephirus created T5486: Typo in gpg-card --help.
Jun 12 2021, 12:01 PM · Bug Report

Jun 11 2021

werner committed rG6b76693ff542: sm: Fix finding of issuer in use-keyboxd mode. (authored by werner).
sm: Fix finding of issuer in use-keyboxd mode.
Jun 11 2021, 8:18 PM
aheinecke committed rW598dcb275456: web: Release 3.1.16 (authored by aheinecke).
web: Release 3.1.16
Jun 11 2021, 6:51 PM
aheinecke committed rOaae2120d3e68: Enable sync encryption again (authored by aheinecke).
Enable sync encryption again
Jun 11 2021, 5:14 PM
aheinecke added a comment to T5485: GpgOL: Async encryption can keep the message window open in a defunct state.

maybe related is that the problems only occured when I had enabled draft encryption.

Jun 11 2021, 5:12 PM · Restricted Project
aheinecke triaged T5485: GpgOL: Async encryption can keep the message window open in a defunct state as High priority.
Jun 11 2021, 5:09 PM · Restricted Project
werner changed External Link from https://wald.intevation.org/forum/message.php?msg_id=7746&group_id=11 to https://wald.intevation.org/forum/forum.php?thread_id=2276&forum_id=84&group_id=11 on T5335: GpgOL: Ignore unknown PR_SECURTIY_FLAGS.
Jun 11 2021, 4:46 PM · gpgol
aheinecke closed T5441: Kleopatra: LDAP Search only shows one key as Resolved.
Jun 11 2021, 4:07 PM · Restricted Project, LDAP, kleopatra
ikloecker committed rLIBKLEOa98a9de20d71: Omit "Encrypt to others" box if there are no other recipients (authored by ikloecker).
Omit "Encrypt to others" box if there are no other recipients
Jun 11 2021, 3:19 PM
ikloecker committed rLIBKLEOdbaf6eba1b8b: Add test for normalized sender address in encrypt-only mode (authored by ikloecker).
Add test for normalized sender address in encrypt-only mode
Jun 11 2021, 3:19 PM
aheinecke committed rD7d50fe10ad81: swdb: Release gpgol-2.5.0 (authored by aheinecke).
swdb: Release gpgol-2.5.0
Jun 11 2021, 3:08 PM
aheinecke committed rO0e914cfcca6f: Remove own attachments when encrypting again (authored by aheinecke).
Remove own attachments when encrypting again
Jun 11 2021, 3:06 PM
aheinecke committed rO0765b8bb0ed1: Update NEWS for todays release (authored by aheinecke).
Update NEWS for todays release
Jun 11 2021, 3:06 PM
aheinecke committed rO96f858b9ebd4: Post release version bump (authored by aheinecke).
Post release version bump
Jun 11 2021, 3:06 PM
aheinecke committed rO39dda2604db4: Auto update po files (authored by aheinecke).
Auto update po files
Jun 11 2021, 3:06 PM
ikloecker committed rLIBKLEO4e326a132b19: Always set/store the normalized sender address (authored by ikloecker).
Always set/store the normalized sender address
Jun 11 2021, 2:38 PM
larskanis added a comment to T2312: GnuPG 2.1 migration fails due to permissions but appears to succeed.

Thank you Werner for fixing this! We just came across the group permission issue in a multi-user environment and all we had to do was to upgrade to gnupg >=2.2.24.

Jun 11 2021, 12:43 PM · gnupg, Bug Report
werner committed rO3e5c2d4a90a6: po: Tweaked the German version of a warning box (authored by werner).
po: Tweaked the German version of a warning box
Jun 11 2021, 11:32 AM
aheinecke committed rO5fa8bc561d61: Bump version to 2.5.0 (authored by aheinecke).
Bump version to 2.5.0
Jun 11 2021, 11:32 AM
aheinecke committed rO26bfde732fc8: Auto update po files (authored by aheinecke).
Auto update po files
Jun 11 2021, 11:32 AM
aheinecke committed rO79ee7d21774a: Mask PR_SECURITY_FLAGS check (authored by aheinecke).
Mask PR_SECURITY_FLAGS check
Jun 11 2021, 11:32 AM
bernhard committed rW7b9d35aa0996: Fix statement-spoofing article writing (minor) (authored by bernhard).
Fix statement-spoofing article writing (minor)
Jun 11 2021, 9:50 AM
Sanmilie triaged T5484: SCDaemon Not reselect applet and reauthenticate when the card send Security Not Sastisfied as High priority.
Jun 11 2021, 8:02 AM · yubikey, Bug Report, scd
gniibe committed rG4e02db75e3a1: scd: Support clearing of Reset Code by ''. (authored by gniibe).
scd: Support clearing of Reset Code by ''.
Jun 11 2021, 6:44 AM
gniibe added a comment to T5483: Yubikey OpenPGP app.

For Reset Code (00D3), setting it to '' (null, to reset the DO) doesn't work, but it raises 6a80.
Once it sets by something, only factory-reset can remove the value.

Jun 11 2021, 6:41 AM · yubikey
gniibe committed rG63427a0e4e52: po: Fix typo in Simplified Chinese Translation. (authored by gniibe).
po: Fix typo in Simplified Chinese Translation.
Jun 11 2021, 6:31 AM
gniibe added a project to T5483: Yubikey OpenPGP app: yubikey.

While scd/app-openpgp.c assumes access of 006E composite data object to get its children objects like AID (004F), Card Capabilities (0047), etc., yubikey raises 6e82 error for the DO.

Jun 11 2021, 5:56 AM · yubikey
gniibe triaged T5483: Yubikey OpenPGP app as Normal priority.
Jun 11 2021, 5:52 AM · yubikey
gniibe closed T5477: Translation Typo and I Want To Create PR as Resolved.
Jun 11 2021, 5:51 AM · gnupg, i18n, Bug Report
gniibe committed rGc8b2162c0e7e: dirmngir: Fix build with --disable-ldap. (authored by gniibe).
dirmngir: Fix build with --disable-ldap.
Jun 11 2021, 3:32 AM
gniibe committed rG8ee4c8d1e0d7: dirmngr: Remove use of USE_LDAPWRAPPER. (authored by gniibe).
dirmngr: Remove use of USE_LDAPWRAPPER.
Jun 11 2021, 3:32 AM