Page MenuHome GnuPG
Feed All Stories

Dec 7 2021

gniibe committed rC754ad5815b5b: random: Remove use of experimental random daemon. (authored by gniibe).
random: Remove use of experimental random daemon.
Dec 7 2021, 2:13 AM
gniibe added a project to T5706: libgcrypt: random: Remove the feature getting randomness from random daemon: Restricted Project.
Dec 7 2021, 2:12 AM · libgcrypt
gniibe claimed T5720: The libgpg-error is using old inet_addr() unconditionally.

Thank you, applied.

Dec 7 2021, 1:56 AM · gpgrt, Bug Report

Dec 6 2021

werner committed rW40738a133052: appimage: Obviously we need to fix libexec before building the image. (authored by werner).
appimage: Obviously we need to fix libexec before building the image.
Dec 6 2021, 10:29 PM
werner committed rW2fc66e79fe42: appimage: Fix RUNPATH for libexec (authored by werner).
appimage: Fix RUNPATH for libexec
Dec 6 2021, 9:24 PM
werner committed rWf8c6c8473c9b: NEWS: Fix a version number (authored by werner).
NEWS: Fix a version number
Dec 6 2021, 9:24 PM
Jakuje created T5720: The libgpg-error is using old inet_addr() unconditionally.
Dec 6 2021, 8:54 PM · gpgrt, Bug Report
werner committed rDc6b0875c83b2: verein: Update board to the last election. (authored by werner).
verein: Update board to the last election.
Dec 6 2021, 7:17 PM
ikloecker placed T5592: AppImage of Kleopatra up for grabs.
Dec 6 2021, 4:23 PM · Restricted Project, kleopatra, Feature Request
ikloecker placed T5697: Kleopatra: Crashes or hangs on circular certificate chains up for grabs.
Dec 6 2021, 4:22 PM · Restricted Project, kleopatra, Bug Report
dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Thanks jukivili for the review.

Dec 6 2021, 3:37 PM · patch, ppc, libgcrypt, Feature Request
Saturneric added a project to T5719: Notice an error of tofu_info_t introduction in gpgme document : gpgme.
Dec 6 2021, 1:38 PM · Documentation, gpgme, Bug Report
Saturneric created T5719: Notice an error of tofu_info_t introduction in gpgme document .
Dec 6 2021, 1:37 PM · Documentation, gpgme, Bug Report
Jakuje added a comment to T4894: FIPS: RSA/DSA/ECDSA are missing hashing operation.

I have just a note about this issue, that it would be helpful to exercise this new API in some tests. Right now, only the old API is tested.

Dec 6 2021, 12:38 PM · FIPS, libgcrypt, Feature Request
Jakuje added a comment to T5512: Implement service indicators.

It turns out that the asymmetric key operations are not yet properly enforced with the .disabled flag. While the other key crypto usually has some "open" api, where this can be simply captured, the pubkey API has several entry points and the "test_algo" is not enough to check for disabled key types.

Dec 6 2021, 11:56 AM · Feature Request, FIPS, libgcrypt
werner added a comment to T5706: libgcrypt: random: Remove the feature getting randomness from random daemon.

Yeah, remove it.

Dec 6 2021, 11:28 AM · libgcrypt
ikloecker changed the status of T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog from Open to Testing.
Dec 6 2021, 11:18 AM · Feature Request, kleopatra, Restricted Project
ikloecker committed rKLEOPATRA8f87d82ecd62: Use primary algo also for encryption subkey if not specified otherwise (authored by ikloecker).
Use primary algo also for encryption subkey if not specified otherwise
Dec 6 2021, 11:16 AM
ikloecker committed rKLEOPATRAf22bcf8e7168: Use cv25519 for subkey if default key algo is "ed25519" (authored by ikloecker).
Use cv25519 for subkey if default key algo is "ed25519"
Dec 6 2021, 11:16 AM
ikloecker committed rKLEOPATRAa310e16f6521: Use case-insensitive string matching to find curve (authored by ikloecker).
Use case-insensitive string matching to find curve
Dec 6 2021, 11:16 AM
Jakuje added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

Thank you. My local tests (in emulated fips mode and normal mode) do not show any errors with current master branch.

Dec 6 2021, 11:03 AM · FIPS, libgcrypt, Bug Report
piec added a comment to T5657: dirmngr: libdns sends malformed dns requests.

Hi guys, I just tested the git version (426d82fcf1c133bfc1d5c931109d71db3f3815a9) and it works well thank you.

Dec 6 2021, 11:02 AM · Info Needed, Bug Report, dns, dirmngr
ikloecker created T5718: Provide list of supported/compliant key algorithms.
Dec 6 2021, 10:04 AM · gnupg24, gnupg (gpg23), Feature Request
ikloecker added a comment to T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.

Just to be correct: Kleopatra takes the default key algorithm from gpg's default_pubkey_algo pseudo option. (Technically, this pseudo option probably uses gpg's --default-new-key-algo option, but only if the latter is set.)

Dec 6 2021, 9:56 AM · Feature Request, kleopatra, Restricted Project
ikloecker claimed T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog.
Dec 6 2021, 9:45 AM · Feature Request, kleopatra, Restricted Project
ikloecker added a comment to U9 Report a Gpg4win Bug.

I get

Access Denied: Restricted Application
Dec 6 2021, 9:40 AM · gpg4win
aheinecke added a comment to T5716: Kleopatra: Error when cross-compiling on debian buster.

Ingo: Exactly we have the problem that we don't compile build tools before building for the target. So we take the build tooling like kconfig_compiler from the system we compile on. This means that we compile with the tooling from debian buster. Except for Qt which handles stuff like that directly and builds for example moc and the other tools correcly for the build system first.

Dec 6 2021, 9:23 AM · Restricted Project, kleopatra
gniibe added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

And please let me know the change rC751fcadd34ed: random: Release memory in DRBG. affects t-secmem failure.

Dec 6 2021, 7:08 AM · FIPS, libgcrypt, Bug Report
gniibe added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

IIUC, one of the causes for the failure of secmem was resource release of DRBG memory.

Dec 6 2021, 3:34 AM · FIPS, libgcrypt, Bug Report
gniibe committed rC751fcadd34ed: random: Release memory in DRBG. (authored by gniibe).
random: Release memory in DRBG.
Dec 6 2021, 3:31 AM
gniibe committed rC5425052f38cd: fips: Factor out check_fips_system_setting function. (authored by gniibe).
fips: Factor out check_fips_system_setting function.
Dec 6 2021, 3:31 AM
gniibe added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

Thank you for testing.

Dec 6 2021, 3:23 AM · FIPS, libgcrypt, Bug Report
gniibe committed rCb14aaf1a2dc7: cipher,tests: Consitent use of #if/#endif for algo selection. (authored by gniibe).
cipher,tests: Consitent use of #if/#endif for algo selection.
Dec 6 2021, 1:55 AM
gniibe claimed T5714: tests: Do not run tests for algorithms that are not built-in.

Applied. Thank you.

Dec 6 2021, 1:54 AM · libgcrypt, Bug Report
gniibe committed rCb601ef4dc9f9: tests: Unbreak tests with SM4 disabled (authored by Jakuje).
tests: Unbreak tests with SM4 disabled
Dec 6 2021, 1:49 AM
gniibe committed rC57b61b0f4f1b: tests: Conditionalize other algorithms that might not be built-in (authored by Jakuje).
tests: Conditionalize other algorithms that might not be built-in
Dec 6 2021, 1:49 AM
gniibe closed T5657: dirmngr: libdns sends malformed dns requests as Resolved.

Fixed in 2.2.33.

Dec 6 2021, 1:01 AM · Info Needed, Bug Report, dns, dirmngr
gniibe changed the status of T5393: gnupg coverity static analysis reports from Open to Testing.
Dec 6 2021, 12:59 AM · gnupg (gpg23), Bug Report
gniibe abandoned D541: w32: Support poll with FD backend.

An application should use syshd, instead.

Dec 6 2021, 12:58 AM
gniibe closed T5644: Heuristic for default reader detection as Resolved.
Dec 6 2021, 12:57 AM · Restricted Project, Feature Request, gnupg (gpg22)

Dec 5 2021

aheinecke changed the destination URL U9 Report a Gpg4win Bug from https://dev.gnupg.org/maniphest/task/edit/form/5/ to https://dev.gnupg.org/w/gpg4win-or-gnupg-vs-desktop-bug-report/.
Dec 5 2021, 6:26 PM · gpg4win
werner added a project to Gpg4win or GnuPG VS-Desktop Bug Report: gpg4win.
Dec 5 2021, 4:14 PM · gpg4win
werner added a comment to U9 Report a Gpg4win Bug.

@aheinecke: Please change the Original URL to https://dev.gnupg.org/w/gpg4win-or-gnupg-vs-desktop-bug-report/
. This creates a cover sheet which does not ask the user to login or register an account to later just realize that she may seatch the tracker w/o an account.

Dec 5 2021, 4:13 PM · gpg4win
werner created an object: Gpg4win or GnuPG VS-Desktop Bug Report.
Dec 5 2021, 4:09 PM · gpg4win
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc2fc9f669a44: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Dec 5 2021, 1:46 AM

Dec 4 2021

jukivili added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Thanks, however I didn't see your email on mailing-list. Maybe the email got stuck on the way.

Dec 4 2021, 12:46 PM · patch, ppc, libgcrypt, Feature Request

Dec 3 2021

ikloecker placed T5708: Kleopatra: Configure expiration date default in config up for grabs.
Dec 3 2021, 7:46 PM · kleopatra, g10code, Restricted Project
ikloecker placed T5690: Kleopatra: Custom placeholder text in newcertificatewizard up for grabs.
Dec 3 2021, 7:46 PM · kleopatra, Restricted Project
ikloecker placed T5689: Kleopatra: Make config pages hideable again up for grabs.
Dec 3 2021, 7:46 PM · kleopatra, Restricted Project
ikloecker placed T5688: Kleopatra: Configure to hide CSR creation up for grabs.
Dec 3 2021, 7:46 PM · kleopatra, Restricted Project
ikloecker changed the status of T5715: Kleopatra: After importing a secret key and setting ownertrust in the dialog the key is not updated from Open to Testing.

Should be fixed. It's possible that the changes in KeyCache now cause unwanted recursion if some listener to keyListingDone() triggers a new key listing by some operation. This needs to be fixed for each listener separately.

Dec 3 2021, 7:45 PM · kleopatra, Restricted Project
ikloecker committed rLIBKLEOf5f757504454: Allow new refresh job if the previous job is done (authored by ikloecker).
Allow new refresh job if the previous job is done
Dec 3 2021, 6:23 PM
ikloecker committed rKLEOPATRAfb35bf858ded: Prevent recursion if post processing triggers another key listing (authored by ikloecker).
Prevent recursion if post processing triggers another key listing
Dec 3 2021, 6:19 PM
ikloecker moved T5715: Kleopatra: After importing a secret key and setting ownertrust in the dialog the key is not updated from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 3 2021, 5:09 PM · kleopatra, Restricted Project
ikloecker changed the status of T5711: Kleopatra: Keyserver config does not fallback to default from Open to Testing.
Dec 3 2021, 5:05 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA721e9825d2ac: Reset OpenPGP keyserver to default on empty value (authored by ikloecker).
Reset OpenPGP keyserver to default on empty value
Dec 3 2021, 5:00 PM
ikloecker moved T5711: Kleopatra: Keyserver config does not fallback to default from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Dec 3 2021, 4:57 PM · Restricted Project, kleopatra
ikloecker added a comment to T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase.

@aheinecke Please provide an example of a PKCS#12 certificate.

Dec 3 2021, 4:27 PM · Restricted Project, kleopatra
ikloecker reassigned T5716: Kleopatra: Error when cross-compiling on debian buster from ikloecker to aheinecke.

Reassigning to Andre to check why the build system doesn't pick up kconfig_compiler from kconfig-5.77 which is used/built for gpg4win and the appimage.

Dec 3 2021, 4:25 PM · Restricted Project, kleopatra
ikloecker added a comment to T5716: Kleopatra: Error when cross-compiling on debian buster.

Or are you trying to compile Kleopatra against KF5 that comes with Debian buster?

Dec 3 2021, 4:01 PM · Restricted Project, kleopatra
ikloecker added a comment to T5716: Kleopatra: Error when cross-compiling on debian buster.

Hmm, cmake should find the right executable of kconfig_compiler. Are you sure that there is no development package of kconfig installed on the build system?

Dec 3 2021, 3:58 PM · Restricted Project, kleopatra
ikloecker added a comment to T5716: Kleopatra: Error when cross-compiling on debian buster.

The is*Immutable members were added with version 5.68. And the current packages use KF5 5.77. So this should work. Unless ...

Dec 3 2021, 3:54 PM · Restricted Project, kleopatra
werner triaged T5717: Kleopatra: Case insensitive algo compare in Kleopatras new key dialog as Normal priority.
Dec 3 2021, 12:44 PM · Feature Request, kleopatra, Restricted Project
Jakuje added a comment to T5645: RSA/DSA keygen modification for FIPS/ACVP testing.

Thanks. I did some git archeology and found the first mention of this in the following commit in 2011 without much details:

Dec 3 2021, 10:21 AM · libgcrypt, FIPS, Bug Report
aheinecke committed rW352682df0d3f: Add dist-self as dependency to all uploads (authored by aheinecke).
Add dist-self as dependency to all uploads
Dec 3 2021, 9:26 AM
gniibe committed rCe4a450d1d966: rsa: Allow e=0 to select 65537 for keygeneration under X931. (authored by gniibe).
rsa: Allow e=0 to select 65537 for keygeneration under X931.
Dec 3 2021, 9:18 AM
gniibe added a comment to T5645: RSA/DSA keygen modification for FIPS/ACVP testing.

Adding the case for == 0 only might be problematic, because I don't think it's an alias for a secure value; I think that == 0 means that it's up to libgcrypt to select the value (just like other generate_* functions).

Dec 3 2021, 9:14 AM · libgcrypt, FIPS, Bug Report
gniibe committed rC78ce1f9e0afe: random: Add missing header file to the release tarball (authored by Jakuje).
random: Add missing header file to the release tarball
Dec 3 2021, 8:25 AM
gniibe added a comment to T5523: jitter entropy RNG update.

Thank you, applied.

Dec 3 2021, 8:24 AM · FIPS, libgcrypt
werner added a comment to T5712: Yubikey 5 NFC only recognized immediately after it is inserted.

There is a "sharing violatation", error which means another process got access to the card. You can try to put

Dec 3 2021, 8:15 AM · Documentation, Bug Report

Dec 2 2021

Albert Astals Cid <aacid@kde.org> committed rKLEOPATRAab0d7953413e: GIT_SILENT Upgrade release service version to 21.12.0. (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Upgrade release service version to 21.12.0.
Dec 2 2021, 10:41 PM
dannytsen added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

I sent a copy to gcrypt-devel@gnupg.org. Hope this is the right process. Thanks.

Dec 2 2021, 5:47 PM · patch, ppc, libgcrypt, Feature Request
aheinecke triaged T5716: Kleopatra: Error when cross-compiling on debian buster as Normal priority.
Dec 2 2021, 5:41 PM · Restricted Project, kleopatra
jukivili added a comment to T5700: libgcrypt: bulk AES-GCM acceleration for ppc64le.

Please read doc/HACKING carefully on the process of sending DCO the right way.

Dec 2 2021, 5:31 PM · patch, ppc, libgcrypt, Feature Request
aheinecke committed rW2134300f9d8e: Update Kleopatra to latest master (authored by aheinecke).
Update Kleopatra to latest master
Dec 2 2021, 4:43 PM
aheinecke committed rW90952e4e0b37: Update NEWS and READMEs for todays 3.x release (authored by aheinecke).
Update NEWS and READMEs for todays 3.x release
Dec 2 2021, 4:43 PM
aheinecke committed rWbda6b54adc9a: Add git betaversion to VS-Desktop filenames (authored by aheinecke).
Add git betaversion to VS-Desktop filenames
Dec 2 2021, 4:43 PM
aheinecke committed rWf23433c95bc1: Add GUIDs for kgrp reg keys (authored by aheinecke).
Add GUIDs for kgrp reg keys
Dec 2 2021, 4:43 PM
aheinecke committed rWc6b39040dc49: Update kleopatra, libkleo and l10n (authored by aheinecke).
Update kleopatra, libkleo and l10n
Dec 2 2021, 4:43 PM
aheinecke committed rW9ea735c2ff57: Fix make dist for non existing appimage patches (authored by aheinecke).
Fix make dist for non existing appimage patches
Dec 2 2021, 4:43 PM
aheinecke committed rWdc694bf93079: Add registry entries for "kgrp" file type (authored by aheinecke).
Add registry entries for "kgrp" file type
Dec 2 2021, 4:43 PM
aheinecke committed rW47ac24e9bbdf: Remove obsolete gpgol patch (authored by aheinecke).
Remove obsolete gpgol patch
Dec 2 2021, 4:43 PM
aheinecke committed rWfa1409ebc900: Move l10n script from src to packages (authored by aheinecke).
Move l10n script from src to packages
Dec 2 2021, 4:43 PM
Jakuje added a comment to T5645: RSA/DSA keygen modification for FIPS/ACVP testing.

Let me get back to this once more as one of the parts for RSA was initially missed:

diff -up libgcrypt-1.8.4/cipher/rsa.c.fips-keygen libgcrypt-1.8.4/cipher/rsa.c
--- libgcrypt-1.8.4/cipher/rsa.c.fips-keygen	2017-11-23 19:16:58.000000000 +0100
+++ libgcrypt-1.8.4/cipher/rsa.c	2019-02-12 14:29:25.630513971 +0100
@@ -696,7 +696,7 @@ generate_x931 (RSA_secret_key *sk, unsig
Dec 2 2021, 4:34 PM · libgcrypt, FIPS, Bug Report
aheinecke added a comment to rLIBKLEO51f2bd618677: Prevent cycles in graph of certificate issuers.

Ui, Kudos to you for seeing that possibility in Boost Graph and applying that. *Thumbs up*

Dec 2 2021, 3:33 PM
aheinecke triaged T5715: Kleopatra: After importing a secret key and setting ownertrust in the dialog the key is not updated as Normal priority.
Dec 2 2021, 3:32 PM · kleopatra, Restricted Project
Jakuje created T5714: tests: Do not run tests for algorithms that are not built-in.
Dec 2 2021, 2:21 PM · libgcrypt, Bug Report
aheinecke triaged T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase as Normal priority.
Dec 2 2021, 1:52 PM · Restricted Project, kleopatra
Jakuje added a comment to T5523: jitter entropy RNG update.

I went through some more testing and noticed one missing file in the release tarball, that prevents building libgcrypt now. Should be fixed with the attached patch.

Dec 2 2021, 12:32 PM · FIPS, libgcrypt
Jakuje added a comment to T5636: Run integrity checks + selftests from library constructor in FIPS.

I did go through a bit more testing too and the selftests still initialize and use the secure memory (and the t-secmem fails in FIPS mode if we invoke selftests from constructor). Now from run_random_selftests() -> _gcry_random_selftest() -> drbg_healthcheck() -> _gcry_rngdrbg_healthcheck_one(). So this means that we either need to de-initialize secure memory after the constructor selftests or prevent its initialization as I suggested in some of the previous comments.

Dec 2 2021, 12:29 PM · FIPS, libgcrypt, Bug Report
Yenya created T5712: Yubikey 5 NFC only recognized immediately after it is inserted.
Dec 2 2021, 11:50 AM · Documentation, Bug Report
aheinecke triaged T5711: Kleopatra: Keyserver config does not fallback to default as Normal priority.
Dec 2 2021, 11:22 AM · Restricted Project, kleopatra
gniibe added a comment to T5693: GPG sign in corrupts larger terminal sizing.

What would be setting those? And how do I disable it?

Dec 2 2021, 8:00 AM · MacOS, pinentry, Bug Report
pzich added a comment to T5693: GPG sign in corrupts larger terminal sizing.

It does have them defined!

$ gpg-connect-agent "getinfo getenv COLUMNS" /bye
D 80
OK
$ gpg-connect-agent "getinfo getenv LINES" /bye
D 24
OK

What would be setting those? And how do I disable it?

Dec 2 2021, 7:39 AM · MacOS, pinentry, Bug Report
gniibe added a comment to T5693: GPG sign in corrupts larger terminal sizing.

A possibility is that gpg-agent which invokes pinentry happens have COLUMNS and LINES defined, then, pinentry misbehaves.

Dec 2 2021, 6:36 AM · MacOS, pinentry, Bug Report
gniibe added a comment to T5693: GPG sign in corrupts larger terminal sizing.

Thanks again for further information.

Dec 2 2021, 6:10 AM · MacOS, pinentry, Bug Report
pzich added a comment to T5693: GPG sign in corrupts larger terminal sizing.

Hmm, I added that to my formula, and see ncurses 6.3 now, however the issue still occurs.

dyld[20991]: <55AFFB3D-2011-35CC-9486-B30BC1CA12F7> /opt/homebrew/Cellar/pinentry/1.2.0/bin/pinentry-curses
dyld[20991]: <AAD35EC9-FC8A-3ED4-A829-C59E710CEA8A> /opt/homebrew/Cellar/libassuan/2.5.5/lib/libassuan.0.dylib
dyld[20991]: <59683137-0511-3681-8BA6-04A78592B197> /opt/homebrew/Cellar/libgpg-error/1.43/lib/libgpg-error.0.dylib
dyld[20991]: <A9DA1A80-D101-339B-9637-85A65285E050> /opt/homebrew/Cellar/ncurses/6.3/lib/libncursesw.6.dylib
dyld[20991]: <679CDB15-D472-38E8-8840-B38874010D51> /usr/lib/libSystem.B.dylib
dyld[20991]: <BB47A721-69A7-3EEA-9D9B-82F88FFF2641> /usr/lib/system/libcache.dylib
dyld[20991]: <E6CCD148-5E91-3111-BE37-1C19402F4637> /usr/lib/system/libcommonCrypto.dylib
dyld[20991]: <92001FF7-799E-3BA8-BF46-5FA01FFB952C> /usr/lib/system/libcompiler_rt.dylib
dyld[20991]: <6BE94DC2-F363-3D76-B056-F45D4B56E152> /usr/lib/system/libcopyfile.dylib
dyld[20991]: <881973B2-0426-325F-8D1A-17D60AE0CBFA> /usr/lib/system/libcorecrypto.dylib
dyld[20991]: <9C4116F5-B8EB-3A00-B4B5-54AF6A76F66B> /usr/lib/system/libdispatch.dylib
dyld[20991]: <96ECED73-F10C-3941-91A7-00254B907499> /usr/lib/system/libdyld.dylib
dyld[20991]: <F7CDC52B-7961-3283-A30F-B06E2E6ED6AB> /usr/lib/system/libkeymgr.dylib
dyld[20991]: <8D2BECEF-1038-3F2C-B8EF-B02C03092286> /usr/lib/system/libmacho.dylib
dyld[20991]: <3D861651-91A7-3D78-B43B-ECAA41D63D9E> /usr/lib/system/libquarantine.dylib
dyld[20991]: <FA2D8F89-D9C4-316F-9FDC-BFF1A791BD4E> /usr/lib/system/libremovefile.dylib
dyld[20991]: <61963381-E322-3D0F-855D-CE1EA31FA4E1> /usr/lib/system/libsystem_asl.dylib
dyld[20991]: <770FEB1F-FE27-3670-810F-A063D281CC8D> /usr/lib/system/libsystem_blocks.dylib
dyld[20991]: <660D7866-E2A2-3651-A0A5-806E9217736B> /usr/lib/system/libsystem_c.dylib
dyld[20991]: <1F580793-A1C3-30C6-A9BC-7789C14677AE> /usr/lib/system/libsystem_collections.dylib
dyld[20991]: <8370E8A5-EADF-3A2C-9D5B-CA148723A5CA> /usr/lib/system/libsystem_configuration.dylib
dyld[20991]: <30C492F6-C9E6-3C1D-BE52-CA4F4FC824D6> /usr/lib/system/libsystem_containermanager.dylib
dyld[20991]: <F2A34B01-C264-3B7E-B3C9-1671E9E3C185> /usr/lib/system/libsystem_coreservices.dylib
dyld[20991]: <01C0D793-E5FB-3141-95D6-32A973F9FFF8> /usr/lib/system/libsystem_darwin.dylib
dyld[20991]: <AED9DAFC-7AB1-31CF-96A1-14C87B614DD3> /usr/lib/system/libsystem_dnssd.dylib
dyld[20991]: <F0456F65-B4DF-3E14-91DC-C0C2A7954233> /usr/lib/system/libsystem_featureflags.dylib
dyld[20991]: <5E36F087-5EF7-33B7-ACDA-CAE1C4A97621> /usr/lib/system/libsystem_info.dylib
dyld[20991]: <6AB180A4-1D1E-3FA1-88B7-A7866EFACFC8> /usr/lib/system/libsystem_m.dylib
dyld[20991]: <7C9F7726-62C1-3B03-8130-03E8A2A68DDF> /usr/lib/system/libsystem_malloc.dylib
dyld[20991]: <2F331637-80F6-3208-816F-618DA9081899> /usr/lib/system/libsystem_networkextension.dylib
dyld[20991]: <3701D756-7023-30C0-9A36-852971092AA9> /usr/lib/system/libsystem_notify.dylib
dyld[20991]: <4234FAEC-7D18-30E7-AEAD-E9FB6922AFE9> /usr/lib/system/libsystem_product_info_filter.dylib
dyld[20991]: <1214F568-24BF-379F-8A86-FF947EE5F18A> /usr/lib/system/libsystem_sandbox.dylib
dyld[20991]: <49553CC1-66C3-32B1-91C6-4415DE230F58> /usr/lib/system/libsystem_secinit.dylib
dyld[20991]: <17550B77-D255-389A-B779-906AF75314B6> /usr/lib/system/libsystem_kernel.dylib
dyld[20991]: <8B28F7A3-6681-3D34-92AE-3688A74F50E6> /usr/lib/system/libsystem_platform.dylib
dyld[20991]: <AA39FF66-B3F0-3777-99BC-F4A4C5CBD566> /usr/lib/system/libsystem_pthread.dylib
dyld[20991]: <73885FA5-76B6-3AA3-8D91-60B2E0078F99> /usr/lib/system/libsystem_symptoms.dylib
dyld[20991]: <362E885B-20EA-395B-BB01-6E46B864294D> /usr/lib/system/libsystem_trace.dylib
dyld[20991]: <D0A538E3-7A75-395A-993C-A3EA7947F55A> /usr/lib/system/libunwind.dylib
dyld[20991]: <A77B4CE2-0855-3C19-B4A6-47B094CF0DDA> /usr/lib/system/libxpc.dylib
dyld[20991]: <52A50407-CD9B-3A67-A0C2-2D9D6F3043BF> /usr/lib/libc++abi.dylib
dyld[20991]: <8FCA2160-F786-398A-AEAC-2B3D5BD72BB8> /usr/lib/libobjc.A.dylib
dyld[20991]: <6B0DE0DE-0EA2-3948-8B7D-8BA309414B27> /usr/lib/liboah.dylib
dyld[20991]: <20FBE382-CC21-324E-8813-C84B94CC04EF> /usr/lib/libc++.1.dylib
dyld[20991]: <A714AC09-9E2D-3608-B8C1-D6300E852308> /usr/lib/libiconv.2.dylib
dyld[20991]: <1907D41B-6D4B-3EA0-AD3B-5770431B6327> /usr/lib/libcharset.1.dylib
Dec 2 2021, 1:32 AM · MacOS, pinentry, Bug Report
gniibe added a comment to T5512: Implement service indicators.

For the part 1, I created: T5710: FIPS: disable DSA for FIPS

Dec 2 2021, 1:16 AM · Feature Request, FIPS, libgcrypt
gniibe updated subscribers of T5710: FIPS: disable DSA for FIPS.

This is the patch from @Jakuje

Dec 2 2021, 1:14 AM · FIPS, libgcrypt
gniibe triaged T5710: FIPS: disable DSA for FIPS as Normal priority.
Dec 2 2021, 1:12 AM · FIPS, libgcrypt