awwad / uptane

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

Consider adding support for multiple keys for each role in the Director repo #20

Closed awwad closed 7 years ago

awwad commented 7 years ago

In the reference implementation for Uptane, the Director repository (repositories, really) is somewhat more constrained than the Supplier Repository. In initializing uptane.services.director.Director, four keys are expected for the init method, one for each top-level role (root, timestamp, snapshot, targets). Should I make this initialization slightly more elaborate by taking lists of keys and corresponding thresholds? It may not be particularly useful for people.

awwad commented 7 years ago

This issue was moved to uptane/uptane#16