Page MenuHome GnuPG
Feed Advanced Search

Jan 5 2021

werner raised the priority of T5207: Pinentry won't show up from Normal to Needs Triage.
Jan 5 2021, 9:09 AM · No Response, symmetric, pinentry, gnupg (gpg22)
werner triaged T5207: Pinentry won't show up as Normal priority.
Jan 5 2021, 9:09 AM · No Response, symmetric, pinentry, gnupg (gpg22)
werner triaged T5215: gnugp1: Fix build errors with gcc-10 as Normal priority.
Jan 5 2021, 9:06 AM · gnupg (gpg14), patch, Bug Report

Jan 4 2021

werner added a comment to T5215: gnugp1: Fix build errors with gcc-10.

Thus better add a

&& !defined(__clang__)
Jan 4 2021, 1:32 PM · gnupg (gpg14), patch, Bug Report
werner added a comment to T5215: gnugp1: Fix build errors with gcc-10.

Sure that the FreeBSD compiler does not define it? I am pretty sure it does.

Jan 4 2021, 1:31 PM · gnupg (gpg14), patch, Bug Report
cbiedl added a comment to T5215: gnugp1: Fix build errors with gcc-10.

According to list of attributes in the clang 12 documention, there is no such attribute in clang. However, the clang-11 compiler (as seen in Debian) does not define __GNUC__, so the proposed patch does not affect the status when building with clang.

Jan 4 2021, 1:16 PM · gnupg (gpg14), patch, Bug Report
werner added a project to T5215: gnugp1: Fix build errors with gcc-10: gnupg (gpg14).
Jan 4 2021, 9:14 AM · gnupg (gpg14), patch, Bug Report
werner added a comment to T5215: gnugp1: Fix build errors with gcc-10.

You may want to check that clang supports this attribute as well.

Jan 4 2021, 9:14 AM · gnupg (gpg14), patch, Bug Report
cbiedl created T5215: gnugp1: Fix build errors with gcc-10.
Jan 4 2021, 8:35 AM · gnupg (gpg14), patch, Bug Report

Jan 2 2021

rameshrella added a comment to T5205: GNuPG compile error.

Build Result:

Jan 2 2021, 5:08 AM · gnupg (gpg22), toolchain, Support

Dec 31 2020

Rombobeorn added a comment to T5214: gpg-wks-client generates Web Key Directory with bad permissions..

For directories this can't be done because not only the server reads the directories but also other deployment tools (e.g. rsync).

Dec 31 2020, 10:19 AM · wkd, Bug Report

Dec 30 2020

werner triaged T5214: gpg-wks-client generates Web Key Directory with bad permissions. as Low priority.
Dec 30 2020, 3:07 PM · wkd, Bug Report
werner changed the status of T5214: gpg-wks-client generates Web Key Directory with bad permissions. from Open to Testing.
Dec 30 2020, 3:07 PM · wkd, Bug Report
werner added a project to T5214: gpg-wks-client generates Web Key Directory with bad permissions.: wkd.
Dec 30 2020, 3:04 PM · wkd, Bug Report
werner added a comment to T5214: gpg-wks-client generates Web Key Directory with bad permissions..

I fixed the latter two points. For directories this can't be done because not only the server reads the directories but also other deployment tools (e.g. rsync).

Dec 30 2020, 3:03 PM · wkd, Bug Report
Rombobeorn created T5214: gpg-wks-client generates Web Key Directory with bad permissions..
Dec 30 2020, 1:33 PM · wkd, Bug Report
JohnsonTM2017 added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

I removed gnupg from the %AppData% directory and restarted Kleopatra, but I am running into the same permissions issue.

Dec 30 2020, 1:53 AM · kleopatra, Bug Report, gpg4win

Dec 29 2020

aheinecke closed T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied" as Resolved.
Dec 29 2020, 9:25 AM · kleopatra, Bug Report, gpg4win
aheinecke added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

please move away %AppData%\gnupg
it usually expands to c:\users\yourusername\AppData\Roaming\gnupg

Dec 29 2020, 9:25 AM · kleopatra, Bug Report, gpg4win

Dec 28 2020

JohnsonTM2017 added a comment to T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".

Screenshots of the issue are attached.

Dec 28 2020, 6:38 PM · kleopatra, Bug Report, gpg4win
JohnsonTM2017 created T5211: Personal Key Pair Creation Wizard Result - "Could not create key pair: Permission denied".
Dec 28 2020, 6:36 PM · kleopatra, Bug Report, gpg4win
werner closed T5209: [poldi] configure script don't check for pam devel files as Wontfix.

Please report about released versions. If you have problems building from Git, posting to gnupg-devel is the best way forward,.

Dec 28 2020, 5:57 PM · poldi, Bug Report
mdc_systems created T5210: [poldi] build fails with missing file version.texi.
Dec 28 2020, 8:11 AM · Support, poldi
mdc_systems created T5209: [poldi] configure script don't check for pam devel files.
Dec 28 2020, 8:08 AM · poldi, Bug Report
mdc_systems created T5208: [poldi] configure script don't check for makeinfo.
Dec 28 2020, 8:06 AM · poldi

Dec 25 2020

gniibe closed T5163: Cannot import NIST-P521 key to OpenPGP v3.3 smart card as Resolved.
Dec 25 2020, 8:24 AM · Restricted Project, gnupg, scd, Bug Report

Dec 23 2020

werner closed T5204: sign.c:864:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false as Resolved.

The patch will be in 2.2.27. Thanks.

Dec 23 2020, 10:28 PM · gnupg (gpg22), Bug Report
werner added a comment to T5207: Pinentry won't show up.

Simply add -v or --verbose to the gpg invocation too see infos about the pinentry. --debug-level is not helpful here.
And well, we don't have a way to test stuff on Vista anymore. You should also update to at least Windows 7.

Dec 23 2020, 10:27 PM · No Response, symmetric, pinentry, gnupg (gpg22)
Romans10910 created T5207: Pinentry won't show up.
Dec 23 2020, 8:44 PM · No Response, symmetric, pinentry, gnupg (gpg22)
werner added a project to T5204: sign.c:864:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false: gnupg (gpg22).

Good catch. This is due to back porting a change from master. However the extra introduced conditional of

if (sig->version >=4)

will always evaluate to true. It is set a bit above and GnuPG does not handle public key packets with version 3 anymore. So this if can actually be removed. Thus no harm.

Dec 23 2020, 4:03 PM · gnupg (gpg22), Bug Report
werner added a comment to T5205: GNuPG compile error.

Please provide detailed information about the build peoblem. An arbitrary paste from a build does not make up a bug report. If you need support building GnuPG you may want to look for a commercial offer or to ask on a mailing list. From what I see I assume you have an incomplete installation of the supporting libraries.

Dec 23 2020, 3:45 PM · gnupg (gpg22), toolchain, Support
rameshrella created T5205: GNuPG compile error.
Dec 23 2020, 1:40 PM · gnupg (gpg22), toolchain, Support
dcb created T5204: sign.c:864:11: warning: variable 'err' is used uninitialized whenever 'if' condition is false.
Dec 23 2020, 12:32 PM · gnupg (gpg22), Bug Report
gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Already have set another, thanks gnibe! See ya!

Dec 23 2020, 2:27 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Please change your passphrase for your card, BTW.

Dec 23 2020, 1:31 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe changed the status of T5167: GnuPG 2.25 still have problems related to Yubikey NEO. from Open to Testing.
Dec 23 2020, 1:30 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Good. The error recovery worked well.

Dec 23 2020, 1:30 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 22 2020

gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..
$ gpg --card-status
$ gpgconf --kill scdaemon
$ git fetch << (Used my PIN, I have reverted to my previous code other day, is not anymore 123456)

Dec 22 2020, 5:43 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
Nik_ added a project to T5195: Incorrect HWCAP2 check for AArch32: libgcrypt.
Dec 22 2020, 1:03 PM · libgcrypt, backport, Bug Report
jukivili claimed T5195: Incorrect HWCAP2 check for AArch32.

Thanks for reporting this. You are correct, those HWCAP2_SHA1 and HWCAP2_SHA2 defines are wrong.

Dec 22 2020, 8:42 AM · libgcrypt, backport, Bug Report
Nik_ created T5195: Incorrect HWCAP2 check for AArch32.
Dec 22 2020, 12:40 AM · libgcrypt, backport, Bug Report

Dec 21 2020

comps added a comment to T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed.

Thanks, appreciated.

Dec 21 2020, 7:50 PM · Bug Report
werner closed T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed as Resolved.

You are lucky. The report came just in time for the 2.2.26 released. Not mentioned over thre but anyway fixed. See T5153

Dec 21 2020, 7:42 PM · Bug Report
comps added a comment to T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed.

This is x86_64 (amd64) Fedora Linux version 32 (nothing to do with the x32 sorta-architecture).

Dec 21 2020, 5:41 PM · Bug Report
werner added a comment to T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed.

Oh well, sshfs.

Dec 21 2020, 5:34 PM · Bug Report
werner added a comment to T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed.

Just for reference what OS and file system is this? It looks like some x32 Linux.

Dec 21 2020, 5:33 PM · Bug Report
comps created T5193: Warning message "DBG: locking for ... done via O_EXCL" cannot be suppressed.
Dec 21 2020, 11:53 AM · Bug Report
aheinecke closed T5185: Language change issue, wrong locale is used and mess everything as Invalid.

GnuPG uses the systems locale.

Dec 21 2020, 9:12 AM · Bug Report, gpg4win
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Thank you for your testing.
May I ask more test, please?

Dec 21 2020, 1:31 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 20 2020

gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Hi, I have applied both patch and appears Yubikey is now working correct. I have uploaded the log here.

Dec 20 2020, 2:19 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 18 2020

ikloecker changed the status of T5138: Change Reset Code not working in Kleopatra from Open to Testing.

Werner, please retest. If "Change Reset Code" still doesn't work for you, then please answer the questions in the first comment.

Dec 18 2020, 12:19 PM · Restricted Project, Feature Request, Bug Report, kleopatra
ikloecker added a comment to T5138: Change Reset Code not working in Kleopatra.

Note: Officially, Kleopatra does not support OpenPGP v1 cards. At least, according to the text that is displayed if no card is found.

Dec 18 2020, 12:15 PM · Restricted Project, Feature Request, Bug Report, kleopatra
ikloecker added a comment to T5138: Change Reset Code not working in Kleopatra.

"Change Reset Code" should work in Kleopatra. At least for OpenPGP v2+ cards. Kleopatra simply does "SCD PASSWD --reset OPENPGP.2", i.e. the same as gpg-card. I have verified that it works with a Yubikey.

Dec 18 2020, 11:11 AM · Restricted Project, Feature Request, Bug Report, kleopatra
werner closed T5187: i am not able to key pair as Invalid.

For support please use one of the community resources (see gpg4win.org) and read the manula (compedium) or one of the hundreds of HOWTO floating in the net.

Dec 18 2020, 10:21 AM · Support
vsiril created T5187: i am not able to key pair.
Dec 18 2020, 9:58 AM · Support

Dec 17 2020

stig124 created T5185: Language change issue, wrong locale is used and mess everything.
Dec 17 2020, 8:59 PM · Bug Report, gpg4win

Dec 16 2020

gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Nice, I gonna apply the patch and see if resolves for me!

Dec 16 2020, 3:55 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Nice, I gonna apply the patch and see if resolves for me!

Dec 16 2020, 3:25 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 12 2020

martinralbrecht closed T4800: python-gpgme signature revokation assertion error: `gpg->cmd.code' failed as Resolved.

You're right. Thank you.

Dec 12 2020, 8:28 PM · gpgme, Bug Report
TaaviE added a comment to T5180: PKA export uses algorithm number for "ECDSA Curve P-384 with SHA-384" instead of "Ed25519" for "Ed25519/Ec25519" keys.

Oh, any chance GPG could inform the user when using export-pka that it is dead/deprecated? Also thanks for the quick reply.

Dec 12 2020, 1:36 PM · Bug Report
werner closed T5180: PKA export uses algorithm number for "ECDSA Curve P-384 with SHA-384" instead of "Ed25519" for "Ed25519/Ec25519" keys as Invalid.

PKA is dead but anyway: What you see is a record from a DNS zone file which has a specific semantic. The 14 for example means that 20 bytes follow.

Dec 12 2020, 1:28 PM · Bug Report
TaaviE created T5180: PKA export uses algorithm number for "ECDSA Curve P-384 with SHA-384" instead of "Ed25519" for "Ed25519/Ec25519" keys.
Dec 12 2020, 1:08 PM · Bug Report

Dec 10 2020

werner added a comment to T5177: GPG WKD lookup does not send correct SNI.

Nope, of course SNI is used. You problem is a different one. For example no root certificate, a server configured to allow only TLS 1.3, or a not supported algorithm. Decent versions of GnuPG print some hints if run with -v. BTW, an easier way to test is to use "gpg --locate-external-key" which basically does the same you did.

Dec 10 2020, 11:39 AM · FAQ, wkd
werner triaged T5173: GPA Could not show link as Normal priority.
Dec 10 2020, 11:32 AM · gpa, Windows, Bug Report
werner added projects to T5173: GPA Could not show link: Windows, gpa.
Dec 10 2020, 11:32 AM · gpa, Windows, Bug Report
TaaviE created T5177: GPG WKD lookup does not send correct SNI.
Dec 10 2020, 11:32 AM · FAQ, wkd
HackyJ created T5176: Problem with Office 365 GnuPG Outlook addin, Outlook reports not to be primary Mail client.
Dec 10 2020, 11:04 AM · Support, gpg4win
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

With my Yubikey NEO, when I use OTP (touching the button to generate OTP output as key input), I observed "card eject" event:

2020-12-10 11:23:05 scdaemon[7254] DBG: ccid-driver: CCID: interrupt callback 0 (2)
2020-12-10 11:23:05 scdaemon[7254] DBG: ccid-driver: CCID: NotifySlotChange: 02
2020-12-10 11:23:05 scdaemon[7254] DBG: ccid-driver: CCID: card removed
2020-12-10 11:23:05 scdaemon[7254] DBG: enter: apdu_get_status: slot=0 hang=0
2020-12-10 11:23:05 scdaemon[7254] DBG: leave: apdu_get_status => sw=0x1000c status=0
2020-12-10 11:23:05 scdaemon[7254] DBG: Removal of a card: 0
Dec 10 2020, 3:46 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 9 2020

Denisov23 renamed T5173: GPA Could not show link from Could not show link to GPA Could not show link.
Dec 9 2020, 8:52 PM · gpa, Windows, Bug Report
Denisov23 created T5173: GPA Could not show link.
Dec 9 2020, 8:52 PM · gpa, Windows, Bug Report
Denisov23 added a comment to T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.

I have reproduced the bug

Dec 9 2020, 8:35 PM · gpa, Bug Report, gpg4win
bernhard added a comment to T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.

A backtrace with gdb from migw-w64 results in

Dec 9 2020, 2:12 PM · gpa, Bug Report, gpg4win
bernhard updated the task description for T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.
Dec 9 2020, 12:39 PM · gpa, Bug Report, gpg4win
bernhard added a comment to T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.

I did a fresh install of Gpg4win 3.1.14 and imported my standard pubkey, by using

gpg --locate-key bernhard@intevation.de

on the command line.

Dec 9 2020, 12:38 PM · gpa, Bug Report, gpg4win
werner added a comment to T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.

Sorry, I can' reproduce thus. What kind of key is causing the crash?

Dec 9 2020, 12:09 PM · gpa, Bug Report, gpg4win
bernhard updated the task description for T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.
Dec 9 2020, 11:58 AM · gpa, Bug Report, gpg4win
bernhard created T5172: GPA crashes in the pubkey preferences "use advanced mode" switching.
Dec 9 2020, 11:58 AM · gpa, Bug Report, gpg4win
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

I checked the development log for the addition of:

libusb_clear_halt (handle->idev, handle->ep_intr);
Dec 9 2020, 4:35 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

I have another yubikey neo but its clean. Can it help it?

Dec 9 2020, 1:30 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

I have another yubikey neo but its clean. Can it help it?

Dec 9 2020, 12:57 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Changing modes will I lose/change my OTP and FIDO codes?

Dec 9 2020, 12:38 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 8 2020

gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Changing modes will I lose/change my OTP and FIDO codes?

Dec 8 2020, 11:44 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
Angel added a comment to T5162: Import problem due to disabled brainpool curves.

I would add "Provide a verbose message of why the key cannot be imported".

Dec 8 2020, 11:06 PM · Bug Report, libgcrypt, gnupg (gpg22)
gniibe renamed T5167: GnuPG 2.25 still have problems related to Yubikey NEO. from GnuPG 2.25 still have problems related to Yubikey. to GnuPG 2.25 still have problems related to Yubikey NEO..
Dec 8 2020, 12:01 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe triaged T5167: GnuPG 2.25 still have problems related to Yubikey NEO. as High priority.
Dec 8 2020, 12:00 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Following device (a bit older than yours, I guess) works well:

DBG: ccid-driver: idVendor: 1050  idProduct: 0112  bcdDevice: 0334

When I configure it to OTP+FIDO+CCID, it also works for me, it is:

DBG: ccid-driver: idVendor: 1050  idProduct: 0116  bcdDevice: 0334
Dec 8 2020, 11:58 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Thanks a lot.
Let me explain the situation.

Dec 8 2020, 2:33 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 7 2020

glr added a comment to T5169: gpg: Clarify output.

Although the output of --list-packets should not be parsed and is subject to change with each versions we know that ppl do it anyway and things start to break.

Dec 7 2020, 8:33 PM · Bug Report
werner closed T5169: gpg: Clarify output as Wontfix.

Sorry, no. Although the output of --list-packets should not be parsed and is subject to change with each versions we know that ppl do it anyway and things start to break. Even when we added lines starting with the usual comment sign (#) to indicate the offset of the packet, we received quite some bug reports. Thus such chnages will only be done when they are really needed. For all other the rule is still: Use the source, Luke.

Dec 7 2020, 7:50 PM · Bug Report
gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Hi, I changed the PIN, killed the gpg-agent and scdaemon, edited the scdaemon.conf to include your instruction, after, I run the following commands:

Dec 7 2020, 3:10 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
glr created T5169: gpg: Clarify output.
Dec 7 2020, 1:34 PM · Bug Report
gniibe added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Thank you for the information.
In the log, the driver detects removal of card wrongly.
That's the cause of this problem.

Dec 7 2020, 5:38 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gbschenkel added a comment to T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Please show us the output of gpg --card-status, and your configuration if you have something special. Are you using Yubikey also for gpg's signing, or is it only for SSH?

Dec 7 2020, 5:12 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe claimed T5167: GnuPG 2.25 still have problems related to Yubikey NEO..

Please show us the output of gpg --card-status, and your configuration if you have something special. Are you using Yubikey also for gpg's signing, or is it only for SSH?

Dec 7 2020, 2:44 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gniibe changed the status of T5163: Cannot import NIST-P521 key to OpenPGP v3.3 smart card from Open to Testing.

Backported.

Dec 7 2020, 2:16 AM · Restricted Project, gnupg, scd, Bug Report

Dec 6 2020

werner added projects to T5167: GnuPG 2.25 still have problems related to Yubikey NEO.: scd, ssh, yubikey, gnupg (gpg22).

There is no caching for smardcard PINs. Once a key (or group of keys) on a hard has been used (i.e. PIN entered). that key can be used as long as the card has not been reset or powered-down. No rule without exception: Some cards may require that a PIN entry is required for each crypto operation. For example the OpenPGP card (which is implemented on a Yubikey) does this for the signing key but not for the authentication (ssh) key. To disable this for the signing key you use the "forcesig" command of gpg --card-edit.

Dec 6 2020, 5:00 PM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
rkolvick created T5168: New computer, can't decrypt.
Dec 6 2020, 9:17 AM · Support, gpg4win
gbschenkel updated the task description for T5167: GnuPG 2.25 still have problems related to Yubikey NEO..
Dec 6 2020, 3:50 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report
gbschenkel created T5167: GnuPG 2.25 still have problems related to Yubikey NEO..
Dec 6 2020, 3:34 AM · gnupg (gpg22), yubikey, ssh, scd, Bug Report

Dec 4 2020

patrick added a comment to T5157: libgcrypt: ARM64 Builds on macOS fail.

OK, then we'll have to live with --disable-asm until the next major version is released, or switch to gcc.

Dec 4 2020, 9:20 PM · toolchain, MacOS, libgcrypt, Bug Report