aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-05 20:49:21 +0000
commitca35f67faee8371fa763bdf49f04a8d5d4cdc021 (patch)
tree5535df5e5a2428ed838c6a0e60b2c6c68a7842c5 /src/include/gnunet_signatures.h
parentdd7cca21c5dbaef4d56f92bab3932f0f73d092d1 (diff)
downloadgnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.tar.gz
gnunet-ca35f67faee8371fa763bdf49f04a8d5d4cdc021.zip
switching to ECDHE cryptography f, implementation is incomplete and INSECURE, do not use for anything but testing
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index ee105c62a..2a2ba4755 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -53,11 +53,6 @@ extern "C"
53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2 53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
54 54
55/** 55/**
56 * Purpose is to set a session key.
57 */
58#define GNUNET_SIGNATURE_PURPOSE_SET_KEY 3
59
60/**
61 * Signature for a namespace/pseudonym advertisement (by 56 * Signature for a namespace/pseudonym advertisement (by
62 * the namespace owner). 57 * the namespace owner).
63 */ 58 */
@@ -115,12 +110,18 @@ extern "C"
115 */ 110 */
116#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14 111#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14
117 112
118
119/** 113/**
120 * Signature of a gnunet naming system record block 114 * Signature of a gnunet naming system record block
121 */ 115 */
122#define GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN 15 116#define GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN 15
123 117
118/**
119 * Purpose is to set a session key.
120 */
121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16
122
123
124
124#if 0 /* keep Emacsens' auto-indent happy */ 125#if 0 /* keep Emacsens' auto-indent happy */
125{ 126{
126#endif 127#endif