From: Sergey Matveev Date: Thu, 23 Jan 2025 07:06:51 +0000 (+0300) Subject: "begin" is better sounding X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c122618d02ae39b4f081ccbc06c2291562d0e6eaa87fe85763d1a4f14cf873f7;p=keks.git "begin" is better sounding --- diff --git a/spec/format/cer.texi b/spec/format/cer.texi index 7672b06..1c9d9a9 100644 --- a/spec/format/cer.texi +++ b/spec/format/cer.texi @@ -3,7 +3,7 @@ @section cer format Certificate is the @code{@ref{pki-signed}} structure. -Stored in a file, it should start with "pki/cer" @ref{Magic, magic}. +Stored in a file, it should begin with "pki/cer" @ref{Magic, magic}. Its @code{/load/t} equals to @code{cer}. @code{/load/v} contains @code{cer-load}: diff --git a/spec/format/encrypted.texi b/spec/format/encrypted.texi index 3c07a6d..db0bd0c 100644 --- a/spec/format/encrypted.texi +++ b/spec/format/encrypted.texi @@ -2,7 +2,7 @@ @cindex pki-encrypted @section pki-encrypted format -Stored in a file, it should start with "pki/encryptd" @ref{Magic, magic}. +Stored in a file, it should begin with "pki/encryptd" @ref{Magic, magic}. @verbatiminclude format/encrypted.cddl diff --git a/spec/format/hashed.texi b/spec/format/hashed.texi index f44efca..2653b32 100644 --- a/spec/format/hashed.texi +++ b/spec/format/hashed.texi @@ -3,7 +3,7 @@ @section pki-hashed format Integrity protected container, CMS'es DigestedData analogue. -Stored in a file, it should start with "pki/hashed" @ref{Magic, magic}. +Stored in a file, it should begin with "pki/hashed" @ref{Magic, magic}. @verbatiminclude format/hashed.cddl diff --git a/spec/format/private-key.texi b/spec/format/private-key.texi index 5b1c004..1933d1a 100644 --- a/spec/format/private-key.texi +++ b/spec/format/private-key.texi @@ -6,7 +6,7 @@ Private key is stored in trivial map: @verbatiminclude format/private-key.cddl -Stored in a file, it should start with "pki/prvkey" @ref{Magic, magic}. +Stored in a file, it should begin with "pki/prvkey" @ref{Magic, magic}. @node private-key-gost3410 @subsection private-key with GOST R 34.10-2012 diff --git a/spec/format/signed.texi b/spec/format/signed.texi index 5882407..af5d1c9 100644 --- a/spec/format/signed.texi +++ b/spec/format/signed.texi @@ -5,7 +5,7 @@ That resembles @url{https://datatracker.ietf.org/doc/html/rfc5652, CMS} (PKCS#7) ASN.1-based format. -Stored in a file, it should start with "pki/signed" @ref{Magic, magic}, +Stored in a file, it should begin with "pki/signed" @ref{Magic, magic}, unless this is a @ref{cer, certificate}. @verbatiminclude format/signed.cddl