From de8877cd16a747e226bf0783a37f1de69580ce3021a811cae38543b0c6df0aa9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 23 Nov 2025 23:20:18 +0300 Subject: [PATCH] Include filenames --- spec/cm/signed/index | 3 +++ spec/schema/tcl | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/spec/cm/signed/index b/spec/cm/signed/index index a172be6..b425921 100644 --- a/spec/cm/signed/index +++ b/spec/cm/signed/index @@ -14,8 +14,11 @@ Signed container, some kind of analogue to ASN.1-based CMS SignedData. Stored in a file, it should begin with "cm/signed" [encoding/MAGIC], unless it is a [cm/pub/]lic key. + -- schemas/signed.tcl -- << [schemas/signed.tcl] + -- schemas/av.tcl -- << [schemas/av.tcl] + -- schemas/fpr.tcl -- << [schemas/fpr.tcl] Signature is created by signing the: diff --git a/spec/schema/tcl b/spec/schema/tcl index ef1275e..b748202 100644 --- a/spec/schema/tcl +++ b/spec/schema/tcl @@ -28,9 +28,13 @@ Example with "our" structure (from [schema/cmds]) can be written as: And [cm/pub/] as: + -- schemas/pub.tcl -- << [schemas/pub.tcl] + -- schemas/fpr.tcl -- << [schemas/fpr.tcl] + -- schemas/pub-data.tcl -- << [schemas/pub-data.tcl] + -- schemas/pub-sig-tbs.tcl -- << [schemas/pub-sig-tbs.tcl] schema.tcl calls "schemas {s0 cmds0 s1 cmds1 ...}" command to produce -- 2.52.0