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 handling of keyless verification for all verify commands #3761

Merged
merged 10 commits into from
Jul 11, 2024

Commits on Jul 10, 2024

  1. add handling of keyless verification for all verify commands

    Copy the handling of non-Fulcio keys from the verify
    to all other verify commands (verify-attestation,
    verify-blob, verify-blob-attestations).
    
    Fix sigstore#3759.
    
    Signed-off-by: Dmitry S. <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8e97baa View commit details
    Browse the repository at this point in the history
  2. add CARoots case comments for clarity

    Signed-off-by: Dmitry S. <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c55ee3f View commit details
    Browse the repository at this point in the history
  3. add testing VerifyBlobCmd with CA roots

    Signed-off-by: Dmitry S. <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a2baa5f View commit details
    Browse the repository at this point in the history
  4. import cosign key for cosign format

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b002310 View commit details
    Browse the repository at this point in the history
  5. LoadPrivateKey: allow EC private keys

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    069c732 View commit details
    Browse the repository at this point in the history
  6. skip sct and tlog verification for verify-blob functest

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fdb7130 View commit details
    Browse the repository at this point in the history
  7. remove TODO

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    24fdda7 View commit details
    Browse the repository at this point in the history
  8. fix golangci-lint issues

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b79fa48 View commit details
    Browse the repository at this point in the history
  9. rollback pkg/cosign/keys.go changes, not needed

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6ff23a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix typo

    Signed-off-by: Dmitry S <[email protected]>
    dmitris committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    88881c9 View commit details
    Browse the repository at this point in the history