Skip to content

Add support for ed25519 keys #1377

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 12 commits into from
May 14, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into ed25519
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed May 9, 2025
commit d03cb470f5c4927273ab4c93f330c21757358642
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

### Fixed

### Added

* Added support for ed25519 keys.

### Fixed

* TSA: Changed the Timestamp Authority requests to explicitly use sha256 for message digests.
[#1373](https://github.com/sigstore/sigstore-python/pull/1373)

* Fixed the certificate calidity period check for Timestamp Authorities (TSA).
Certificates need not have and end date, while still requiring a start date.
[#1368](https://github.com/sigstore/sigstore-python/pull/1368)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.