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 1
1
# 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
+
2
14
## securesystemslib v0.24.0
3
15
4
16
### Added
Original file line number Diff line number Diff line change 68
68
69
69
setup (
70
70
name = 'securesystemslib' ,
71
- version = '0.24 .0' ,
71
+ version = '0.25 .0' ,
72
72
description = 'A library that provides cryptographic and general-purpose'
73
73
' routines for Secure Systems Lab projects at NYU' ,
74
74
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments