From 94f8e5437da8cc1c5ee38a333da2e1c68b3289f1 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 11 Apr 2019 20:25:11 +0200 Subject: RECLAIM: Start move to GNS encryption --- src/include/gnunet_gnsrecord_lib.h | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'src/include/gnunet_gnsrecord_lib.h') 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 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . @@ -94,19 +94,13 @@ extern "C" #define GNUNET_GNSRECORD_TYPE_PHONE 65543 /** - * Record type for identity attributes (of IDENTITY). - */ -#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544 - -/** - * Record type for an identity token (of IDENTITY-TOKEN). + * Record type for identity attributes (of RECLAIM). */ -#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545 +#define GNUNET_GNSRECORD_TYPE_RECLAIM_ATTR 65544 /** - * Record type for the private metadata of an identity token (of IDENTITY-TOKEN). + * 65544-65547 deprecated */ -#define GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA 65546 /** * Record type for credential @@ -124,14 +118,14 @@ extern "C" #define GNUNET_GNSRECORD_TYPE_ATTRIBUTE 65549 /** - * Record type for ABE records + * Record type for reclaim records */ -#define GNUNET_GNSRECORD_TYPE_ABE_KEY 65550 +#define GNUNET_GNSRECORD_TYPE_RECLAIM_AUTHZ 65550 /** - * Record type for ABE master keys + * Record type for RECLAIM master */ -#define GNUNET_GNSRECORD_TYPE_ABE_MASTER 65551 +#define GNUNET_GNSRECORD_TYPE_RECLAIM_MASTER 65551 /** * Record type for reclaim OIDC clients -- cgit v1.2.3