From 6f30a49f5720bce619341fa29b65706895d2a7cc85aa6f66a768be4855a4f72c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 9 Oct 2024 12:34:47 +0300 Subject: [PATCH] Typos --- spec/format/cer.texi | 2 +- spec/rationale.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/format/cer.texi b/spec/format/cer.texi index 851ca4d..e630845 100644 --- a/spec/format/cer.texi +++ b/spec/format/cer.texi @@ -38,7 +38,7 @@ Example minimal certificate may look like: @verbatim { - "hash": ["streebog256"] + "hash": ["streebog256"], "load": { "t": "cer", "v": { diff --git a/spec/rationale.texi b/spec/rationale.texi index 6102f36..d34d426 100644 --- a/spec/rationale.texi +++ b/spec/rationale.texi @@ -57,7 +57,7 @@ that is a compromise between slightly larger code and much shorter resulting structures, that is worth of it. @item -We want strong distinguishing of continuous strings and streamable ones +We want clear distinguishing of continuous strings and streamable ones (BLOBs). ASN.1 CER does not distinguish them, making representation of every string in memory far from being convenient and easy to work with. Different tasks have different constraints: many of them do not need -- 2.51.0