awwad / uptane

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

Migrate to use of securesystemslib #19

Closed awwad closed 7 years ago

awwad commented 7 years ago

(or whatever we call the replacement for ssl_crypto and ssl_commons).

Currently, tuf.formats is used in Uptane for fairly neutral things like PATH_SCHEMA or ANYKEY_SCHEMA, along with the various tuf-related formats. TUF is splitting off these formats and other common functionality into a separate submodule. We'll use that as a dependency or a submodule here, too, and switch over in the code from tuf.formats. to securesystemslib.formats.

awwad commented 7 years ago

This issue was moved to uptane/uptane#9