On Tue, 26 Jun 2012 07:12, ved...@nym.hush.com said:
> it will be interesting to see if V4 keys will be gracefully
> abandoned as SHA1 becomes as broken as MD5,
This is very different in OpenPGP. SHA-1 is not used everywhere; its
main use is for the fingerprint, this will eventually be a probl
"Werner Koch" wrote in message
news:<87lijbfbzk.fsf__7982.15741892836$1340651488$gmane$o...@vigenere.g10code.de>...
On Fri, 22 Jun 2012 23:22, jw72...@verizon.net said:
> message when I use GPA to try retrieving a key. The message states
> this: "There is no plugin available for the keyserver p
Hi,
the problem seems to be on libassuan ASSUAN_LINELENGTH define (today is
1002).
On g10/call-agent.c:998 (agent_scd_pksign) there is the following line:
if (indatalen*2 + 50 > DIM(line))
return gpg_error (GPG_ERR_GENERAL);
and indatalen happens to be 512 for a 4096-bit key, which leads to