Re: Size of client key jumped from 2KB to 25KB

2014-03-11 Thread Steve Strobel
Thanks, Olav and Pete, for the info about how to clean up the signatures. Adding the "--export-options export-minimal" option reduced the file to the expected size. So that is a great solution for the keys I already have. Peter Lebbing wrote: > Perhaps it created a whole bunch of self-signatures

Re: Size of client key jumped from 2KB to 25KB

2014-03-10 Thread Peter Lebbing
A short reply, because this is not the time. > Johan Wevers mailto:joh...@vulcan.xs4all.nl>> >> Perhaps it collected a lot of signatures? > > I would not have said so, but you are right. I wouldn't have said so either, because as I understand it, you are generating the key, so it does not have a

Re: Size of client key jumped from 2KB to 25KB

2014-03-10 Thread Olav Seyfarth
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Hi Steve, maybe you just want to clean sigs using one of the import/export options. Olav ___ - From /man gpg/ *--import-options parameters* This is a space or comma delimited string that gives options for importing keys. Options can be

Re: Size of client key jumped from 2KB to 25KB

2014-03-10 Thread Pete Stephenson
On Mon, Mar 10, 2014 at 4:36 PM, Steve Strobel wrote: > When we export the public key with a command like "gpg --output > client-key.gpg --export -a ID49C207DF", is there a way to do so without the > signatures? We send that key to the server so it can be used to encrypt > data for the client, bu

Re: Size of client key jumped from 2KB to 25KB

2014-03-10 Thread Steve Strobel
Johan Wevers > Perhaps it collected a lot of signatures? I would not have said so, but you are right. On Sat, Mar 8, 2014 at 2:42 AM, Peter Lebbing wrote: > You can inspect the data with a command like: > $ gpg --list-packets "C:/Documents and Settings/steve.strobel/Application > Data/gnupg\p

Re: Size of client key jumped from 2KB to 25KB

2014-03-08 Thread Johan Wevers
On 08-03-2014 0:29, Steve Strobel wrote: > We have a Windows application that automatically generates a key pair on > first startup (no passphrase), then sends its public key to a server. > I recently got an error message caused by the keyfile it created > exceeding a 10 KB threshold in the appli

Re: Size of client key jumped from 2KB to 25KB

2014-03-08 Thread Peter Lebbing
On 08/03/14 00:29, Steve Strobel wrote: > The extra-large key file has typical GPG headers and footers, but a lot more > data between them than usual. You can inspect the data with a command like: $ gpg --list-packets "C:/Documents and Settings/steve.strobel/Application Data/gnupg\pubring.gpg" (

Size of client key jumped from 2KB to 25KB

2014-03-07 Thread Steve Strobel
We have a Windows application that automatically generates a key pair on first startup (no passphrase), then sends its public key to a server. It exports its public key to a file with a command like this: gpg --output client-key.gpg --export -a ID49C207DF I recently got an error message caused b