aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-16 23:30:59 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-16 23:30:59 +0200
commita4af8963703abb882b08e75f20ef3e525447551e (patch)
tree275641d5d9c84ef0895f7e42098da2d78aabb4fb /src/include/taler_exchange_service.h
parentec060fd33a0b0e3747495d9bf11dbb7e6d3933a8 (diff)
downloadexchange-a4af8963703abb882b08e75f20ef3e525447551e.tar.xz
validate exchange signing key on attestations
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 752524498..44f43367a 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -7155,6 +7155,7 @@ typedef void
*
* @param ctx CURL context
* @param url exchange base URL
+ * @param keys exchange key data
* @param reserve_priv private key of the reserve to attest
* @param attributes_length length of the @a attributes array
* @param attributes array of names of attributes to get attestations for
@@ -7167,6 +7168,7 @@ struct TALER_EXCHANGE_ReservesAttestHandle *
TALER_EXCHANGE_reserves_attest (
struct GNUNET_CURL_Context *ctx,
const char *url,
+ struct TALER_EXCHANGE_Keys *keys,
const struct TALER_ReservePrivateKeyP *reserve_priv,
unsigned int attributes_length,
const char *attributes[const static attributes_length],