Skip to content

v2025.2

Compare
Choose a tag to compare
@cgwalters cgwalters released this 21 Mar 18:27
· 148 commits to main since this release

New features

  • sign: Support generic "spki" type of commit signatures by @ueno in #3278

The current "ed25519" signing type assumes raw Ed25519 key format for
both public and private keys. This patch generalizes it by adding a
new signature type "spki" which uses the X.509 SubjectPublicKeyInfo
format for public keys. Keys in this format can easily be created with
openssl tools and provide crypto agility[1] as the format embeds
algorithm identifier.

Minor features, bugfixes and other changes

New Contributors

Full Changelog: v2025.1...v2025.2