awwad / uptane

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

Ensure Python2 compliance #13

Closed awwad closed 7 years ago

awwad commented 7 years ago

Scan for anything that breaks in Python2: possibly the XMLRPC listening code in the demo (and that may currently still exist in the reference implementation's director code - which must still be stripped out).

This is because the ASN.1 encoders (which depend on PyASN) might require Python2.

awwad commented 7 years ago

Resolved and merged by PR #23. Thanks, Lukas!