aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-11 20:25:11 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-14 10:01:23 +0200
commit94f8e5437da8cc1c5ee38a333da2e1c68b3289f1 (patch)
tree8f56950954baccbc7e1867f9ac01144b419a4798 /src/include/gnunet_gnsrecord_lib.h
parent61625d4834bc7a599446486c9d16f2451527f989 (diff)
downloadgnunet-94f8e5437da8cc1c5ee38a333da2e1c68b3289f1.tar.gz
gnunet-94f8e5437da8cc1c5ee38a333da2e1c68b3289f1.zip
RECLAIM: Start move to GNS encryption
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h22
1 files changed, 8 insertions, 14 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 7c25bdf15..c76e87d12 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -94,19 +94,13 @@ extern "C"
94#define GNUNET_GNSRECORD_TYPE_PHONE 65543 94#define GNUNET_GNSRECORD_TYPE_PHONE 65543
95 95
96/** 96/**
97 * Record type for identity attributes (of IDENTITY). 97 * Record type for identity attributes (of RECLAIM).
98 */
99#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
100
101/**
102 * Record type for an identity token (of IDENTITY-TOKEN).
103 */ 98 */
104#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545 99#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR 65544
105 100
106/** 101/**
107 * Record type for the private metadata of an identity token (of IDENTITY-TOKEN). 102 * 65544-65547 deprecated
108 */ 103 */
109#define GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA 65546
110 104
111/** 105/**
112 * Record type for credential 106 * Record type for credential
@@ -124,14 +118,14 @@ extern "C"
124#define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549 118#define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549
125 119
126/** 120/**
127 * Record type for ABE records 121 * Record type for reclaim records
128 */ 122 */
129#define GNUNET_GNSRECORD_TYPE_ABE_KEY 65550 123#define GNUNET_GNSRECORD_TYPE_RECLAIM_AUTHZ 65550
130 124
131/** 125/**
132 * Record type for ABE master keys 126 * Record type for RECLAIM master
133 */ 127 */
134#define GNUNET_GNSRECORD_TYPE_ABE_MASTER 65551 128#define GNUNET_GNSRECORD_TYPE_RECLAIM_MASTER 65551
135 129
136/** 130/**
137 * Record type for reclaim OIDC clients 131 * Record type for reclaim OIDC clients