RE: What does the sub entry of a key mean?

2011-01-17 Thread Bo Berglund
: Re: What does the sub entry of a key mean? On Sat, 15 Jan 2011 19:17:27 +0100, Bo Berglund bo.bergl...@gmail.com wrote: THanks, indeed the --with-colons gave a completely different output... I was just about to ask of the date format (if it changes between operating systems or such) but now I

Re: What does the sub entry of a key mean?

2011-01-17 Thread John Clizbe
Ingo Klöcker wrote: On Sunday 16 January 2011, Bo Berglund wrote: What is gpgme? I found a very short reference on the GPG website: http://www.gnupg.org/gpgme.html But it talks about a library that applications should use to access gpg. What does library mean? A library is similar to what

Re: What does the sub entry of a key mean?

2011-01-16 Thread Werner Koch
On Sat, 15 Jan 2011 21:21, jroll...@finestructure.net said: describes in detail the meaning of the --with-colons output. It's exactly the reference you're looking for when writing a program to parse the --with-colons output. FWIW, gpgme provides a reference implementation for it. In general

Re: What does the sub entry of a key mean?

2011-01-16 Thread Bo Berglund
On Sun, 16 Jan 2011 14:06:50 +0100, Werner Koch w...@gnupg.org wrote: On Sat, 15 Jan 2011 21:21, jroll...@finestructure.net said: describes in detail the meaning of the --with-colons output. It's exactly the reference you're looking for when writing a program to parse the --with-colons

Re: What does the sub entry of a key mean?

2011-01-16 Thread Ingo Klöcker
On Sunday 16 January 2011, Bo Berglund wrote: On Sun, 16 Jan 2011 14:06:50 +0100, Werner Koch w...@gnupg.org wrote: On Sat, 15 Jan 2011 21:21, jroll...@finestructure.net said: describes in detail the meaning of the --with-colons output. It's exactly the reference you're looking for when

Re: What does the sub entry of a key mean?

2011-01-16 Thread Bo Berglund
On Sun, 16 Jan 2011 16:31:56 +0100, Bo Berglund bo.bergl...@gmail.com wrote: On Sun, 16 Jan 2011 14:06:50 +0100, Werner Koch w...@gnupg.org wrote: On Sat, 15 Jan 2011 21:21, jroll...@finestructure.net said: describes in detail the meaning of the --with-colons output. It's exactly the

What does the sub entry of a key mean?

2011-01-15 Thread Bo Berglund
I am building an application for GPG encryption, which ultimately will be integrated into the Win7X64 Explorer context menu. I have used the command line command gpg2 -k to retrieve a ley list for the current key ring. Works fine. Now it is time for parsing and I have a few questions: The output

Re: What does the sub entry of a key mean?

2011-01-15 Thread David Shaw
On Jan 15, 2011, at 11:13 AM, Bo Berglund wrote: I am building an application for GPG encryption, which ultimately will be integrated into the Win7X64 Explorer context menu. I have used the command line command gpg2 -k to retrieve a ley list for the current key ring. Works fine. Now it is

Re: What does the sub entry of a key mean?

2011-01-15 Thread Robert J. Hansen
(Responding to David, but this is really meant for the OP) On 1/15/2011 12:27 PM, David Shaw wrote: I note that you are trying to parse the output, though. That is a bad idea, as the format is intended for human consumption, and not machine parsing. The machine format is stable, and the

Re: What does the sub entry of a key mean?

2011-01-15 Thread Bo Berglund
On Sat, 15 Jan 2011 12:27:58 -0500, David Shaw ds...@jabberwocky.com wrote: On Jan 15, 2011, at 11:13 AM, Bo Berglund wrote: I am building an application for GPG encryption, which ultimately will be integrated into the Win7X64 Explorer context menu. I have used the command line command gpg2

Re: What does the sub entry of a key mean?

2011-01-15 Thread Bo Berglund
On Sat, 15 Jan 2011 12:40:57 -0500, Robert J. Hansen r...@sixdemonbag.org wrote: (Responding to David, but this is really meant for the OP) On 1/15/2011 12:27 PM, David Shaw wrote: I note that you are trying to parse the output, though. That is a bad idea, as the format is intended for human

Re: What does the sub entry of a key mean?

2011-01-15 Thread Jameson Rollins
On Sat, 15 Jan 2011 19:17:27 +0100, Bo Berglund bo.bergl...@gmail.com wrote: THanks, indeed the --with-colons gave a completely different output... I was just about to ask of the date format (if it changes between operating systems or such) but now I have a different problem in understanding