summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design-documents/006-extensions.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/design-documents/006-extensions.rst b/design-documents/006-extensions.rst
index 6c5a42df..d701c6da 100644
--- 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 {