Fixed for 1.6.1 with commit 36214bfa.
Thanks.
Fixed for 1.6.1 with commit 36214bfa.
Thanks.
Yes, please add your information to the webpage, incl. the exact version numbers
and their dependency/relation to IDEA/idea.c/...
For usability reasons, the "load extension" option could check for idea.c
parameter and reject this explicitly in those versions that don't need/support
this anymore. This might be an option in contrast to change all old forum
entries around in the internet discussing this topic.... ;-)
But this would be another bug report, I guess.
Thanks.
On 01/08/2014 07:59 PM, Werner Koch via BTS wrote:
Which Libgcrypt version are you using? ("gpg --version" shows it)
GnUPG 2 actually supports IDEA via Libgcrypt and GnuPG also includes IDEA
meanwhile. Thus the whole idea thing does not make anymore sense.
We may eventually update that web page.
Fixed in master. Thanks.
Can you please do us a favor and collect such typos and send only one bug
report. It would be best if you could do a diff of the source file. Fixing a
typo is fast but handling the bug report takes long.
What do you mean by "openpgp popup"?
Which installation options did you used whethn installing gpg4win? Depending on
the version you get a different pinentry version - we have a qt based one, a GTK
based base, and a very simple native windows pinentry.
Which Libgcrypt version are you using? ("gpg --version" shows it)
That seems to be a OS/X specific bug in its file systems. I have no idea how to
fix that. Maybe this should go into the FAQ. The obvious workaround is to copy
a pubring.gpg with one key to the MSDOS directory.
Fixed in master. Thanks.
Interesting. Thanks for reporting.
Yes, please close it. Don't know how to answer your mail at the web interface. Sorry for these mistaken reports – I didn't know and I wrote them too fast. I'll try not to
do this in the future.
So what is your problem now? Mistaken report - shall I close it?
You need to perform the bigmath modexp routines in constant time, the same as the
smartcard people do to stop key theft via power usage observation.
To also fix Issue1449, enhance my correction this way:
rc = ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, LDAP_VERSION3);
if (rc)
{
log_error (_("setting LDAPv3 for `%s:%d' failed: %s\n"),
host, port, ldap_err2string (rc));
/* FIXME: Need deinit (ld)? */
return -1;
}
rc = ldap_simple_bind_s (ld, opt.user, opt.pass);
if (rc)
{
log_error (_("binding to `%s:%d' failed: %s\n"),
host, port, ldap_err2string (rc));
/* FIXME: Need deinit (ld)? */
return -1;
}And add translations for the new error message.
Thank you
sorry can't delete
Awesome, thank you!
References:
OpenSSL
http://git.openssl.org/gitweb/?
p=openssl.git;a=blob;f=crypto/ecdsa/ecs_ossl.c;h=adab1f74b41daf6e719ca1fdae1ba81
7085c7802;hb=HEAD#l309
Nettle:
http://git.lysator.liu.se/nettle/nettle/blobs/master/ecc-ecdsa-sign.c#line86
http://git.lysator.liu.se/nettle/nettle/blobs/master/ecc-hash.c
NSS:
https://hg.mozilla.org/projects/nss/file/49360b638350/lib/freebl/ec.c#l746
Done something similar for master; needs to be backported to 1.5.
----Messaggio originale----
Da: gnupg@bugs.g10code.com
Data: 13/12/2013 16.19
A: <gfrisani@libero.it>, <wk@gnupg.org>
Ogg: [issue1578] translation in ItalianWerner Koch <wk@gnupg.org> added the comment:
Send it to translations@gnupg.org. However, it is too late for 1.4.16.
status: unread -> chatting
g10 Code's BTS <gnupg@bugs.g10code.com>
<T1578>
Send it to translations@gnupg.org. However, it is too late for 1.4.16.
Also related (includes patch): http://bugs.debian.org/cgi-bin/bugreport.cgi?
bug=725411
I have pushed a similar change to 2.0 and master. Will also be done for 1.4.
That is work in progress - please don't report bug for master to the tracker.
Werner - taht is the problem - I already tried that (and other hints too) - it
is IMO a lack of a good feature in gpg.
Support is already in master and in the soon to be released 1.6.0
Libgcrypt 1.6 will be released this year.
Retire you old key. There is a "disable" command in "gpg --edit-key".
Fixed with commit ab3fe5d.