commit 255297aab5a3bd0618914ecfd73222b9f840131f parent c61b18817dd77705c1b8941e07c80dc0cad473e1 Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de> Date: Fri, 15 Aug 2025 10:59:33 +0200 gnunet-signatures: include GNU Taler purposes in rendered HTML Diffstat:
| M | gnunet-signatures/Makefile | | | 2 | +- |
| M | gnunet-signatures/README | | | 2 | ++ |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnunet-signatures/Makefile b/gnunet-signatures/Makefile @@ -13,7 +13,7 @@ gnunet_signatures.h: h.header gnunet_signatures.h.tmp h.footer cat h.header gnunet_signatures.h.tmp h.footer > $@ gnunet_signatures.rst.tmp: registry.rec rst.template - ../format.sh rst.template 'Package = "GNUnet"' < registry.rec > $@ + ../format.sh rst.template < registry.rec > $@ rst.header.tmp: cat README POLICY rst.header.template > $@ diff --git a/gnunet-signatures/README b/gnunet-signatures/README @@ -9,3 +9,5 @@ the context for the signature. By signing over the "purpose", it is not possible for an adversary to use a signature made in one context in another context. +GNU Taler uses signature purposes out of the same number space, +as indicated by the "Package" column below.