awwad / uptane

Uptane, security framework for automotive updates
https://uptane.github.io/
MIT License
10 stars 42 forks source link

Switch from use of canonicaljson to tuf-based canonicalizer #27

Closed awwad closed 7 years ago

awwad commented 7 years ago

Recent changes from PR #23 added a dependency on library canonicaljson which is unnecessary. TUF code itself has what is required for canonicalizing JSON. When time allows, remove this dependency (search out canonicaljson in the code and replace its use with calls to relevant TUF code).

awwad commented 7 years ago

This issue was moved to uptane/uptane#6