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 support for ed25519ph user keys in hashedrekord #1945

Merged
merged 3 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. Update sigstore/sigstore and use LoadOptions

    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    ret2libc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    890523d View commit details
    Browse the repository at this point in the history
  2. Added support for Ed25519ph in HashedRekord entries

    - Made X509 Signatures configurable with LoadOptions
    - Removed existing check that limited the use of Ed25519 keys in
      HashedRekord entries
    - Used Ed25519ph Signer/Verifier for HashedRekord entries
    
    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    ret2libc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8a51778 View commit details
    Browse the repository at this point in the history
  3. Fix entry tests to ensure ed25519 is now accepted

    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    ret2libc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4831505 View commit details
    Browse the repository at this point in the history