From f55ce5befa2934800f1a3d45124e604077fdf2f5 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Thu, 14 Oct 2021 14:29:40 +0200 Subject: subtitle placement fixed --- design-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 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 { -- cgit v1.2.3