Heartbleed attack on Openssl

2014-04-08 Thread Felipe Vieira
Dear GNUPG community, I think a lot of unexperienced users would like to know more about the Heartbleed problem found on some of the openssl versions. I have two broad questions and two specific questions: 1) Which type of clients have been compromised (consider an ordinary user)? 2) Which common a

Re: Removing old preferences from exported key

2014-04-08 Thread Johan Wevers
On 08-04-2014 20:21, David Shaw wrote: >> However, is there a way to remove it from the exported key only - to >> keep the size of the exported key as small as possible? The export >> options didn't do that as list-packets showed. > > Sure: > > --export-options export-clean Thanks, that worke

Re: Removing old preferences from exported key

2014-04-08 Thread David Shaw
On Apr 8, 2014, at 1:48 AM, Johan Wevers wrote: > On 07-04-2014 15:16, David Shaw wrote: > >> When you change preferences you add another selfsig for your >> user ID that contains the new preferences. > >> If you want to make the old preferences go away completely, >> you can simply delete the

Re: Removing old preferences from exported key

2014-04-08 Thread Sam Gleske
There is also the clean command which cleans up old self sigs (among other things like unusable sigs, e.g. expired signatures). On Tue, Apr 8, 2014 at 1:48 AM, Johan Wevers wrote: > On 07-04-2014 15:16, David Shaw wrote: > > > When you change preferences you add another selfsig for your > > user

Re: Use GnuPG in an automated environment?

2014-04-08 Thread Daniel Kahn Gillmor
On 04/08/2014 02:16 AM, Peter Michaux wrote: > I'm concerned about the inability of reprepro to include in a single > distribution two files which are only different versions of the same > package. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570623 sorry for the off-topic aside, i'm glad to

Query on PGP Keygen using GNUPG

2014-04-08 Thread Santhosh Kumar
Hi Team, I'm trying to execute the PGP Key generation using "SUNWgnupg" available on Solaris 11 with CLI option mentioned below. /usr/bin/gpg2 --secret-keyring /home2/d1/owner/.gnupg/secring.gpg --keyring /home2/d1/owner/.gnupg/pubring.gpg --gen-key --local-user [lindex $argv 0]* * May I k