(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.
(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.