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

Add algorithm registry markdown and KnownSignatureAlgorithm enumeration #194

Merged
merged 18 commits into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. Add SupportedAlgorithm enumeration

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7a93838 View commit details
    Browse the repository at this point in the history
  2. Add registry markdown doc

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    500ce56 View commit details
    Browse the repository at this point in the history
  3. Regenerate code

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e52e07e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Switch to P521 with SHA-512

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    196acba View commit details
    Browse the repository at this point in the history
  2. Make it clear that Sigstore services aren't required to adhere to thi…

    …s registry
    
    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9b1d4ad View commit details
    Browse the repository at this point in the history
  3. Rename to KnownSignatureAlgorithm

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    58725fe View commit details
    Browse the repository at this point in the history
  4. Correct KnownSignatureAlgorithm comment

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    466fc05 View commit details
    Browse the repository at this point in the history
  5. Note that ed25519-ph is used for hashedrekord

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1243b19 View commit details
    Browse the repository at this point in the history
  6. Fix algorithm registry to list SHA-512 with P-521

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c06b5d1 View commit details
    Browse the repository at this point in the history
  7. Regenerate code

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3d33e9a View commit details
    Browse the repository at this point in the history
  8. Add hash algorithms to registry also

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3610161 View commit details
    Browse the repository at this point in the history
  9. Add RSA signature algorithms to registry

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d126419 View commit details
    Browse the repository at this point in the history
  10. gen, protos: more HashAlgorithm variants

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    db90d7f View commit details
    Browse the repository at this point in the history
  11. protos: indentation

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    40ea700 View commit details
    Browse the repository at this point in the history
  12. algorithm-registry: clarify the purpose of the Hash Algorithms table

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fe4aafb View commit details
    Browse the repository at this point in the history
  13. algorithm-registry: add sha2-512

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    10fb943 View commit details
    Browse the repository at this point in the history
  14. algorithm-registry: omit sha2-256/192

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b46b70c View commit details
    Browse the repository at this point in the history
  15. switcheroo

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a6b56fb View commit details
    Browse the repository at this point in the history