Page MenuHome GnuPG
Feed All Stories

Jan 15 2013

jaturner added projects to T1465: Fix for bug introduced in mpi/longlong.h in 2010: gnupg, Bug Report.
Jan 15 2013, 1:28 AM · gnupg (gpg14), Bug Report, gnupg
jaturner set Version to 1.4.13 on T1465: Fix for bug introduced in mpi/longlong.h in 2010.
Jan 15 2013, 1:28 AM · gnupg (gpg14), Bug Report, gnupg
jaturner added a comment to T1465: Fix for bug introduced in mpi/longlong.h in 2010.

D163: 365_mpi_longlong_h.diff

Jan 15 2013, 1:28 AM · gnupg (gpg14), Bug Report, gnupg

Jan 14 2013

flok added projects to T1464: key signing in GPGME: Feature Request, gpgme.
Jan 14 2013, 2:52 PM · gpgme, Feature Request

Jan 13 2013

dark_templar set External Link to https://bugs.gentoo.org/show_bug.cgi?id=376375 on T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry
dark_templar set Version to 0.8.2 on T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry
dark_templar added projects to T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo: pinentry, Bug Report, Gentoo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry
dkg added projects to T1462: multiple signatures can't be checked if they differ in algorithm: gnupg, Bug Report.
Jan 13 2013, 5:38 AM · Bug Report, gnupg

Jan 11 2013

werner added a comment to T1459: Build broken with automake-1.13.

Also in other GnuPG related software. Just fixed for GnuPG 1.4.

Jan 11 2013, 3:45 PM · Bug Report, libgcrypt
werner added a comment to T1461: IDEA tests fail on big endian architectures.

Fixed with commit 37f1a42. Tested on a Power7 box. I guess we need to do a new
release soon.

Jan 11 2013, 3:41 PM · Bug Report
werner set Version to 1.4.13 on T1461: IDEA tests fail on big endian architectures.
Jan 11 2013, 3:41 PM · Bug Report
werner closed T1461: IDEA tests fail on big endian architectures as Resolved.
Jan 11 2013, 3:41 PM · Bug Report
werner lowered the priority of T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed) from High to Normal.
Jan 11 2013, 2:59 PM · Too Old, Info Needed, Bug Report, pinentry

Jan 10 2013

jaromil added a comment to T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed).

try starting pinentry with these options (ASSUAN commands) where $TTY and $LANG
are correctly set in current environment

OPTION ttyname=$TTY
OPTION lc-ctype=$LANG

Jan 10 2013, 10:28 AM · Too Old, Info Needed, Bug Report, pinentry

Jan 8 2013

werner added a comment to T1459: Build broken with automake-1.13.

I know, it will be update before a release. Thanks for the reminder.

Jan 8 2013, 3:33 PM · Bug Report, libgcrypt
werner added a project to T1460: allow larger key creation (8192 bits): Won't Fix.
Jan 8 2013, 3:31 PM · Won't Fix, Feature Request
werner added a comment to T1460: allow larger key creation (8192 bits).

No. See the discussion on the maling lists for the reason why we limit the RSA
key size to 4k.

Again a warning: Do not propose the use of such large keys. The end effect is
that people don't use encryption because it is too slow on non-big machines.

Jan 8 2013, 3:31 PM · Won't Fix, Feature Request
werner added a comment to T1461: IDEA tests fail on big endian architectures.

Argh, the IDEA source is really old.
Sorry for not testing it on, say a PPC.

Jan 8 2013, 3:29 PM · Bug Report

Jan 7 2013

sharkcz added a comment to T1461: IDEA tests fail on big endian architectures.

D162: 364_gnupg-1.4.13-big-endian.patch

Jan 7 2013, 3:29 PM · Bug Report
sharkcz added a comment to T1461: IDEA tests fail on big endian architectures.

idea.c uses wrong #define to check for big endian architectures

Jan 7 2013, 3:29 PM · Bug Report

Jan 4 2013

sharkcz added a project to T1461: IDEA tests fail on big endian architectures: Bug Report.
Jan 4 2013, 2:49 PM · Bug Report

Jan 3 2013

bigkey added a project to T1460: allow larger key creation (8192 bits): Feature Request.
Jan 3 2013, 9:35 PM · Won't Fix, Feature Request
bernhard added a comment to T1457: Decryption of msg encrypted to expired smime certificate fails if local-user is set.

I agree that adding a better message is helpful.
What about something along the lines that says:

"cannot sign with or decrypt with key XYZ"

and explaining:

  "even when trying to decrypt with a different key, 
  the default signature key gets checked."

Certainly it would be much better if decryption would just try to
decrypt with the available keys, no matter of what status the
certificates to this or other keys are. I am worrying most about the
applications that are using Gnupg in this way, they probably will
not be able to either explain this properlto user or offer good
assistance. The reason you give why this is done is only an implementation
artifact and not logical for a user that has learned or tries to learn
about public key cryptography.

Jan 3 2013, 10:58 AM · Bug Report, gnupg, S/MIME
cazfi added a comment to T1459: Build broken with automake-1.13.

D161: 363_obsolete_automake_macros.patch

Jan 3 2013, 6:19 AM · Bug Report, libgcrypt
cazfi set Version to 1.5.0 on T1459: Build broken with automake-1.13.
Jan 3 2013, 6:19 AM · Bug Report, libgcrypt
cazfi added projects to T1459: Build broken with automake-1.13: libgcrypt, Bug Report.
Jan 3 2013, 6:19 AM · Bug Report, libgcrypt

Jan 2 2013

werner added a comment to T1457: Decryption of msg encrypted to expired smime certificate fails if local-user is set.

I agree that the error message is misleading. What happens is that
gpgsm prepares the keys the decrypt operation and does not distinguish
between decrypt and sign: In all cases where the private keys are
required, gpgsm will check that the configured signing key is usable.

We could remedy this by making this check depend on the intended
usage. However, this is a bit complicated and in any case, your
configuration is wrong. I'd rather say, learn early that your config
files needs an update than to fix the problem.

What about adding a hint "check your config files" to the "can't sign
suing XXX" diagnostics? I don't like to change strings right now. A
diagnostic "please check your configuration (option '%s')" would
generally be useful.

Jan 2 2013, 8:11 PM · Bug Report, gnupg, S/MIME

Dec 20 2012

werner added a comment to T1456: Support XDG basedir specification.

See the Topics field above: wontfix.
The feature request has been rejected. If you still want to pursuit it, please
start a discussion at gnupg-devel and don't contine here at the BTS.

Dec 20 2012, 6:08 PM · Feature Request, Won't Fix
werner closed T1456: Support XDG basedir specification as Resolved.
Dec 20 2012, 6:08 PM · Feature Request, Won't Fix
eheintzmann reopened T1456: Support XDG basedir specification as "Open".
Dec 20 2012, 5:37 PM · Feature Request, Won't Fix
eheintzmann added a comment to T1456: Support XDG basedir specification.

Not ure to understand you comment...
Have you added support for XDG basedir spec?

Dec 20 2012, 5:37 PM · Feature Request, Won't Fix
werner closed T1456: Support XDG basedir specification as Resolved.
Dec 20 2012, 2:57 PM · Feature Request, Won't Fix
werner added a comment to T1456: Support XDG basedir specification.

Add more complexity to the already complex configuration.

Dec 20 2012, 2:57 PM · Feature Request, Won't Fix
werner set Due Date to Dec 31 2012, 1:00 AM on T1457: Decryption of msg encrypted to expired smime certificate fails if local-user is set.
Dec 20 2012, 2:55 PM · Bug Report, gnupg, S/MIME
werner removed a project from T1455: pubring.gpg corruption on invalid public key: Restricted Project.
Dec 20 2012, 2:54 PM · Bug Report, gnupg
werner closed T1455: pubring.gpg corruption on invalid public key as Resolved.
Dec 20 2012, 2:54 PM · Bug Report, gnupg
werner added a comment to T1455: pubring.gpg corruption on invalid public key.

Fixed also for 2.0 and master.

Dec 20 2012, 2:54 PM · Bug Report, gnupg
werner added a comment to T1455: pubring.gpg corruption on invalid public key.

Fixed with commit f795a0d for 1.4. Will fix it for the other branches later the
day.

Dec 20 2012, 9:54 AM · Bug Report, gnupg
werner added a project to T1455: pubring.gpg corruption on invalid public key: Restricted Project.
Dec 20 2012, 9:54 AM · Bug Report, gnupg
werner closed T1458: Not needed X.509 certificates in default installation (gpgsm) as Resolved.
Dec 20 2012, 9:10 AM · Bug Report, Arch, Not A Bug, S/MIME

Dec 18 2012

dsohler added a comment to T1458: Not needed X.509 certificates in default installation (gpgsm).

My guess: Whoever wants to use said certificates would add them bey themselves …
I don’t see the need for adding them by default.

Dec 18 2012, 3:49 AM · Bug Report, Arch, Not A Bug, S/MIME

Dec 17 2012

werner added a comment to T1446: hkps SRV lookup discards port from SRV.

Do we need to do something for 1.4?

Dec 17 2012, 10:51 PM · Bug Report, gnupg
werner added a comment to T1458: Not needed X.509 certificates in default installation (gpgsm).

Because I was able to verify the origin of these root certifciates. But see the
comments. The German signature law imposes some strict requirements on
qualified signatures; despite that GnuPG is not certified, it is prepared for
such a certification.

Dec 17 2012, 5:47 PM · Bug Report, Arch, Not A Bug, S/MIME

Dec 15 2012

dsohler added a comment to T1458: Not needed X.509 certificates in default installation (gpgsm).

To me this is still a bug (why only some more or less random German CAs only?).

Dec 15 2012, 8:09 PM · Bug Report, Arch, Not A Bug, S/MIME
dshaw added a comment to T1446: hkps SRV lookup discards port from SRV.

Finishing things up now.

Dec 15 2012, 4:00 PM · Bug Report, gnupg
dshaw added a comment to T1447: TLS hostname selection uses insecure SRV data.

Note that this implies setting Host: properly as well

Dec 15 2012, 3:59 PM · Bug Report, gnupg
eheintzmann added a comment to T1456: Support XDG basedir specification.

Please notice that backward compatibility can be preserved by continue to use
$HOME/.gnupg if it exits but using/creating XDG dirs when it is not exit.

Dec 15 2012, 1:16 PM · Feature Request, Won't Fix
werner added a project to T1456: Support XDG basedir specification: Won't Fix.
Dec 15 2012, 10:06 AM · Feature Request, Won't Fix
werner added a comment to T1456: Support XDG basedir specification.

That would be incompatible to previous versions and is thus not an option. If a
user wants this GNUPGHOME provides an easy way to do so. Keys should be
considered part of the configuration.

Dec 15 2012, 10:06 AM · Feature Request, Won't Fix
werner added a comment to T1446: hkps SRV lookup discards port from SRV.

David, what is the status?

Dec 15 2012, 10:01 AM · Bug Report, gnupg
werner set Due Date to Dec 17 2012, 1:00 AM on T1455: pubring.gpg corruption on invalid public key.
Dec 15 2012, 9:57 AM · Bug Report, gnupg
werner added a project to T1458: Not needed X.509 certificates in default installation (gpgsm): Not A Bug.
Dec 15 2012, 9:52 AM · Bug Report, Arch, Not A Bug, S/MIME
werner added a comment to T1458: Not needed X.509 certificates in default installation (gpgsm).

Sorry, we can't do anything about it after a release. Delete the com-certs file
and the keys and you are done. Anyway, expired certificates are required in
X.509 - for example in the chain validation model.

Dec 15 2012, 9:52 AM · Bug Report, Arch, Not A Bug, S/MIME

Dec 12 2012

dsohler set External Link to https://bugs.archlinux.org/task/33059 on T1458: Not needed X.509 certificates in default installation (gpgsm).
Dec 12 2012, 3:50 PM · Bug Report, Arch, Not A Bug, S/MIME
dsohler added projects to T1458: Not needed X.509 certificates in default installation (gpgsm): S/MIME, Arch, Bug Report.
Dec 12 2012, 3:50 PM · Bug Report, Arch, Not A Bug, S/MIME

Dec 10 2012

bernhard set Version to 2.0.19 on T1457: Decryption of msg encrypted to expired smime certificate fails if local-user is set.
Dec 10 2012, 9:27 PM · Bug Report, gnupg, S/MIME
bernhard added projects to T1457: Decryption of msg encrypted to expired smime certificate fails if local-user is set: S/MIME, gnupg, Bug Report.
Dec 10 2012, 9:27 PM · Bug Report, gnupg, S/MIME
bernhard closed T1310: Cannot decrypt file - encrypts ok [Don't know]: as Resolved.
Dec 10 2012, 8:55 PM · Not A Bug, Bug Report
bernhard added a comment to T1310: Cannot decrypt file - encrypts ok [Don't know]:.

Without a real example file, I don't think that the problem can be
reproduced. Thus I'm closing this issue because of the lack of activity
for more than 12 months.

Matter: Thanks for the report! As Werner suggested: Please ask on the
mailinglist if you continue to have problems, until we can somehow produce a
test case and then somebody is able to file a new report.

Dec 10 2012, 8:55 PM · Not A Bug, Bug Report

Dec 8 2012

eheintzmann added a project to T1456: Support XDG basedir specification: Feature Request.
Dec 8 2012, 4:36 PM · Feature Request, Won't Fix

Dec 6 2012

kbs set Version to 1.4.11 on T1455: pubring.gpg corruption on invalid public key.
Dec 6 2012, 7:07 PM · Bug Report, gnupg
kbs added projects to T1455: pubring.gpg corruption on invalid public key: gnupg, Bug Report.
Dec 6 2012, 7:07 PM · Bug Report, gnupg
kbs added a comment to T1455: pubring.gpg corruption on invalid public key.

Dec 6 2012, 7:07 PM · Bug Report, gnupg

Dec 3 2012

werner added a comment to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit.

That is actually a gpg*sm*.log. However, I am not sure whether a gpgme log will
be helpful. I need to replicate the problem first.

Dec 3 2012, 2:06 PM · Too Old, gpgme, Bug Report
werner added a comment to T1447: TLS hostname selection uses insecure SRV data.

Note that the topic is currently under discussion on gnupg-devel.

Dec 3 2012, 2:01 PM · Bug Report, gnupg

Dec 2 2012

dshaw added a comment to T1446: hkps SRV lookup discards port from SRV.

Taking

Dec 2 2012, 4:17 PM · Bug Report, gnupg
dshaw added a project to T1446: hkps SRV lookup discards port from SRV: In Progress.
Dec 2 2012, 4:17 PM · Bug Report, gnupg
dshaw claimed T1446: hkps SRV lookup discards port from SRV.
Dec 2 2012, 4:17 PM · Bug Report, gnupg

Nov 28 2012

Ron2Lee added projects to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit: Bug Report, gpgme.
Nov 28 2012, 7:08 PM · Too Old, gpgme, Bug Report
Ron2Lee added a comment to T1454: APPCRASH of gpgme-w32spawn.exe on Windows 7 64 bit.

Nov 28 2012, 7:08 PM · Too Old, gpgme, Bug Report

Nov 23 2012

wavexx added projects to T1453: pinentry-gtk2: ESC not handled: pinentry, Bug Report.
Nov 23 2012, 9:01 PM · Bug Report, pinentry
wavexx added a comment to T1453: pinentry-gtk2: ESC not handled.

D160: 360_pinentry-gtk2.patch

Nov 23 2012, 9:01 PM · Bug Report, pinentry

Nov 21 2012

werner added a project to T1452: AES encryption at a stable Gentoo Linux broken: Restricted Project.
Nov 21 2012, 11:38 AM · Bug Report, libgcrypt
werner added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Fixed in master and 1.5 by adding an aligned attribute to RIJNDAEL_context.
However, this is not portable becuase we do this only for gcc. To mitigate the
problem I will replace the ifdef GNUC by a macro figured out by configure.

Nov 21 2012, 10:49 AM · Bug Report, libgcrypt
werner closed T1290: gnupg 2.0.16 fails with Gemalto USB Shell Token V2 as Resolved.
Nov 21 2012, 10:21 AM · Bug Report, gnupg
werner added a comment to T1290: gnupg 2.0.16 fails with Gemalto USB Shell Token V2.

That was fixed by
2010-11-11 Werner Koch <wk@g10code.com>

  • agent.h (opt): Add field SIGUSR2_ENABLED.
  • gpg-agent.c (handle_connections): Set that flag.
  • call-scd.c (start_scd): Enable events depending on this flag.

and thus 2.0.19 should work fine.

Thanks to gniibe for mentioning this.

Nov 21 2012, 10:21 AM · Bug Report, gnupg
werner added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Yep, you should have mentioned the aligned problem in the selftest. I don't
follow the gentoo tracker if we are already discussing here. I will soon look
at the problem. A new 1.5 release is anyway due.

Nov 21 2012, 10:18 AM · Bug Report, libgcrypt

Nov 20 2012

toralf added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Gentoo thinks about patching its package with their own solution till an
official fix :
https://bugs.gentoo.org/show_bug.cgi?id=442568#add_comment

Nov 20 2012, 6:13 PM · Bug Report, libgcrypt

Nov 15 2012

toralf added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Gentoo devs identified an issue in the source code :

Nov 15 2012, 8:42 PM · Bug Report, libgcrypt
werner added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Please build it with a stock compiler and standard options (i.e. none). Same
problem? No, then add options until you get the segv again.

Nov 15 2012, 2:59 PM · Bug Report, libgcrypt

Nov 13 2012

toralf added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

TIt is a 3.6.6 vanilla kernel of a stable Gentoo with 3.6.6 vanilla kernel and
gcc-4.6.3 (+ Gentoo patch set), all options are here :
https://bugs.gentoo.org/show_bug.cgi?id=442568#c0

and there's the complete build log attached too (gzip'ed - the mime type might
be sometimes not recognized correctly)

Nov 13 2012, 5:40 PM · Bug Report, libgcrypt
werner added a project to T1439: Windows: race condition on random_seed: Restricted Project.
Nov 13 2012, 11:01 AM · libgcrypt, Bug Report
werner removed a project from T1439: Windows: race condition on random_seed: In Progress.
Nov 13 2012, 11:01 AM · libgcrypt, Bug Report
werner added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

Please provide more information, in particular: the OS Version, the compiler and
all options used for building.

Nov 13 2012, 11:01 AM · Bug Report, libgcrypt

Nov 10 2012

toralf added a comment to T1452: AES encryption at a stable Gentoo Linux broken.

quick bisecting gave :

tfoerste@n22 ~/devel/libgcrypt $ git bisect bad
83f80d39c3feddc7e055525d47dcf3f069801e89 is the first bad commit
commit 83f80d39c3feddc7e055525d47dcf3f069801e89
Author: Werner Koch <wk@gnupg.org>
Date: Tue Feb 15 14:38:02 2011 +0100

    Change more AES-NI code into plain asm

:040000 040000 5f3aef9e672defe8feeec28e4c6aa2b810c7e0e8
01816387886d3d8e832d0a97e1e0f1a984fa9256 M cipher

Nov 10 2012, 10:27 PM · Bug Report, libgcrypt
toralf set Version to 1.5 on T1452: AES encryption at a stable Gentoo Linux broken.
Nov 10 2012, 10:10 PM · Bug Report, libgcrypt
toralf added projects to T1452: AES encryption at a stable Gentoo Linux broken: libgcrypt, Bug Report.
Nov 10 2012, 10:10 PM · Bug Report, libgcrypt

Nov 9 2012

jegrp added a comment to T1439: Windows: race condition on random_seed.

I'm not able to reproduce the problem with commit b1abc01. It was reproducible
with the preceding revision (commit a74f05c), so I can confirm that b1abc01 has
fixed it.

Nov 9 2012, 6:48 PM · libgcrypt, Bug Report

Nov 8 2012

werner set Due Date to Nov 30 2012, 1:00 AM on T1396: Subkey expiring breaks other subkeys.
Nov 8 2012, 5:26 PM · Too Old, Bug Report, gnupg
werner added a comment to T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town).

Fixed for 1.4.13 (95347cf9).

Nov 8 2012, 5:21 PM · Bug Report, gnupg
werner closed T1390: gnupg testsuite: failed test "armor" (bug#1179 is back in town) as Resolved.
Nov 8 2012, 5:21 PM · Bug Report, gnupg
werner closed T1339: deleted keys reappearing as Resolved.
Nov 8 2012, 4:37 PM · Bug Report, Not A Bug, gnupg
werner added a project to T1289: OpenPGP card no longer accessible: Not A Bug.
Nov 8 2012, 4:36 PM · Not A Bug, Bug Report, gnupg
werner closed T1289: OpenPGP card no longer accessible as Resolved.
Nov 8 2012, 4:36 PM · Not A Bug, Bug Report, gnupg
werner added a comment to T1276: Typos in German translation.

Fixed for 1.4.13 (e3e5406)

Nov 8 2012, 4:35 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner closed T1276: Typos in German translation as Resolved.
Nov 8 2012, 4:35 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner added a comment to T1249: renaming '...\pubring.tmp' to '...\pubring.gpg failed: Permission denied during key creation.

Do you still have this problem with 1.4.12?

Nov 8 2012, 4:24 PM · Bug Report, gnupg
werner added a comment to T1230: card backup key generated with 1024 bit.

Fix for 1.4.13 (commit 64e7c23).

Nov 8 2012, 4:16 PM · Bug Report, gnupg, OpenPGP
werner closed T1230: card backup key generated with 1024 bit as Resolved.
Nov 8 2012, 4:16 PM · Bug Report, gnupg, OpenPGP
werner closed T1435: duplicate syms in libmpi as Resolved.
Nov 8 2012, 3:48 PM · clang, Bug Report, gnupg