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

Refactor to use changed format metadata to key #1016

Merged

Commits on Aug 18, 2020

  1. Refactor to use changed format metadata to key

    In commit b7a15fdee7dee899c098b01fe64d604635b2b132
    or pr secure-systems-lab/securesystemslib#227
    in securesystemslib I change the function arguments of the
    format_metadata_to_key function in securesystemslib/keys.py
    to add the opportunity to use custom keyid hash algorithms without
    chainging the securesystemslib.settings.HASH_ALGORITHMS variable.
    
    With this commit, I make use of the above changes in tuf.
    
    Signed-off-by: Martin Vrachev <[email protected]>
    MVrachev committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    71016d7 View commit details
    Browse the repository at this point in the history
  2. Bump securesyslib to 0.16.0 in setup.py

    Signed-off-by: Martin Vrachev <[email protected]>
    MVrachev committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7a828ea View commit details
    Browse the repository at this point in the history