File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# $signing_spec
2
2
3
- A signature scheme for software supply chain metadata that avoids canonicalization
3
+ A signature scheme for software supply chain metadata that avoids
4
+ canonicalization
4
5
5
6
November 25, 2020
6
7
@@ -271,8 +272,8 @@ Rationales for specific decisions:
271
272
272
273
The
273
274
[ current signature format] ( https://github.com/in-toto/docs/blob/master/in-toto-spec.md#42-file-formats-general-principles )
274
- used by TUF and in-toto has a BODY that is a regular JSON object and a signature over the
275
- [ Canonical JSON] serialization of BODY.
275
+ used by TUF and in-toto has a BODY that is a regular JSON object and a signature
276
+ over the [ Canonical JSON] serialization of BODY.
276
277
277
278
``` json
278
279
{
@@ -351,9 +352,9 @@ Signed wrapper:
351
352
352
353
## References
353
354
354
- - [ Canonical JSON]
355
- - [ JWS]
356
- - [ PASETO]
355
+ - [ Canonical JSON]
356
+ - [ JWS]
357
+ - [ PASETO]
357
358
358
359
[ Canonical JSON ] : http://wiki.laptop.org/go/Canonical_JSON
359
360
[ JWS ] : https://tools.ietf.org/html/rfc7515
You can’t perform that action at this time.
0 commit comments