aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
commit022002438e4047d235a688cfd9da7b63ab990103 (patch)
tree8d0cb444a3ab376b5a8f614fb87bdeb31e7b3327 /src/gns/gnunet-service-gns_resolver.h
parentb62eb443ee3af84f87030fad9fd11a948b1a2503 (diff)
downloadgnunet-022002438e4047d235a688cfd9da7b63ab990103.tar.gz
gnunet-022002438e4047d235a688cfd9da7b63ab990103.zip
-switching GNS from RSA to ECC
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.h')
-rw-r--r--src/gns/gnunet-service-gns_resolver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.h b/src/gns/gnunet-service-gns_resolver.h
index c4b6a8aa2..1d236b427 100644
--- a/src/gns/gnunet-service-gns_resolver.h
+++ b/src/gns/gnunet-service-gns_resolver.h
@@ -327,7 +327,7 @@ struct ResolverHandle
327 * private key of an/our authoritative zone 327 * private key of an/our authoritative zone
328 * can be NULL but automatical PKEY import will not work 328 * can be NULL but automatical PKEY import will not work
329 */ 329 */
330 struct GNUNET_CRYPTO_RsaPrivateKey *priv_key; 330 struct GNUNET_CRYPTO_EccPrivateKey *priv_key;
331 331
332 /** 332 /**
333 * the heap node associated with this lookup, null if timeout is set 333 * the heap node associated with this lookup, null if timeout is set
@@ -484,7 +484,7 @@ struct GetPseuAuthorityHandle
484 /** 484 /**
485 * the private key of the zone to store the pseu in 485 * the private key of the zone to store the pseu in
486 */ 486 */
487 struct GNUNET_CRYPTO_RsaPrivateKey *key; 487 struct GNUNET_CRYPTO_EccPrivateKey *key;
488 488
489 /** 489 /**
490 * a handle for dht lookups. should be NULL if no lookups are in progress 490 * a handle for dht lookups. should be NULL if no lookups are in progress
@@ -573,7 +573,7 @@ gns_resolver_lookup_record (struct GNUNET_CRYPTO_ShortHashCode zone,
573 struct GNUNET_CRYPTO_ShortHashCode pzone, 573 struct GNUNET_CRYPTO_ShortHashCode pzone,
574 uint32_t record_type, 574 uint32_t record_type,
575 const char* name, 575 const char* name,
576 struct GNUNET_CRYPTO_RsaPrivateKey *key, 576 struct GNUNET_CRYPTO_EccPrivateKey *key,
577 struct GNUNET_TIME_Relative timeout, 577 struct GNUNET_TIME_Relative timeout,
578 int only_cached, 578 int only_cached,
579 RecordLookupProcessor proc, 579 RecordLookupProcessor proc,