Page MenuHome GnuPG
Feed Advanced Search

Mar 23 2011

beebe added projects to T1327: gnupg-2.0.17 test failures on GNU/Linux IA-64 (Red Hat 5.6): Feature Request, gnupg.
Mar 23 2011, 3:10 PM · gnupg, Feature Request

Mar 10 2011

werner added a project to T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin): Restricted Project.
Mar 10 2011, 3:35 PM · gnupg, Feature Request
werner added a comment to T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin).

As a good GNU citizen I spent some time on it and implemented PBES2 in
minip12.c. This is in master and I don't intend to backport it to 2.0.x.

Mar 10 2011, 3:35 PM · gnupg, Feature Request

Mar 8 2011

werner added a comment to T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin).

Frankly, I'd prefer if gnutls would use the gnupg infrastructure instead of
duplicating everything. If they have time to add their new key derivation
feature to minip12.c; I will be glad to apply such a patch.

Mar 8 2011, 3:26 PM · gnupg, Feature Request

Mar 4 2011

dkg added a comment to T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin).

I appreciate that PKCS#12 is stupid and baroque, but if the goal is
interoperability with other software, it seems like other GNU tools would be a
reasonable target at least :)

Mar 4 2011, 4:49 PM · gnupg, Feature Request
werner removed a project from T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL: Restricted Project.
Mar 4 2011, 10:09 AM · Feature Request, libgcrypt
werner closed T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL as Resolved.
Mar 4 2011, 10:09 AM · Feature Request, libgcrypt
werner removed a project from T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin): Bug Report.
Mar 4 2011, 10:07 AM · gnupg, Feature Request
werner added a project to T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin): Feature Request.
Mar 4 2011, 10:07 AM · gnupg, Feature Request
werner lowered the priority of T1321: gpgsm cannot read pkcs12 files generated by certtool (from gnutls-bin) from Normal to Wishlist.
Mar 4 2011, 10:07 AM · gnupg, Feature Request
vapier added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.

i dont quite understand/agree with the last few comments, but i guess it doesnt
matter that much since the code now uses AC_PATH_TOOL which is all i wanted ;)

Mar 4 2011, 1:33 AM · Feature Request, libgcrypt

Feb 23 2011

werner added a project to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL: Restricted Project.
Feb 23 2011, 12:55 PM · Feature Request, libgcrypt
werner added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.

Okay, using AC_PATH_TOOL to implement AM_PATH_GPG_ERROR makes sense.
I changed libgpg-error and updated the macro in libgcrypt master.

Feb 23 2011, 12:55 PM · Feature Request, libgcrypt
werner added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.

The idea for a search path for a cross-build environment is not sane. If you
have a cross-build environment then it is easy to set it up correclty. If your
environment is already broken, gcrypt-config could only help by printing an
additional warning, but it will never be bulletproof.

Feb 23 2011, 11:21 AM · Feature Request, libgcrypt

Feb 22 2011

vapier added a comment to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL.

i'm not requesting you install HOST prefixed wrappers. that would actually be
worse since people setting up cross-compile environments already generically
take care of this issue.

Feb 22 2011, 6:53 AM · Feature Request, libgcrypt

Feb 21 2011

werner added a project to T1304: rijndael.c -- warning: dereferencing type-punned pointer will break strict-aliasing rules: Restricted Project.
Feb 21 2011, 3:07 PM · Gentoo, libgcrypt, Feature Request
werner added a comment to T1304: rijndael.c -- warning: dereferencing type-punned pointer will break strict-aliasing rules.

The compiler folks are breaking all assumptions C hackers used for decades :-(
The benefit is a little performace improvement which might be outweighted by the
bugs introduced due to the code changes required to to use gcc specific stuff or
even memcpy everything forth and back.

Feb 21 2011, 3:07 PM · Gentoo, libgcrypt, Feature Request
werner added a project to T1197: Cannot be made thread-safe when used by a library: npth.
Feb 21 2011, 3:02 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner changed Version from 2.0.14 to gnupg 2.0.14 on T1197: Cannot be made thread-safe when used by a library.
Feb 21 2011, 3:02 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner added a comment to T1197: Cannot be made thread-safe when used by a library.

Libraries are a part of the application. Hiding all details of a
library is simply not possible. You suggestion does not work either;
because switching the thread system is not possible: Either you are
using thread system A or thread system B; A can't switch to B, because
it does not know about B's internals.

Feb 21 2011, 3:02 PM · Too Old, Won't Fix, npth, libgcrypt, Feature Request
werner added a comment to T1217: VERY_STRONG RNG seed initialization is problematic if only few bytes needed.

FWIW, I started to work on another random backend which uses /dev/random
directly. It is not yet finished, though.

Feb 21 2011, 2:54 PM · Won't Fix, libgcrypt, Feature Request
werner removed a project from T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL: Bug Report.
Feb 21 2011, 2:45 PM · Feature Request, libgcrypt
werner added a project to T1261: AM_PATH_GPG_ERROR should use AC_PATH_TOOL: Feature Request.
Feb 21 2011, 2:45 PM · Feature Request, libgcrypt
werner removed a project from T1303: Please support GCRYSEXP_FMT_BASE64: Bug Report.
Feb 21 2011, 2:38 PM · Feature Request, libgcrypt
werner added a project to T1303: Please support GCRYSEXP_FMT_BASE64: Feature Request.
Feb 21 2011, 2:38 PM · Feature Request, libgcrypt

Feb 10 2011

werner added a project to T1102: Sending enc/signed mails does not work with Exchange: Feature Request.
Feb 10 2011, 1:57 PM · Info Needed, Feature Request, gpg4win, gpgol
werner lowered the priority of T1102: Sending enc/signed mails does not work with Exchange from High to Normal.
Feb 10 2011, 1:57 PM · Info Needed, Feature Request, gpg4win, gpgol

Feb 3 2011

dkg added projects to T1316: Please provide DECRYPTION_INFO status messages on gpg 1.x and 2.0.x: Feature Request, backport, gnupg.
Feb 3 2011, 10:37 PM · gnupg, backport, Feature Request
hafner added a comment to T1315: gpg's email address correctness test is overly strict.

Thanks for having fixed it for master. It's OK so, because a comment to Issue
1236 shows me a workaround (--allow-freeform-uid) until the next release.

Feb 3 2011, 9:36 PM · Feature Request
werner added a comment to T1315: gpg's email address correctness test is overly strict.

Fixed for master (2.1) with commit 71e7a16.

Feb 3 2011, 6:09 PM · Feature Request
werner added a project to T1315: gpg's email address correctness test is overly strict: Restricted Project.
Feb 3 2011, 6:09 PM · Feature Request

Feb 1 2011

hafner added a project to T1315: gpg's email address correctness test is overly strict: Feature Request.
Feb 1 2011, 6:32 PM · Feature Request

Jan 11 2011

werner added a comment to T1299: [fix] gnupg does not have unix man page for gpg.

That must be a problem of the FreeBSD ports. GnupG comes with a man page. On
my system I can do

man gpg

for th1 1.4 GnuPG and

man gpg2

for the 2.x gpg. Please report to freebsd.

Jan 11 2011, 7:42 PM · Not A Bug, gnupg, Feature Request
werner closed T1299: [fix] gnupg does not have unix man page for gpg as Resolved.
Jan 11 2011, 7:42 PM · Not A Bug, gnupg, Feature Request
werner added a project to T1299: [fix] gnupg does not have unix man page for gpg: Not A Bug.
Jan 11 2011, 7:42 PM · Not A Bug, gnupg, Feature Request
AlexJ added a comment to T1299: [fix] gnupg does not have unix man page for gpg.

FreeBSD 8.1 release :

man gpg

No manual entry for gpg

Jan 11 2011, 5:59 PM · Not A Bug, gnupg, Feature Request

Jan 10 2011

werner added a comment to T1299: [fix] gnupg does not have unix man page for gpg.

Huh? "man gpg" "man gpgsm" "man gpg-agent" ... all work perfectly for me.
For ages.

Jan 10 2011, 7:47 PM · Not A Bug, gnupg, Feature Request
werner lowered the priority of T1306: gpg asks for one password, tries multiple keys with anonymous recipient from Normal to Wishlist.
Jan 10 2011, 7:45 PM · Feature Request, gnupg
werner added a comment to T1306: gpg asks for one password, tries multiple keys with anonymous recipient.

GPG needs to to run trial decryptions with all available secret keys; there is
no specific order for this. This can be improved by ordering the packets so
that those with known keys are tried first and only then the wildcard keys. The
wildcards could also be more optimized. This is a actually long standing wish
by myself but I didn't found the time to implement it. Instead I implemented
the --skip-hidden-recipients in 2.1.

Jan 10 2011, 7:45 PM · Feature Request, gnupg
werner added a project to T1306: gpg asks for one password, tries multiple keys with anonymous recipient: Feature Request.
Jan 10 2011, 7:45 PM · Feature Request, gnupg
werner added a project to T1245: Error-Message: gpg: DBG: rndw32: get performance data problem: Feature Request.
Jan 10 2011, 6:42 PM · Feature Request, gnupg
werner added a comment to T1245: Error-Message: gpg: DBG: rndw32: get performance data problem.

This is just a warning.

Jan 10 2011, 6:42 PM · Feature Request, gnupg

Dec 8 2010

c1pher added projects to T1305: assuan-uds.c:211:3: warning: dereferencing type-punned pointer will break strict-aliasing rules: Feature Request, Gentoo.
Dec 8 2010, 4:43 PM · Gentoo, Feature Request
c1pher set Version to 2.0.0 on T1305: assuan-uds.c:211:3: warning: dereferencing type-punned pointer will break strict-aliasing rules.
Dec 8 2010, 4:43 PM · Gentoo, Feature Request
c1pher set External Link to http://bugs.gentoo.org/show_bug.cgi?id=347807 on T1305: assuan-uds.c:211:3: warning: dereferencing type-punned pointer will break strict-aliasing rules.
Dec 8 2010, 4:43 PM · Gentoo, Feature Request

Dec 7 2010

c1pher set External Link to http://bugs.gentoo.org/show_bug.cgi?id=347810 on T1304: rijndael.c -- warning: dereferencing type-punned pointer will break strict-aliasing rules.
Dec 7 2010, 7:18 PM · Gentoo, libgcrypt, Feature Request
c1pher set Version to 1.4.6 on T1304: rijndael.c -- warning: dereferencing type-punned pointer will break strict-aliasing rules.
Dec 7 2010, 7:17 PM · Gentoo, libgcrypt, Feature Request
c1pher added projects to T1304: rijndael.c -- warning: dereferencing type-punned pointer will break strict-aliasing rules: Feature Request, libgcrypt, Gentoo.
Dec 7 2010, 7:17 PM · Gentoo, libgcrypt, Feature Request

Dec 1 2010

AlexJ added a comment to T1299: [fix] gnupg does not have unix man page for gpg.

Dec 1 2010, 11:11 AM · Not A Bug, gnupg, Feature Request
AlexJ added projects to T1299: [fix] gnupg does not have unix man page for gpg: Feature Request, gnupg.
Dec 1 2010, 11:11 AM · Not A Bug, gnupg, Feature Request

Nov 17 2010

werner closed T1296: html manual in one page as Resolved.
Nov 17 2010, 2:14 PM · gnupg, Won't Fix, Feature Request
werner added a comment to T1296: html manual in one page.

Use the pdf version.
An info file will be installed with gnupg.

Nov 17 2010, 2:14 PM · gnupg, Won't Fix, Feature Request
werner added a project to T1296: html manual in one page: Won't Fix.
Nov 17 2010, 2:14 PM · gnupg, Won't Fix, Feature Request

Nov 11 2010

antonio added projects to T1296: html manual in one page: Feature Request, gnupg.
Nov 11 2010, 12:09 AM · gnupg, Won't Fix, Feature Request

Oct 21 2010

wilde added a comment to T1291: signatures to OpenPGP keys no longer expire by default if the signed key expires.

Hello Werner,

Oct 21 2010, 11:56 AM · gnupg, Feature Request, OpenPGP
thomas added a comment to T1291: signatures to OpenPGP keys no longer expire by default if the signed key expires.

Hallo Werner!

Oct 21 2010, 10:01 AM · gnupg, Feature Request, OpenPGP

Oct 20 2010

werner added a comment to T1291: signatures to OpenPGP keys no longer expire by default if the signed key expires.

For the given use case you should ask the former employee to revoke the uid.
And in case you can't contact him, the signers may revoke their signatures
(--edit-key, "revsig").

Oct 20 2010, 6:36 PM · gnupg, Feature Request, OpenPGP
werner added a project to T1291: signatures to OpenPGP keys no longer expire by default if the signed key expires: Feature Request.
Oct 20 2010, 6:19 PM · gnupg, Feature Request, OpenPGP

Oct 12 2010

werner added a project to T1129: Should cope better with read-only keyrings: Stalled.
Oct 12 2010, 2:05 PM · Stalled, gnupg, Debian, Feature Request

Sep 24 2010

qpqmq raised the priority of T1287: Feature request: --decrypt-only from Wishlist to Normal.
Sep 24 2010, 1:40 PM · Duplicate, gnupg, Feature Request
qpqmq added projects to T1287: Feature request: --decrypt-only: Feature Request, gnupg.
Sep 24 2010, 1:35 PM · Duplicate, gnupg, Feature Request

Sep 17 2010

emanuel raised the priority of T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946) from Wishlist to Normal.
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel added projects to T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946): i18n, Bug Report.
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel added a comment to T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946).

Werner, please note: this issue is kkc.

Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel assigned T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946) to werner.
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel updated subscribers of T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946).
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel changed Version from 0.8.0.svn231-0kk2 to 0.8.0.svn234-0kk1 on T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946).
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n
emanuel renamed T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946) from The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. to The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946).
Sep 17 2010, 2:09 PM · gnupg, gpgagent, Bug Report, i18n

Aug 24 2010

werner closed T1273: FAQ update for IDEA as Resolved.
Aug 24 2010, 11:26 AM · Feature Request, Won't Fix, gnupg
werner added a project to T1273: FAQ update for IDEA: Won't Fix.
Aug 24 2010, 11:26 AM · Feature Request, Won't Fix, gnupg
werner added a comment to T1273: FAQ update for IDEA.

It is unofficial and the FAQ is outdated anyway.

Aug 24 2010, 11:26 AM · Feature Request, Won't Fix, gnupg

Aug 20 2010

Pocoyo added a project to T1273: FAQ update for IDEA: gnupg.
Aug 20 2010, 12:55 PM · Feature Request, Won't Fix, gnupg
Pocoyo added a project to T1273: FAQ update for IDEA: Feature Request.
Aug 20 2010, 12:53 PM · Feature Request, Won't Fix, gnupg

Aug 2 2010

emanuel added a comment to T1259: pinentry should show fingerprint if certify a OpenPGP certificate.

OpenPGP!
Marcus means, we need a similar pinentry message which ask for correctness of
fingerprint of the certificate which the user want to certified (like the
pinentry if you enabled allow-mark-trusted option for S/MIME).

Aug 2 2010, 11:14 AM · gnupg, S/MIME, Feature Request
emanuel renamed T1259: pinentry should show fingerprint if certify a OpenPGP certificate from pinentry should show fingerprint if certify a certificate to pinentry should show fingerprint if certify a OpenPGP certificate.
Aug 2 2010, 11:14 AM · gnupg, S/MIME, Feature Request
werner added a comment to T1259: pinentry should show fingerprint if certify a OpenPGP certificate.

OpenPGP or CMS?

Aug 2 2010, 10:50 AM · gnupg, S/MIME, Feature Request

Jul 28 2010

emanuel added projects to T1259: pinentry should show fingerprint if certify a OpenPGP certificate: Feature Request, pinentry.
Jul 28 2010, 9:45 AM · gnupg, S/MIME, Feature Request

Jul 26 2010

dkorzhevin added projects to T1258: Company add to gnupg Support page: Feature Request, gpgweb.
Jul 26 2010, 12:40 AM · gpgweb, Feature Request

Jul 20 2010

aheinlein added a comment to T1255: No output on status-fd if user cancels.

EDIT: The NO_SECKEY comes from a second key for which I do not have the private
key. But all I get after pressing cancel is BAD_PASSPHRASE, which could happen
as well if the user really got it right on the second try.

Jul 20 2010, 4:33 PM · Too Old, Info Needed, gnupg, Feature Request
aheinlein set Version to 1.4.10 on T1255: No output on status-fd if user cancels.
Jul 20 2010, 4:31 PM · Too Old, Info Needed, gnupg, Feature Request
aheinlein added a comment to T1255: No output on status-fd if user cancels.

Hmmm... I am talking about GnuPG 1.4.10 here. I am not getting anything like
this. I am, however, using gpg-agent from gpg2.

Jul 20 2010, 4:31 PM · Too Old, Info Needed, gnupg, Feature Request
werner raised the priority of T1254: pinentry: show only one password dialog - queue others from Wishlist to Normal.
Jul 20 2010, 4:25 PM · gnupg, gpgagent, Bug Report
werner added a comment to T1254: pinentry: show only one password dialog - queue others.

Actually there is a queue. However it needs a redesign to check again right
before the passpharse dialog comes up. I think this is a real bug.

Jul 20 2010, 4:25 PM · gnupg, gpgagent, Bug Report
werner added a project to T1254: pinentry: show only one password dialog - queue others: Bug Report.
Jul 20 2010, 4:25 PM · gnupg, gpgagent, Bug Report
werner added a comment to T1255: No output on status-fd if user cancels.

What about this:

Jul 20 2010, 4:20 PM · Too Old, Info Needed, gnupg, Feature Request

Jul 19 2010

aheinlein added projects to T1255: No output on status-fd if user cancels: Feature Request, gnupg.
Jul 19 2010, 9:37 AM · Too Old, Info Needed, gnupg, Feature Request

Jul 18 2010

torotil added projects to T1254: pinentry: show only one password dialog - queue others: Feature Request, pinentry.
Jul 18 2010, 6:15 PM · gnupg, gpgagent, Bug Report

Jul 15 2010

werner added projects to T1252: detect the need for --disable-asm: Feature Request, libgcrypt.
Jul 15 2010, 12:20 PM · Won't Fix, libgcrypt, Feature Request

Jun 17 2010

dleidert added projects to T1241: gnupg: need an option to automatically refuse signing photo-ids: Feature Request, Debian, gnupg.
Jun 17 2010, 6:49 PM · gnupg, Debian, Feature Request

Jun 11 2010

ludwig added projects to T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946): Feature Request, pinentry.
Jun 11 2010, 12:20 PM · gnupg, gpgagent, Bug Report, i18n
ludwig set Version to 0.8.0.svn231-0kk2 on T1237: The pinentry button "Cancel" should renamed to "Abbrechen" if German as language is used. (rt#5946).
Jun 11 2010, 12:20 PM · gnupg, gpgagent, Bug Report, i18n

Jun 4 2010

micah added projects to T1235: adding automatic refresh-key: Feature Request, gnupg.
Jun 4 2010, 6:31 PM · gnupg26, gnupg22, Feature Request

May 13 2010

agx added a comment to T1023: gtksecentry.[ch] warning fixes.

That's a fair point. However it's just not there in glibc (at least I couldn't
find it). But if that's the only offending part the first two hunks could just
be skipped.

May 13 2010, 9:52 AM · Feature Request

May 12 2010

werner added a comment to T1023: gtksecentry.[ch] warning fixes.

Does not look pretty.
I ask myself why glib does not implement its own printf functions to get rid of
such macros. I recently changed the gnupg code base to use the estream printf
functions which now allows us to use modern printf format specifiers. That is
much nicer than cluttering the code with casts or macros.

May 12 2010, 5:41 PM · Feature Request
werner added a comment to T1224: Make gtksecentry -DSEAL safe.

Applied. Thanks.

May 12 2010, 5:37 PM · pinentry, Feature Request
werner closed T1224: Make gtksecentry -DSEAL safe as Resolved.
May 12 2010, 5:37 PM · pinentry, Feature Request
agx added a comment to T1023: gtksecentry.[ch] warning fixes.

Hi Werner,
the G_* stuff is from GLIB/GTK+ so for a GTK+ object it's what somebody would
expect. If you want to stay close to the rest of the pinentry coding style I'm
or course fine with that.

May 12 2010, 5:19 PM · Feature Request
werner closed T888: alternative solution for the cross-certified subkey problem as Resolved.
May 12 2010, 5:16 PM · Too Old, gpgweb, Feature Request
werner added a project to T888: alternative solution for the cross-certified subkey problem: Too Old.
May 12 2010, 5:16 PM · Too Old, gpgweb, Feature Request
werner closed T583: gpg web list proposal: phpkrm as Resolved.
May 12 2010, 5:14 PM · Too Old, gpgweb, Feature Request