[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.5-48-gcfd0779
by Werner Koch
cvs at cvs.gnupg.org
Fri Apr 6 11:08:38 CEST 2018
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 "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via cfd07798087f671c134eef056229bb30e08cc77c (commit)
from 5ba74a134db431530884f03eea5410a68dbfe0f5 (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 cfd07798087f671c134eef056229bb30e08cc77c
Author: Werner Koch <wk at gnupg.org>
Date: Fri Apr 6 11:01:46 2018 +0200
doc: Add a code comment about back signatures.
--
diff --git a/g10/keydb.h b/g10/keydb.h
index 627564c..cc99241 100644
--- a/g10/keydb.h
+++ b/g10/keydb.h
@@ -26,7 +26,9 @@
#include "../common/util.h"
#include "packet.h"
-/* What qualifies as a certification (rather than a signature?) */
+/* What qualifies as a certification (key-signature in contrast to a
+ * data signature)? Note that a back signature is special and can be
+ * made by key and data signatures capable subkeys.) */
#define IS_CERT(s) (IS_KEY_SIG(s) || IS_UID_SIG(s) || IS_SUBKEY_SIG(s) \
|| IS_KEY_REV(s) || IS_UID_REV(s) || IS_SUBKEY_REV(s))
#define IS_SIG(s) (!IS_CERT(s))
-----------------------------------------------------------------------
Summary of changes:
g10/keydb.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list