summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-10-14 14:29:40 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-10-14 14:29:40 +0200
commitf55ce5befa2934800f1a3d45124e604077fdf2f5 (patch)
tree64d6e0e403926f013c0dec66a5d05112c5c1ab97 /design-documents
parentfae2d3ff5e801b5bdb848c260684a1a71889237f (diff)
downloaddocs-f55ce5befa2934800f1a3d45124e604077fdf2f5.tar.gz
docs-f55ce5befa2934800f1a3d45124e604077fdf2f5.tar.bz2
docs-f55ce5befa2934800f1a3d45124e604077fdf2f5.zip
subtitle placement fixed
Diffstat (limited to 'design-documents')
-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 {