[git] GPG-ERROR - branch, master, updated. libgpg-error-1.13-5-g0735537
by Werner Koch
cvs at cvs.gnupg.org
Mon Jun 30 08:41:25 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via 07355372db903e393fd0b7b22883ce4f71b6a67d (commit)
via c7c41582574304974feac8bbd89b1460fbf6c92c (commit)
from 51f9a8180ecbc24ed092bef5f2aa920a76769dcb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 07355372db903e393fd0b7b22883ce4f71b6a67d
Author: Werner Koch <wk at gnupg.org>
Date: Wed Jun 25 20:25:28 2014 +0200
doc update.
--
diff --git a/doc/errorref.txt b/doc/errorref.txt
index 8c32971..d3a65a1 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -417,7 +417,8 @@ GPG_ERR_INV_CERT_OBJ Invalid certificate object
Used by GPG to indicate an unknown ECC curve name (may also
indicate missing ECC support). It is also used to indicate an
unsuported parameter name in functions which take a name and
- value to update state.
+ value to update state. Note that GPG_ERR_UNKNOWN_CURVE is
+ used instead by newer code.
166 GPG_ERR_LOCALE_PROBLEM A locale function failed
167 GPG_ERR_NOT_LOCKED Not locked
@@ -471,7 +472,10 @@ GPG_ERR_INV_CURVE Invalid elliptic curve
example it is not possible to get affine coordinates for the
public key.
-188 GPG_ERR_UNKNOWN_CURVE Unknown elliptic curve
+GPG_ERR_UNKNOWN_CURVE Unknown elliptic curve
+
+ The curve is not known or not supported by the protocol.
+
GPG_ERR_DUP_KEY Duplicated key
commit c7c41582574304974feac8bbd89b1460fbf6c92c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Jun 24 17:46:58 2014 -0400
Improve logging in a test module.
* tests/t-version.c (main): Print program name.
diff --git a/tests/t-version.c b/tests/t-version.c
index d6c6399..ce8f41b 100644
--- a/tests/t-version.c
+++ b/tests/t-version.c
@@ -82,7 +82,7 @@ main (int argc, char **argv)
}
if (gpg_error_check_version ("15"))
{
- fprintf (stderr, "gpg_error_check_version did not return an error"
+ fprintf (stderr, "%s: gpg_error_check_version did not return an error"
" for a newer version\n", logpfx);
errorcount++;
}
-----------------------------------------------------------------------
Summary of changes:
doc/errorref.txt | 8 ++++++--
tests/t-version.c | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list