aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
commit3999807382f98843cdde19211fc94484d0793087 (patch)
treeeab97299e72edbfdd5d6f409db0729d9780d3e5e /src/include/gnunet_signatures.h
parentabc1a0ea19b7dc199b83749d31e32622c7469ded (diff)
downloadgnunet-3999807382f98843cdde19211fc94484d0793087.tar.gz
gnunet-3999807382f98843cdde19211fc94484d0793087.zip
-introducing signing of regex accept states, removing PID from regex API
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index a821a74df..ced130a84 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -120,12 +120,19 @@ extern "C"
120 */ 120 */
121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16 121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16
122 122
123
124/** 123/**
125 * UBlock Signature, done using DSS, not ECC 124 * UBlock Signature, done using DSS, not ECC
126 */ 125 */
127#define GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK 17 126#define GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK 17
128 127
128/**
129 * Accept state in regex DFA. Peer affirms that
130 * he offers the matching service.
131 */
132#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
133
134
135
129#if 0 /* keep Emacsens' auto-indent happy */ 136#if 0 /* keep Emacsens' auto-indent happy */
130{ 137{
131#endif 138#endif