Page MenuHome GnuPG
Feed Advanced Search

May 5 2020

bernhard added a comment to T4935: online libgcrypt manual 1.8.5 2020-05-04 has false UPDATED date.

Taking a look at other GNU manuals, both GNU make and GNU Bison have a better phrasing,
so I suggest the Bison way (https://www.gnu.org/software/bison/manual/html_node/index.html):

This manual (7 December 2019) is for GNU Bison (version 3.5), the GNU parser generator.

May 5 2020, 12:31 PM · Not A Bug, libgcrypt
bernhard added a comment to T4935: online libgcrypt manual 1.8.5 2020-05-04 has false UPDATED date.

Ah, okay, then the phrasing is missleading, the sentence looks like libgcrypt was released on this date and not the manual.

May 5 2020, 9:01 AM · Not A Bug, libgcrypt

May 4 2020

werner closed T4935: online libgcrypt manual 1.8.5 2020-05-04 has false UPDATED date as Resolved.

Nope, that is correct, the last update of the manual was

May 4 2020, 7:14 PM · Not A Bug, libgcrypt

Apr 25 2020

dup edited projects for T4922: GPGME_CREATE_NOEXPIRE seems not to be available since 1.8.0 , added: Not A Bug, patch; removed Bug Report.
Apr 25 2020, 10:39 PM · patch, Not A Bug, gpgme, Documentation

Mar 24 2020

werner closed T4887: GPG is throwing error while doing (encryption+sign) or Decryption as Invalid.

@sarman: Your question is actually a support question and not a bug report. Please read the documentation, use the public help channels (so that other can also learn from the issue), or get in touch with a commercial support provider.

Mar 24 2020, 10:48 AM · Not A Bug, Solaris, gnupg, Documentation

Mar 20 2020

dkg added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

That option does the same as --disable-dirmngr which in trun has the same effect as disable-crl-checks

Mar 20 2020, 4:49 PM · Not A Bug, S/MIME, gpgme
dkg added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

@werner wrote:

Mar 20 2020, 4:45 PM · Not A Bug, S/MIME, gpgme
aheinecke added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

Sample how GpgOL handles this: https://dev.gnupg.org/source/gpgol/browse/master/src/keycache.cpp;6f5f48c3d60e0af52f1a9f0e51f60ee653eeeb31$269

Mar 20 2020, 11:03 AM · Not A Bug, S/MIME, gpgme
aheinecke added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

I think what you're saying that there is *no way* to use GPGME in offline mode to validate x.509 certificates, and this is by design. Am I understanding that right?

Mar 20 2020, 11:00 AM · Not A Bug, S/MIME, gpgme
werner added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

After disabling the CRL check again in gpgsm.conf

Mar 20 2020, 8:56 AM · Not A Bug, S/MIME, gpgme

Mar 19 2020

dkg added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

I see no difference between the last two example stanzas that show you running ../run-verify. Are they supposed to have different output?

Mar 19 2020, 10:58 PM · Not A Bug, S/MIME, gpgme
dkg added a comment to T4881: "User ID" (Subject, subjectAltName) validity is inaccurate in gpgsm with sample certs..

I'm aware of the metadata leakage risks of OCSP, and i share your concerns about them.

Mar 19 2020, 10:14 PM · Not A Bug, gnupg (gpg22), S/MIME
werner added a comment to T4881: "User ID" (Subject, subjectAltName) validity is inaccurate in gpgsm with sample certs..

OCSP can't be the default because it enables a web bug. The responder immediately sees when a signature is verified or a data is encrypted to a certificate.

Mar 19 2020, 7:00 PM · Not A Bug, gnupg (gpg22), S/MIME
dkg added a comment to T4881: "User ID" (Subject, subjectAltName) validity is inaccurate in gpgsm with sample certs..

If CRLs or OCSP are a MUST in a given profile, and the cert chain has OCSP but no CRL, it seems like that profile should then try OCSP, rather than failing.

Mar 19 2020, 6:53 PM · Not A Bug, gnupg (gpg22), S/MIME
werner added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

That option does the same as --disable-dirmngr which in trun has the same effect as disable-crl-checks; see gnupg/sm/server.c#option_handler. If you want to check the validity of the cert you check the TRUST status lines. This is what gpgme does for you. An example is gpgme.tests/gpgsm/t-verify. You can run the tests also manually, I do this as follows:

Mar 19 2020, 6:25 PM · Not A Bug, S/MIME, gpgme
dkg added a comment to T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set.

I think what you're saying that there is *no way* to use GPGME in offline mode to validate x.509 certificates, and this is by design. Am I understanding that right?

Mar 19 2020, 5:25 PM · Not A Bug, S/MIME, gpgme
werner edited projects for T4881: "User ID" (Subject, subjectAltName) validity is inaccurate in gpgsm with sample certs., added: Not A Bug; removed Bug Report.
Mar 19 2020, 1:07 PM · Not A Bug, gnupg (gpg22), S/MIME
werner edited projects for T4883: gpgme X.509 certificates have unknown validity in offline mode unless `disable-crl-checks` is set, added: Not A Bug; removed Bug Report.

I can see no bug here. See my comment over at T4881.

Mar 19 2020, 1:06 PM · Not A Bug, S/MIME, gpgme

Jan 11 2020

werner closed T4806: File decrypts without password as Resolved.

It is a feature not a bug. For symmetric encryption the gpg-agent remembers the passphrase used for the encryption and thus for some time or until /gpgconf --reload gpg-agent/ it tries that passphrase for decryption.

Jan 11 2020, 10:19 AM · Not A Bug

Sep 6 2019

werner closed T2203: gpgconf fail to start gpg-agent as Invalid.

This seems to be closely related to T4319 and due to to some, ahem, interesting configuration.

Sep 6 2019, 5:25 PM · Not A Bug

Jun 25 2019

werner closed T4579: RSA CRT decryption occasional failure as Invalid.
Jun 25 2019, 1:28 PM · OpenPGP, Not A Bug
Anthony added a comment to T4579: RSA CRT decryption occasional failure.

I see. Thanks for your explanation.

Jun 25 2019, 12:07 PM · OpenPGP, Not A Bug

Jun 24 2019

werner edited projects for T4579: RSA CRT decryption occasional failure, added: Not A Bug, OpenPGP; removed Bug Report.

I see. Thus the problem is that IPWorksOpenPGP does not create proper OpenPGP private keys. I guess they use OpenSSL with their different CRT parameter style and do not convert them correctly. RFC-4880 says this in 5.5.3:

The secret key is this series of multiprecision integers:
o  MPI of RSA secret exponent d;
o  MPI of RSA secret prime value p;
o  MPI of RSA secret prime value q (p < q);
o  MPI of u, the multiplicative inverse of p, mod q.
Jun 24 2019, 2:37 PM · OpenPGP, Not A Bug

Jun 4 2019

gniibe closed T4546: make check error on gnupg-2.2.15 and gpgme-1.13.0 as Resolved.
Jun 4 2019, 1:52 AM · Not A Bug, gnupg, gpgme, Bug Report

May 31 2019

gniibe added a comment to T4546: make check error on gnupg-2.2.15 and gpgme-1.13.0.

FYI, pEp annoyance was addressed and handled here: https://bugs.debian.org/891882
By this patch: https://sources.debian.org/src/enigmail/2:2.0.11+ds1-1/debian/patches/0002-Avoid-auto-download-of-pEpEngine-Closes-891882.patch/

May 31 2019, 7:57 AM · Not A Bug, gnupg, gpgme, Bug Report

May 30 2019

ideaantenna added a comment to T4546: make check error on gnupg-2.2.15 and gpgme-1.13.0.

Thank you for your response.

May 30 2019, 9:44 PM · Not A Bug, gnupg, gpgme, Bug Report
gniibe claimed T4546: make check error on gnupg-2.2.15 and gpgme-1.13.0.

For GnuPG, the error is: you don't have run-able libntbtls.so in your environment (because of your wrong configuration, perhaps) but you have it to link.
For GPGME, the error is: your linked libgpg-error.so.0 and the one which runs are different (because of your wrong configuration, perhaps).

May 30 2019, 4:25 AM · Not A Bug, gnupg, gpgme, Bug Report

May 22 2019

werner closed T4533: Could not decrypt the data: Data is not integrity protected. Decrypting it could be a security problem. (no MDC) as Resolved.

You need to update the public key and convey it to the sender. This will solve the problems. You should also ask the sender to update their software so that an MDC is always used regardless of the flag.

May 22 2019, 7:24 PM · Not A Bug, gpg4win

May 17 2019

werner closed T4519: file decryption not happening with passphrase from webmethods as Invalid.

I can't see any bug here so I will close this bug now.

May 17 2019, 8:34 AM · gnupg, Not A Bug

May 16 2019

hari added a comment to T4519: file decryption not happening with passphrase from webmethods .

Hi Werner,

May 16 2019, 9:28 PM · gnupg, Not A Bug
werner edited projects for T4519: file decryption not happening with passphrase from webmethods , added: Not A Bug, gnupg; removed Bug Report.

Please use one of the mailing lists to solve your problem. 2.3 is a development version, so I wonder from where you got this version of GnuPG.

May 16 2019, 8:40 PM · gnupg, Not A Bug

Mar 6 2019

aheinecke closed T4391: GnuPG: Failure to import public key as Resolved.

Thank you very much for the analysis. I'll forward the info.

Mar 6 2019, 7:52 AM · Not A Bug, gnupg

Mar 5 2019

werner placed T4391: GnuPG: Failure to import public key up for grabs.

The creating software is broken in regard to non-ASCII characters in the UID:

Mar 5 2019, 8:13 PM · Not A Bug, gnupg
werner closed T4387: Export ssh key fails (brainpoolP256r1) as Resolved.

ssh does nut support brainpool curves and thus GnuPG does not know how to map its internal name of the curve to the name as specified by ssh. GnuPG supports these curves:

Mar 5 2019, 8:23 AM · ssh, Not A Bug

Jan 15 2019

Cocoanino added a comment to T2203: gpgconf fail to start gpg-agent.

So the output of this was

Jan 15 2019, 2:13 AM · Not A Bug

Jan 11 2019

Cocoanino added a comment to T2203: gpgconf fail to start gpg-agent.

Thanks @werner I will do tonight when connecting to my team mates PC.
Btw meanwhile I actually felt like I need to open next issue where I explain all my details

Jan 11 2019, 10:49 PM · Not A Bug
werner added a comment to T2203: gpgconf fail to start gpg-agent.

Your home is under /dev/ - really? Please run

Jan 11 2019, 4:45 PM · Not A Bug
Cocoanino reopened T2203: gpgconf fail to start gpg-agent as "Open".
Jan 11 2019, 3:50 AM · Not A Bug
Cocoanino added a comment to T2203: gpgconf fail to start gpg-agent.

Okay I think I got the root of the issue

Jan 11 2019, 3:11 AM · Not A Bug
Cocoanino added a comment to T2203: gpgconf fail to start gpg-agent.

When I did

brew reinstall gpg2

I saw this today

Jan 11 2019, 1:34 AM · Not A Bug

Jan 10 2019

Cocoanino added a comment to T2203: gpgconf fail to start gpg-agent.
In T2203#88661, @nuimk wrote:

/usr/local/bin/gpg-agent -v --daemon

Jan 10 2019, 3:30 PM · Not A Bug

Nov 20 2018

aheinecke closed T4247: GPG4WIN / Kleopatra (3.1.4) Encrypt file / Decryption fails on Network Associates PGP 6.5.8 as Invalid.

I'm closing this issues as "Invalid" because it is not an issue of Gpg4win. You can still comment and discuss here.

Nov 20 2018, 8:06 AM · gpg4win, Not A Bug

Nov 9 2018

aheinecke changed the status of T4247: GPG4WIN / Kleopatra (3.1.4) Encrypt file / Decryption fails on Network Associates PGP 6.5.8 from Open to Testing.

First let me say that it is never a good Idea to use outdated / unmaintained security software. PGP Messages are external input and you pass that to unmaintained software.

Nov 9 2018, 7:46 AM · gpg4win, Not A Bug

Nov 8 2018

Valodim added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

Fair enough. Let's wait and see what others think.

Nov 8 2018, 1:24 PM · Not A Bug, OpenPGP, gnupg
werner closed T4235: GnuPG doesn't respect key flags when decrypting as Resolved.

Also consider that it is possible to change the key usage flags. Thus it will never be clear whether one has a fixed or unfixed public key. I'd like to close this bug because it is currently also discussed in the IETF WG.

Nov 8 2018, 1:10 PM · Not A Bug, OpenPGP, gnupg

Nov 2 2018

WorriedlyObvious updated the task description for T4240: Broken URL on "Software list" page of gnupg.org.
Nov 2 2018, 2:50 PM · gpgweb, Bad link
WorriedlyObvious created T4240: Broken URL on "Software list" page of gnupg.org.
Nov 2 2018, 2:50 PM · gpgweb, Bad link

Oct 30 2018

stm added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

There is another argument for respecting the usage flags: it trims the admissible key space, if key ID in the PKESK packet is zero ('wild card') and thus all private keys have to be considered for decryption.

Oct 30 2018, 9:48 PM · Not A Bug, OpenPGP, gnupg

Oct 29 2018

aheinecke added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

I disagree, and you don't have to try to convince me, the decision is with werner. I just want to give my opinion:
Bug compatibility is nothing esoteric or bad especially for a general purpose backend tool like gnupg. Being open to accepting broken input is a good thing because it will mean that we can get people out of a "broken tool vendor lock in".

Oct 29 2018, 8:29 PM · Not A Bug, OpenPGP, gnupg
dkg added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

i agree with @Valodim that it would be better to not have a warning at all for an attempt to decrypt from secret key whose public key has never been marked as valid for encryption. A strict failure there (as with a strict failure for lack of mdc) is a better scenario than a warning. If the user controls the secret key and they decide they want to be able to decrypt with it, they should be able to mark it as decryption-capable (if that's really what they want) and retry. But this is an action only for experts.

Oct 29 2018, 8:04 PM · Not A Bug, OpenPGP, gnupg
Valodim added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

The same *cannot* be said for a subkey that is marked specifically for certification or signing, and not for decryption.

Oct 29 2018, 7:57 PM · Not A Bug, OpenPGP, gnupg
dkg added a comment to T4235: GnuPG doesn't respect key flags when decrypting.

I understand the real world requirement for decrypting messages that have been encrypted to a revoked or expired key.

Oct 29 2018, 7:43 PM · Not A Bug, OpenPGP, gnupg
werner triaged T4235: GnuPG doesn't respect key flags when decrypting as Low priority.

I don't see a problem. If you have the private key you can and will use it. I guess your concern is an oracle?

Oct 29 2018, 8:47 AM · Not A Bug, OpenPGP, gnupg

Apr 17 2018

werner closed T3842: OpenPGP Smart card V2.1 returns truncated RSA signatures if leading bytes of signature are 0 as Invalid.
Apr 17 2018, 8:33 PM · Not A Bug, scd

Aug 3 2017

marcus reopened T3202: add support for illumos to our version of libtool as "Open".
Aug 3 2017, 6:33 PM · Info Needed, gpgrt, Bug Report
andy_js added a comment to T3202: add support for illumos to our version of libtool.

The platform is illumos, a fork of OpenSolaris.

Aug 3 2017, 6:04 PM · Info Needed, gpgrt, Bug Report
marcus closed T3202: add support for illumos to our version of libtool as Wontfix.

No response.

Aug 3 2017, 5:30 PM · Info Needed, gpgrt, Bug Report
marcus closed T2901: --with-fingerprint does not show fingerprints anymore as Invalid.
Aug 3 2017, 5:25 PM · FAQ, Not A Bug, gnupg

Jul 18 2017

werner added a project to T3202: add support for illumos to our version of libtool: Info Needed.
Jul 18 2017, 2:25 PM · Info Needed, gpgrt, Bug Report

Jul 17 2017

aheinecke closed T1137: GpgOL could not decrypt/verify messages in "sent items" folder if smime support is disabled as Wontfix.

No. But as of 3.0 GpgOL for Outlook 2003 and 2007 is no longer maintained and the support for this will be removed in some future version. This bug only affects new installations of GpgOL on the unmaintained (by Microsoft) Outlook 2003 and Outlook 2007 Versions. So -> Wontfix.

Jul 17 2017, 6:56 PM · Not A Bug, Bug Report, gpgol, gpg4win
marcus added a comment to T1137: GpgOL could not decrypt/verify messages in "sent items" folder if smime support is disabled.

@aheinecke did you change the default?

Jul 17 2017, 6:08 PM · Not A Bug, Bug Report, gpgol, gpg4win
marcus closed T1725: addkey asks for a separate new password for every subkey created as Invalid.
Jul 17 2017, 6:02 PM · Feature Request, Not A Bug, gnupg
marcus closed T2060: GnuPG4Win with Enigmail in Thunderbird inserts unwanted blank lines in quoted text as Invalid.

werner says it's not a bug.

Jul 17 2017, 5:59 PM · Not A Bug, Bug Report, gpg4win
marcus closed T3029: make install does not configure/link installation for libgcrypt for gpg2 as Invalid.
Jul 17 2017, 5:51 PM · Bug Report, gnupg, FAQ, Not A Bug
marcus closed T1899: primegen.c: uses is_locked, which appears to suffer a race as Wontfix.
Jul 17 2017, 5:31 PM · Not A Bug, libgcrypt

Jul 13 2017

marcus closed T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile as Wontfix.

I am closing this, because this particular change was rejected. Eventually libtool might get updated on its own merits, so no need to track this here.

Jul 13 2017, 5:20 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report

Jul 7 2017

werner added a comment to T2901: --with-fingerprint does not show fingerprints anymore.

--with-fingerprint is an option to modify the output of --list-keys and not a command. There are other --with-xxxx options for other purposes. There is no command to list a keyring. This is why gpg meanwhile prints a warning when used without a command.

Jul 7 2017, 4:24 PM · FAQ, Not A Bug, gnupg
crazycasta added a comment to T2901: --with-fingerprint does not show fingerprints anymore.

I don't think anyone is suggesting the use of gpg without a command. However, use WITH the --with-fingerprint command seems to be broken. Thank you for providing a correct way of doing what we want, but please either explain why the use of the --with-fingerprint command isn't working, or put this back as a bug.

Jul 7 2017, 1:56 PM · FAQ, Not A Bug, gnupg
werner edited projects for T2901: --with-fingerprint does not show fingerprints anymore, added: Not A Bug, FAQ; removed Bug Report.

The use of gpg without a command is simply wrong. This has never been specified and could actually lead to surprises.
You need to import the key first and then look at it with -k (--list-keys) or --fingerprint.

Jul 7 2017, 10:33 AM · FAQ, Not A Bug, gnupg
marcus closed T1998: Can't use extended characters in passphrase as Invalid.
Jul 7 2017, 1:39 AM · pinentry, Not A Bug, Bug Report, gnupg

Jul 1 2017

gouttegd closed T3241: PGP Key Generator doesnt respect RFC4880 as Invalid.

or am i missing something here?

Jul 1 2017, 1:47 AM · Not A Bug

Jun 28 2017

marcus closed T1627: Duplicate word 'embeded' in sample demo screenshots on Wiki Page (see details) as Invalid.
Jun 28 2017, 4:59 PM · Not A Bug, Documentation

Jun 23 2017

werner closed T1448: gpgconf lists options which break gpg1 when gpg2 is also installed as Resolved.

Solution has been given: Use "gpg.conf-1" for gpg 1.4

Jun 23 2017, 4:10 PM · Not A Bug, Bug Report, gnupg
werner closed T1200: [GPGOL] PGP Partioned Format Violation, dont use detached signature for PGPExch.htm.asc as Resolved.
Jun 23 2017, 4:03 PM · Bug Report, gpgol, Not A Bug

Jun 22 2017

marcus closed T1991: pinentry-w32 needs to adjust button sizes as Wontfix.

Nobody started to hack on it in two years, and buried in this bug report nobody will find it. If this is still a desirable task, a new ticket should be opened.

Jun 22 2017, 5:07 PM · pinentry, Won't Fix, Feature Request, Not A Bug
marcus closed T1170: Auto-download of imap messages.. as Invalid.
Jun 22 2017, 4:19 PM · Bug Report, Not A Bug, gpgol

Jun 14 2017

marcus closed T854: GnuPG practical manual for Windows and Linux (in italian) as Resolved.
Jun 14 2017, 6:50 PM · gpgweb, Not A Bug

Jun 13 2017

werner added a comment to T3202: add support for illumos to our version of libtool.

and the platform is ...

Jun 13 2017, 8:37 AM · Info Needed, gpgrt, Bug Report

Jun 12 2017

justus triaged T3202: add support for illumos to our version of libtool as Wishlist priority.
Jun 12 2017, 11:41 AM · Info Needed, gpgrt, Bug Report

Jun 9 2017

andy_js added a comment to T3202: add support for illumos to our version of libtool.

The version of libtool that you ship does not have the necessary patches required to support my platform. Normally this isn't a problem because autogen.sh (or autoreconf) will update it.

Jun 9 2017, 3:58 PM · Info Needed, gpgrt, Bug Report
werner added a project to T3202: add support for illumos to our version of libtool: Not A Bug.

You may not run your own version of libtool or libtoolize. Only the maintainer updates the autotools related files including libtool. This is to avoid bugs stemming from different or broken versions of autotools. This makes it much easier to reproduce bugs.

Jun 9 2017, 3:42 PM · Info Needed, gpgrt, Bug Report

Jun 7 2017

werner added a comment to T3198: GnuPG should fail to send a key to a keyserver on "unknown options".

A few people asked for this generic option help; it is not specific to keyservers. Now we implemented that and still not okay for everyone, oh dear.

Jun 7 2017, 1:33 PM · Not A Bug, Bug Report
SylvieLorxu added a comment to T3198: GnuPG should fail to send a key to a keyserver on "unknown options".

gpg: Note: '--keyserver' is not considered an option

Jun 7 2017, 1:19 PM · Not A Bug, Bug Report
werner closed T3198: GnuPG should fail to send a key to a keyserver on "unknown options" as Resolved.
Jun 7 2017, 1:09 PM · Not A Bug, Bug Report
werner added a project to T3198: GnuPG should fail to send a key to a keyserver on "unknown options": Not A Bug.

Option parsing stops at the first non-option. "--keyserver" and "sec1...." could have also been key specifications.
Because sometimes people make errors we print a warning. But we can't bail out on a perfectly valid command line. That is the same why

Jun 7 2017, 1:08 PM · Not A Bug, Bug Report

Apr 11 2017

gniibe merged task T1113: sign + encryption OK but decryption failed with 3072 bits key on smartcard V2 into T1405: Print a warning for readers not supporting extended APDUs..
Apr 11 2017, 3:16 AM · Not A Bug, gnupg, Feature Request, scd, Documentation
gniibe added a project to T1113: sign + encryption OK but decryption failed with 3072 bits key on smartcard V2: Not A Bug.

No way to fix, itself. Better warning/error message can be done.

Apr 11 2017, 3:13 AM · Not A Bug, gnupg, Feature Request, scd, Documentation

Apr 3 2017

wk removed a project from T3029: make install does not configure/link installation for libgcrypt for gpg2: gnupg (gpg21).
Apr 3 2017, 9:43 AM · Bug Report, gnupg, FAQ, Not A Bug
wk added projects to T3029: make install does not configure/link installation for libgcrypt for gpg2: Not A Bug, FAQ.
Apr 3 2017, 9:43 AM · Bug Report, gnupg, FAQ, Not A Bug

Mar 30 2017

admin created Not A Bug.
Mar 30 2017, 6:42 PM

Mar 21 2017

stebalien closed T2406: Sockets created in GNUPGHOME instead of /run/user/UID/gnupg if specified. as Resolved.
Mar 21 2017, 10:59 PM · Not A Bug, Bug Report, gnupg
stebalien added a comment to T2406: Sockets created in GNUPGHOME instead of /run/user/UID/gnupg if specified..

Sorry, I thought I would receive an email when this was updated.

We don't do this on-the-fly to avoid cluttering the /run/user with directories.

So, I was expecting gnupg to use /run/user/$UID/gnupg/. However, if GNUPGHOME is
set, it uses /run/user/$UID/gnupg/d.$GNUPGHOME_HASH/. Therefore, by "littering",
I assume you mean littering /run/user/$UID/gnupg/ (otherwise this argument makes
no sense).

I'm leaving this here for future readers as I can't find *any* documentation of
this behavior (the use of d.$GNUPGHOME_HASH).

---

Regardless, my actual goal is to move the homedir to ~/.local/share/gnupg (not
have multiple homedirs) as described in (T1456)
so I really do want sockets to go in /run/user/$UID/gnupg/. However, I'm
guessing that's not going to be possible.

Mar 21 2017, 10:59 PM · Not A Bug, Bug Report, gnupg
stebalien reopened T2406: Sockets created in GNUPGHOME instead of /run/user/UID/gnupg if specified. as "Open".
Mar 21 2017, 10:59 PM · Not A Bug, Bug Report, gnupg

Feb 4 2017

jukivili closed T2292: cipher/crc-intel-pclmul.c: load of misaligned address as Resolved.
Feb 4 2017, 12:57 PM · Not A Bug, Bug Report, Assembler, libgcrypt

Jan 25 2017

jukivili added a comment to T2292: cipher/crc-intel-pclmul.c: load of misaligned address.

I have now learnt how GCC uses 'undefined behavior' for aggressive optimization
and that this could break code doing unaligned accesses even on x86. So this
needs to be fixed after all.

Jan 25 2017, 7:49 PM · Not A Bug, Bug Report, Assembler, libgcrypt
jukivili reopened T2292: cipher/crc-intel-pclmul.c: load of misaligned address as "Open".
Jan 25 2017, 7:49 PM · Not A Bug, Bug Report, Assembler, libgcrypt

Jan 6 2017

werner added a project to T2115: Spurious error on symmetric encryption: Not A Bug.
Jan 6 2017, 5:34 PM · Not A Bug, gnupg, Bug Report
werner closed T2115: Spurious error on symmetric encryption as Resolved.
Jan 6 2017, 5:34 PM · Not A Bug, gnupg, Bug Report
werner added a project to T2255: Doesn't import secret key on console mode: Not A Bug.
Jan 6 2017, 5:31 PM · Not A Bug, Bug Report, gnupg
werner closed T2255: Doesn't import secret key on console mode as Resolved.
Jan 6 2017, 5:31 PM · Not A Bug, Bug Report, gnupg