From 428b61f4d95f6745195f106ff542a7fdc9a03b0e Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 21 Sep 2023 11:37:24 +0200 Subject: [PATCH] ch12: use outline notes as sections --- book/source/12-pitfalls.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/book/source/12-pitfalls.md b/book/source/12-pitfalls.md index 0cd24b2..cd538ca 100644 --- a/book/source/12-pitfalls.md +++ b/book/source/12-pitfalls.md @@ -1,6 +1,5 @@ # Pitfalls / Things to keep in mind -``` ## Key IDs are really not guaranteed to be unique Use fingerprints, or expect duplicates @@ -8,5 +7,5 @@ Use fingerprints, or expect duplicates ## Signature Subpackets can have duplicates ## Packet Nesting can be unreasonable - - EBNF of allowed packet sequences is complex -> Recommend [stricter](https://mailarchive.ietf.org/arch/msg/openpgp/uepOF6XpSegMO4c59tt9e5H1i4g/) best-practices? -``` \ No newline at end of file + +- EBNF of allowed packet sequences is complex -> Recommend [stricter](https://mailarchive.ietf.org/arch/msg/openpgp/uepOF6XpSegMO4c59tt9e5H1i4g/) best-practices?