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 --signing-algorithm flag #3497

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. Used LoadOptions for more flexibility

    * Use ED25519ph algorithm with sign/verify-blob commands
    
    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    Signed-off-by: William Woodruff <william@trailofbits.com>
    ret2libc committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5a5e09f View commit details
    Browse the repository at this point in the history
  2. Attempt verification with ED25519 if ED25519ph is used for compatibility

    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    ret2libc committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0928190 View commit details
    Browse the repository at this point in the history
  3. Add --signing-algorithm flag

    Signed-off-by: Riccardo Schirone <riccardo.schirone@trailofbits.com>
    ret2libc committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    53c5a1f View commit details
    Browse the repository at this point in the history
  4. Added --signing-algorithm flag to verify/verify-blob commands

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