taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f55ce5befa2934800f1a3d45124e604077fdf2f5
parent fae2d3ff5e801b5bdb848c260684a1a71889237f
Author: Özgür Kesim <oec@codeblau.de>
Date:   Thu, 14 Oct 2021 14:29:40 +0200

subtitle placement fixed

Diffstat:
Mdesign-documents/006-extensions.rst | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/design-documents/006-extensions.rst b/design-documents/006-extensions.rst @@ -87,6 +87,10 @@ the extension. (TODO: be more specific) .. _GANA: https://git.gnunet.org/gana.git + +Extension object +---------------- + The definition of ``Extension`` object itself is mostly up to the particular feature. **However**, it MUST contain the boolean field ``critical`` that has the same semantics as as "critical" has for extensions in X.509_: if true, the @@ -96,9 +100,6 @@ can safely skip extensions they do not understand. .. _X.509: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2 -Extension object ----------------- - .. ts:def:: Extension interface Extension {