File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## securesystemslib v0.25.0
3+
4+ ### Changed
5+ * Do not use max salt lengths in RSA PSS signature creation (#436 )
6+ * Restrict read and write access for new private keys (#231 )
7+ * Replaced deprecated ` distutils.version.StrictVersion ` (#433 )
8+ * Bumped dependencies: cryptography (#435 )
9+
10+ ### Fixed
11+ * GPG availability check in tests (#434 )
12+
13+
214## securesystemslib v0.24.0
315
416### Added
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'securesystemslib' ,
71- version = '0.24 .0' ,
71+ version = '0.25 .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