File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## securesystemslib vX.YY.Z
3+ ## securesystemslib v0.14.0
44
5- * * behaviour change*
6- * Default to using pure Python to verify ed25519 signatures when nacl is
7- unavailable
5+ * * behavior change*
6+ * Default to pure Python ed25519 signature verification when nacl is unavailable (#200 )
7+ * Fix settings.SUBPROCESS_TIMEOUT access in process module (#202 )
8+ * Improve schema-related error message (#199 )
9+ * Generally improve optional dependency handling (#200 )
10+ * Enhance test configuration, fix typos and remove unused code (#201 )
11+ * Fix improper identity check (#203 )
812
913## securesystemslib v0.13.1
1014
1317## securesystemslib v0.13.0
1418
1519* Add support for * OpenPGP* EdDSA/ed25519 keys and signatures (#188 )
16-
20+ bump
1721## securesystemslib v0.12.2
1822
1923* Remove unnecessary ` python-dateutil==2.8.0 ` version pinning to not cause
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'securesystemslib' ,
71- version = '0.13.1 ' ,
71+ version = '0.14.0 ' ,
7272 description = 'A library that provides cryptographic and general-purpose'
7373 ' routines for Secure Systems Lab projects at NYU' ,
7474 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments