From 4fb5fb4fff65d0839172f854745fd5b56a34b99a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 12 Oct 2023 11:28:13 +0200 Subject: [PATCH] use myst "note" markup --- book/source/02-highlevel.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/book/source/02-highlevel.md b/book/source/02-highlevel.md index 9d0a24b..2b853cb 100644 --- a/book/source/02-highlevel.md +++ b/book/source/02-highlevel.md @@ -74,7 +74,10 @@ OpenPGP was standardized in 1997 to encourage development of interoperable imple Historically, interoperability has only been tested in an adhoc manner. Since 2019, the Sequoia project is maintaining and operating the ["OpenPGP interoperability test suite"](https://tests.sequoia-pgp.org/), for more rigorous and systematic testing. The test suite has identified numerous [issues](https://gitlab.com/sequoia-pgp/openpgp-interoperability-test-suite#hall-of-fame). ## The road ahead -> **Note:** Software and protocol development sometimes skips version numbers due to reasons like internal testing, significant changes, avoiding confusion, marketing decisions, or technical issues. The official successor to OpenPGP version 4 is OpenPGP version 6, detailed below. + +```{note} +Software and protocol development sometimes skips version numbers due to reasons like internal testing, significant changes, avoiding confusion, marketing decisions, or technical issues. The official successor to OpenPGP version 4 is OpenPGP version 6, detailed below. +``` ### OpenPGP version 6 @@ -98,6 +101,7 @@ There is [ongoing work](https://datatracker.ietf.org/doc/draft-wussler-openpgp-p ```{admonition} TODO Ch1 needs a "how to read this document" section and each of the Zoom-in sections needs its "you've landed here so let's explain this to you" line of some kind ``` + ## Zooming in: Internal structure of OpenPGP data OpenPGP data is internally structured as "packets." We'll look into examples of this internal structure throughout the following chapters.