-
Notifications
You must be signed in to change notification settings - Fork 61
Use TUF to download key/cert material #351
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a7598df
tuf: Add initial TUF trust root updater
jku e6d392e
Rekor: Refactor CTKeyring, Use TUF in prod/staging
jku 22a6055
cli: Use TUF for rekor/ctfe keys if not in args
jku b6325fd
Fix linter issues in TUF related code
jku c689fdb
tuf: Fetch Fulcio certificates with TUF
jku d7b75c1
cli: Use production rekor key by default
jku 6386af7
tuf: Enable staging support
jku 29885ff
_store: Add missing staging root.json
jku e1712a7
verifier: blacken
woodruffw b62a410
pyproject, sigstore/tuf: use appdirs for local state
woodruffw a8d1e4e
verifier: unused import
woodruffw f75c866
_internal/tuf: disambiguate caches correctly
woodruffw 3a8f026
sign, verify, internal: refactor rekor client handling
woodruffw 7d80e93
test/verify: fix TestVerificationMaterials test
woodruffw 1dd9c1f
Refactor RekorClient construction once more
jku 8072f1d
internal: Improve tuf docstrings
jku e85d6f4
internal: Refactor tuf
jku 238f191
tests: Remove test for _store
jku 8632250
_store: Remove all certificates and keys
jku d342697
tests: Add mock TUF fetcher for staging
jku 5e5b280
tests: Don't require network in parametrized setup
jku 6a41e3a
cli: Silence python-tuf logging a little
jku b54ed9f
tests: Add TrustUpdater test
jku 68425ed
tests: Add basic test for TrustUpdater
jku 170096e
Merge branch 'main' into tuf-refactor
woodruffw 4ad04ce
_utils: lintage
woodruffw ae9df01
test/unit: put TUF assets under assets dir
woodruffw a210a6f
tests/unit: re-parametrize
woodruffw bbc6a99
_store, _utils: remove obsolete comment, re-add helper
woodruffw 69f249e
test/unit: re-add store tests
woodruffw 03bdaf7
tuf: re-use our read_embedded helper
woodruffw 476b8f4
README: update `--help` texts
woodruffw 3c88b26
gitignore, test: allow staging-tuf assets
woodruffw d9aa72c
tuf: Switch to using f-strings for logging
tetsuo-cpp deadd3c
Merge remote-tracking branch 'origin/main' into tuf-refactor
tetsuo-cpp b1fdc9f
test: document TUF staging mock better
jku cf4e46f
_internal/rekor: Mention updater arg in docsstrings
jku be7a6d7
_internal/tuf: Reword a TODO into a NOTE
jku b7c0bdb
_internal/tuf: Add nosec for mypy-related assert
jku e94d78c
Merge branch 'main' into tuf-refactor
woodruffw 4e7f680
_internal/tuf: replace nosec with type ignore
woodruffw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.