Re: Can't import valid GPG keys in Ubuntu

2009-12-14 Thread BlueGnu
I commented them out. #debug-level basic #log-file socket:///home/administrator/.gnupg/log-socket Things are working now. If there's anything I should do about those lines, let me know. Daniel Kahn Gillmor-7 wrote: On 12/08/2009 09:13 PM, BlueGnu wrote: And what is on lines 243 and 244 of

--edit-key Information

2009-12-14 Thread Gary Hanley
Hello, Try as I might I can't seem to find any solid information regarding some information under --edit-key. Consider this slightly redacted example: pub 1024D/92323698 : 2009-12-11 expires: 2011-12-11 usage: SCA trust: ultimate validity: ultimate sub 4096g/746E2A67 :

Re: --edit-key Information

2009-12-14 Thread Werner Koch
On Mon, 14 Dec 2009 09:46:44 -0500 (EST), Gary Hanley wrote: Where do I find information about the D in 1024D and the g in 4096g? What are the other potential values? In the source ;-). gnupg/g10/keyid.c: int pubkey_letter( int algo ) { switch( algo ) { case

Re: --edit-key Information

2009-12-14 Thread Daniel Kahn Gillmor
On 12/14/2009 11:26 AM, Werner Koch wrote: On Mon, 14 Dec 2009 09:46:44 -0500 (EST), Gary Hanley wrote: Where do I find information about the D in 1024D and the g in 4096g? What are the other potential values? In the source ;-). gnupg/g10/keyid.c: maybe this info could go in DETAILS as