-
Notifications
You must be signed in to change notification settings - Fork 547
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 --ca-roots and --ca-intermediates flags to 'cosign verify' #3464
Commits on Jun 26, 2024
-
add --certificate-bundle flag to 'cosign verify'
Related to issue sigstore#3462. Current commit adds the flag to verify the CLI options. The new flag doesn't have any effect yet (will add in follow-up PRs). Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3663f23 - Browse repository at this point
Copy the full SHA 3663f23View commit details -
Add --ca-roots flag for 'cosign verify'
Add --ca-roots command-line flag for 'cosign verify' to enable verifying cosign signatures using PEM bundles of CA roots. Whether to also add --ca-intermediates flag is TBD. Unit tests will be added in the next commit(s). Fixes sigstore#3462. Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b6b9371 - Browse repository at this point
Copy the full SHA b6b9371View commit details -
add functional tests for --ca-roots flag
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e333eb8 - Browse repository at this point
Copy the full SHA e333eb8View commit details -
setup-crane action for e2e_test_pkcs11.sh
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ecf4c3 - Browse repository at this point
Copy the full SHA 2ecf4c3View commit details -
Signed-off-by: Dmitry Savintsev <dsavints@yahooinc.com>
Configuration menu - View commit details
-
Copy full SHA for c5ca7b4 - Browse repository at this point
Copy the full SHA c5ca7b4View commit details -
transform gencert subpackage to helper function
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8131308 - Browse repository at this point
Copy the full SHA 8131308View commit details -
use the trunk version of workflows/e2e-tests.yml
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 701bad7 - Browse repository at this point
Copy the full SHA 701bad7View commit details -
correct certificate generation for e2e tests
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da3779d - Browse repository at this point
Copy the full SHA da3779dView commit details -
refactor test cert/keys generation and corresponding test
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee0ece0 - Browse repository at this point
Copy the full SHA ee0ece0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ed9f9 - Browse repository at this point
Copy the full SHA 70ed9f9View commit details -
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c437f56 - Browse repository at this point
Copy the full SHA c437f56View commit details
Commits on Jul 1, 2024
-
remove unused certFile param to verifyCertBundle
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec1abdf - Browse repository at this point
Copy the full SHA ec1abdfView commit details -
remove duplicate test functions
Signed-off-by: Dmitry S <dsavints@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f1be17d - Browse repository at this point
Copy the full SHA f1be17dView commit details