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

Restructure, remove TUF remnants, add tests folder to make tests pass #5

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    4600057 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. 🔥 Removed TUF Roles

    joyliu-q committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f697571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283df87 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. ✔️ Update Keys, make Tests Pass

    - To make the tests in crypto work, I updated the keys to the keys used
    in the rust-tuf repository
    (https://github.com/heartsucker/rust-tuf/tree/develop/tests)
    - I also changed all of the tuf imports in doctests into in_toto
    - With this commit, running cargo test returns all successes and we are
    able to add more tests/CI in the future
    - TODO: figure out ed25519 key generation method. The rsa keys have a
    gen.sh file that outlines the steps in generating rsa keys, but cannot
    find the ed25519 equivalent
    joyliu-q committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    3d6d2b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bd18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f3612 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    e254c43 View commit details
    Browse the repository at this point in the history