summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-19 18:21:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-19 18:21:13 +0200
commitec5ab8053e0229c6a46f593bdd6f172769b65de6 (patch)
tree58b133d891e0a59c7c3042edde4565ad36fdb380 /src/util
parent2f7f82536d53cf015f46782c1a81280849fef935 (diff)
downloadexchange-ec5ab8053e0229c6a46f593bdd6f172769b65de6.tar.gz
exchange-ec5ab8053e0229c6a46f593bdd6f172769b65de6.tar.bz2
exchange-ec5ab8053e0229c6a46f593bdd6f172769b65de6.zip
add FIXME based on list discussion
Diffstat (limited to 'src/util')
-rw-r--r--src/util/exchange_signatures.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c
index 3aa464aa7..cc6427afb 100644
--- a/src/util/exchange_signatures.c
+++ b/src/util/exchange_signatures.c
@@ -467,6 +467,10 @@ struct TALER_ExchangeKeySetPS
/**
* Hash over the various denomination signing keys returned.
+ * // FIXME: see discussion with Jonathan Krebs, we should hash
+ * over a stable sort of the keys here, plus likely add
+ * a filter (which ciphers are supported, age restrictions, other?)
+ * instead of just list_issue_date.
*/
struct GNUNET_HashCode hc GNUNET_PACKED;
};