awwad / uptane

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

Demo: Primary needs to distribute images and metadata to Secondaries #8

Closed awwad closed 7 years ago

awwad commented 7 years ago

Had to rewrite big chunks of this because the data I was passing was not the right kind - in particular, I was using TUF's in-memory representation of metadata, but TUF immediately validates and strips off the signatures, so that couldn't work. I've decided instead to distribute an archive of metadata for the full verification Secondary clients.

awwad commented 7 years ago

Resolved (correctly this time) by latest commit https://github.com/awwad/uptane/commit/cd5465c0e4cfa13ff8b901e1192e4ba6b0c5d716