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

Adjust to removals from securesystemslib #855

Merged
merged 1 commit into from
Sep 17, 2019

Commits on Sep 17, 2019

  1. Use TUF exceptions instead of SSL exceptions where appropriate

    Removal of securesystemslib exceptions that are TUF-specific
    occurs in securesystemslib PR #165
    secure-systems-lab/securesystemslib#165
    
    This commit adapts to those changes.  Exceptions that are specific
    to TUF should be in TUF and not in securesystemslib.  This commit
    uses those already-existing TUF exceptions instead of pointing to
    securesystemslib exceptions that will be removed.
    
    For example, securesystemslib has no notion of repositories, so
    it's ridiculous to have a RepositoryError in securesystemslib and
    ridiculous for TUF to use
    securesystemslib.exceptions.RepositoryError.
    
    Signed-off-by: Sebastien Awwad <[email protected]>
    awwad authored and lukpueh committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    a9d7053 View commit details
    Browse the repository at this point in the history