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

API-level DSSE signing support #804

Merged
merged 28 commits into from
Jan 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e2ce0eb
hackety hack
woodruffw Oct 13, 2023
2c873ff
Merge branch 'main' into ww/dsse
woodruffw Oct 18, 2023
476d527
hackety hack
woodruffw Oct 27, 2023
d3862c0
Merge branch 'main' into ww/dsse
woodruffw Dec 4, 2023
0da7215
Merge branch 'main' into ww/dsse
woodruffw Dec 6, 2023
f6899be
sigstore: hackety hack
woodruffw Dec 6, 2023
77526da
hackety hack
woodruffw Dec 6, 2023
63f9b29
hackety hack
woodruffw Dec 6, 2023
82a6fee
sigstore: don't double encode
woodruffw Dec 7, 2023
ff8d358
fixup DSSE signing, refactor RekorClientError
woodruffw Dec 7, 2023
470232c
sigstore: docs
woodruffw Dec 7, 2023
b46eac9
sigstore: lintage
woodruffw Dec 7, 2023
35a1e7f
make SigningResult generic over contents
woodruffw Dec 7, 2023
b3a6099
simplify condition
woodruffw Dec 7, 2023
09499f3
sign: drop kw_only
woodruffw Dec 7, 2023
cb99b93
sigstore: cleanup
woodruffw Dec 7, 2023
ea548a7
Merge branch 'main' into ww/dsse
woodruffw Dec 7, 2023
b24c9b7
firmly pin in-toto-attestation, fix KindVersion
woodruffw Dec 11, 2023
ffd3400
Merge branch 'main' into ww/dsse
woodruffw Dec 12, 2023
ee92e32
bump sigstore-rekor-types
woodruffw Dec 13, 2023
47ea07f
Merge branch 'main' into ww/dsse
woodruffw Dec 13, 2023
bdaef2d
pyproject: bump in-toto-attestation
woodruffw Dec 13, 2023
4728b32
Merge remote-tracking branch 'origin/main' into ww/dsse
woodruffw Dec 13, 2023
bbe07ac
Merge branch 'main' into ww/dsse
woodruffw Dec 19, 2023
d087a39
remove testing script
woodruffw Dec 19, 2023
0b23bc2
CHANGELOG: record changes
woodruffw Dec 19, 2023
ffcfa5b
Merge branch 'main' into ww/dsse
woodruffw Jan 9, 2024
86daf93
Merge branch 'main' into ww/dsse
woodruffw Jan 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pyproject: bump in-toto-attestation
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Dec 13, 2023
commit bdaef2da735fffe9d623e1a404f2e0cb46994fa0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ dependencies = [
"cryptography >= 39",
"id >= 1.1.0",
"importlib_resources ~= 5.7; python_version < '3.11'",
"in-toto-attestation == 0.9.2",
"in-toto-attestation == 0.9.3",
"pydantic >= 2,< 3",
"pyjwt >= 2.1",
"pyOpenSSL >= 23.0.0",