We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d0f478 + b312500 commit 7ae6c54Copy full SHA for 7ae6c54
CHANGELOG.md
@@ -1,4 +1,16 @@
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
14
## securesystemslib v0.24.0
15
16
### Added
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.24.0',
+ version = '0.25.0',
72
description = 'A library that provides cryptographic and general-purpose'
73
' routines for Secure Systems Lab projects at NYU',
74
license = 'MIT',
0 commit comments