File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,12 +272,12 @@ Rationales for specific decisions:
272
272
2 . It would incur double base64 encoding overhead for non-JSON payloads.
273
273
3 . It is more complex than PAE.
274
274
275
- ## Backwards Compatibility
275
+ ## Backwards compatibility with existing TUF and in-toto signatures
276
276
277
277
### Current format
278
278
279
279
The
280
- [ current signature format] ( https://github.com/in-toto/docs/blob/master/in-toto-spec.md#42-file-formats-general-principles )
280
+ [ old signature format] ( https://github.com/in-toto/docs/blob/master/in-toto-spec.md#42-file-formats-general-principles )
281
281
used by TUF and in-toto has a BODY that is a regular JSON object and a signature
282
282
over the [ Canonical JSON] serialization of BODY.
283
283
You can’t perform that action at this time.
0 commit comments