awwad / uptane

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

Switch from JSON to ASN.1 for Partial Verification Secondaries #3

Closed awwad closed 7 years ago

awwad commented 7 years ago

Code currently employs JSON storage and basic Python dictionaries. All communication to Partial Verification Secondaries for the demo should eventually be in BER-encoded ASN.1.

The reference implementation itself may also use BER in the future....

Existing encoders must be integrated, cleaned up, and tested.

awwad commented 7 years ago

This issue was moved to uptane/uptane#19