Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update securesystemslib to 0.12.0 #934

Merged
merged 3 commits into from
Oct 14, 2019

Commits on Oct 14, 2019

  1. Update securesystemslib dependency to 0.12.0

    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    lukpueh committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2342e18 View commit details
    Browse the repository at this point in the history
  2. Explicitly encode data passed to securesystemslib.keys

    securesystemslib PR theupdateframework#162 removed implicit encoding of data to bytes
    in securesystemslib.keys.[create_signature|verify_signature]
    
    Update to encode data where required.
    
    Signed-off-by: Joshua Lock <jlock@vmware.com>
    joshuagl authored and lukpueh committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    f5c168d View commit details
    Browse the repository at this point in the history
  3. Remove uses of securesystemslib.util.TempFile

    The class has been removed from securesystemslib as its desirable
    features are no longer required and its behavioural inconsistencies
    with a standard Python file object are confusing. Therefore remove
    uses of the class from TUF.
    
    Signed-off-by: Joshua Lock <jlock@vmware.com>
    Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
    joshuagl authored and lukpueh committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    78356ef View commit details
    Browse the repository at this point in the history