File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## securesystemslib v0.20.0
4+
5+ ### Added
6+ * Add signing abstraction to facilitate custom implementations (#319 )
7+
8+ ### Changed
9+ * Refactor imports to allow vendoring for pip (#316 )
10+ * Limit GitHub Actions to avoid duplicate Dependabot builds (#335 )
11+ * Enhance GitHub Action reporting for ed25519 upstream check (#338 )
12+ * Bump dependencies: cryptography (#336 )
13+
14+ ### Fixed
15+ * Pad OpenPGP EdDSA signatures to avoid sporadic verification failures (#340 )
16+
317## securesystemslib v0.19.0
418
519### Added
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'securesystemslib' ,
71- version = '0.19 .0' ,
71+ version = '0.20 .0' ,
7272 description = 'A library that provides cryptographic and general-purpose'
7373 ' routines for Secure Systems Lab projects at NYU' ,
7474 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments