From 169bb5dc7a99d220afd513bd03a34b4ae0a4fbc2750060c2e3c695bd81a47ba1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 15 May 2025 11:35:46 +0300 Subject: [PATCH] Omit excess trailing empty line --- spec/cm/hashed/index | 3 +-- spec/cm/prv/index | 3 +-- spec/cm/pub/index | 3 +-- spec/cm/signed/index | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/spec/cm/hashed/index b/spec/cm/hashed/index index 37b1480..fe01c5d 100644 --- a/spec/cm/hashed/index +++ b/spec/cm/hashed/index @@ -1,3 +1,4 @@ +do-backs Integrity protected container, analogue to ASN.1-based CMS DigestedData. => https://datatracker.ietf.org/doc/html/rfc5652 CMS @@ -8,5 +9,3 @@ Stored in a file, it should begin with "cm/hashed" [encoding/MAGIC]. "/a" tells what algorithms will be used to hash the data. "/t" tells the type of the data inside. "/hash" contains the hash values for all corresponding "/a" algorithms. - -do-backs diff --git a/spec/cm/prv/index b/spec/cm/prv/index index acdd455..7044e5a 100644 --- a/spec/cm/prv/index +++ b/spec/cm/prv/index @@ -1,7 +1,6 @@ +do-backs Private key container. << [schemas/av.tcl] Stored in a file, it should begin with "cm/prv" [encoding/MAGIC]. - -do-backs diff --git a/spec/cm/pub/index b/spec/cm/pub/index index 130434e..a5ce71e 100644 --- a/spec/cm/pub/index +++ b/spec/cm/pub/index @@ -1,3 +1,4 @@ +do-backs Public key is the [cm/signed/] structure. Stored in a file, it should begin with "cm/pub" [encoding/MAGIC]. @@ -80,5 +81,3 @@ Example minimal certified public key may look like: }} }} } - -do-backs diff --git a/spec/cm/signed/index b/spec/cm/signed/index index af77fb9..0b910f0 100644 --- a/spec/cm/signed/index +++ b/spec/cm/signed/index @@ -1,3 +1,4 @@ +do-backs Signed container, some kind of analogue to ASN.1-based CMS SignedData. => https://datatracker.ietf.org/doc/html/rfc5652 CMS @@ -47,5 +48,3 @@ of them may be shared among signers. If signed data is also intended to be [cm/encrypted/], then "/sigs/*/tbs/encrypted-to" should be set to corresponding recipient's public key fingerprint(s). - -do-backs -- 2.50.0