From: Sergey Matveev Date: Fri, 13 Dec 2024 17:44:55 +0000 (+0300) Subject: Missing quotes X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7d8ab5e53917116a53c713310d98240b0bb844a5a5b3b4780522a8003eed023e;p=keks.git Missing quotes --- diff --git a/spec/format/signed-data.cddl b/spec/format/signed-data.cddl index f87b395..f473180 100644 --- a/spec/format/signed-data.cddl +++ b/spec/format/signed-data.cddl @@ -11,7 +11,7 @@ signed-data = { ? certs: [+ cer], } -cer = signed-data ; with /load/t = cer, /load/v = cer-load +cer = signed-data ; with /load/t = "cer", /load/v = cer-load sig = { tbs: sig-tbs,