That is not easy to do because we cache the key signature status for performance
reasons. Thus for a proper output you would need to used --no-sig-cache;
without that the output does not reflect reality. A GUI can more easily check
for a revoked signature key because it will not be used in batch mode. I'll
make a not e in the documentation for --check-sigs.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 8 2008
I can see that:
gpg show's that the key has been revoked without giving a reason. The user
should do his own conclusion. There is no policy enforment on gpg.
May 6 2008
Apr 24 2008
If some extra output from libgcrypt-config is helpful for you, just let me know
and it will be added. But please use the mailing list for such a discussion.
We have never used pkg-config. That there has never been a build dependecy on it.
Apr 23 2008
Assuming you're talking about an extra dependency for building gcrypt, it would
be easy to build and install the *.pc without using the autoconf macros that
come with pkg-config. That said, everyone has pkg-config these days--apparently
gcrypt had a build-dependency on it and nobody even noticed (IIRC it was being
build, just not installed)? That's a decent indicator that nobody would mind, IMHO.
Apr 11 2008
Mar 3 2008
I applied the patch. Thanks!
Feb 22 2008
Feb 20 2008
FYI, I sent some information to the gpa-dev list as well, not sure if it
arrived. They were all CC’ed to the debian bug report though.
Feb 19 2008
Jan 12 2008
Dec 18 2007
This has been implmemented with 2.0.8rc1. 2.08 will be release later the week.
Dec 11 2007
Dec 7 2007
Dec 5 2007
Nov 23 2007
Nov 18 2007
-----BEGIN PGP SIGNED MESSAGE-----
Nov 15 2007
I don't understand your the disadvantage point. You can use --pinentry-program
in gpg-agent.conf to use your pinentry wrapper.
I was first thinking about
default-key-x $GPG_DEFAULT_KEY
with GPG_DEFAULT_KEY being an envvar. However your suggestion aslo makes sense.
I need to see how this can be implemented in a compatible way. Probably a new
option
default-key-list
needs to be used.
Changing the Admin PIN using the keypad as not been enabled on purpose. In case
soemthing goes wrong you may easily brick the card. It will be enabled as soon
as we have more experience with the keypad readers.
Nov 14 2007
The GNU project does not list proprietary software as GPG-Shell
Nov 8 2007
Sep 27 2007
Sep 11 2007
Jul 5 2007
Done in the SVN trunk and to be released with GnuPG 2.0.5.
The option to set the creation date is opnly available through
the unattended key generation; see DETAILS (Creation-Date).
All timestamps used during key generation are now the same. Withy card keys the
current scdaemon needs to be used to achive this for cards.
Jun 9 2007
May 21 2007
-----BEGIN PGP SIGNED MESSAGE-----
Well, I understand.
May 19 2007
I put the status to deferred, as the final decision to keep or remove
gpgme_data_seek will be done when the other deprecated interfaces will be removed.
May 16 2007
-----BEGIN PGP SIGNED MESSAGE-----
Why are you using gpg2? Me seems that for your application gpg 1.4 is better
suited.
May 13 2007
May 7 2007
It is hard to tell what exactly failed. This needs some printf debugging.
Start at g10/keyserser.c:keyserver_spawn.
May 3 2007
Oh, and here's my current memory usage in case it's useful:
jh@gir:~$ free -m
total used free shared buffers cached
Mem: 160 97 62 0 1 33
-/+ buffers/cache: 61 98
Swap: 63 39 24
jh@gir:~$ gpg --refresh --debug 1024
gpg: reading options from `/home/jh/.gnupg/gpg.conf'
gpg: keyserver communications error: general error
<snipped warnings about specific keys>
gpg: refreshing 1099 keys from hkp://subkeys.pgp.net
gpg: keyserver communications error: general error
gpg: keyserver refresh failed: general error
secmem usage: 1408/1408 bytes in 2/2 blocks of pool 1408/32768
Please add the option
--debug 1024
and run again.
May 1 2007
Apr 16 2007
Available in 1.4.7
Apr 13 2007
Apr 12 2007
I have sympathy with you, and if gpgme_data_seek were the only user of off_t in
the GPGME API, there would be some force behind your suggestion. However, it
isn't, and I don't think that keeping around multiple interfaces for essentially
the same function is useful in the long run. That said, I have two things that
may help you:
Mar 5 2007
Feb 26 2007
Implemented for gpg2 (SVN). Will also be backported to gpg1 for 1.4.7.
This is indeed useful.
Feb 23 2007
Implemented in Libgcrypt trunk.
Feb 22 2007
I have commited a similar fix to the SVN (-r1214).