File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## securesystemslib v0.11.3
4+
5+ * Provide option to normalize line endings (` \r\n ` -> ` \n ` , ` \r ` -> ` \n ` ) when
6+ calculating the hash of a file (default: do not normalize).
7+ * Update developer dependencies (dev-requirements.txt):
8+ * cryptography 2.2.2 to 2.3.1
9+ * tox 3.0.0 to 3.2.1
10+
211## securesystemslib v0.11.2
312
413* No (en|de)cryption of ed25519 key files when given empty password (pr #148 ).
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = 'securesystemslib' ,
71- version = '0.11.2 ' ,
71+ version = '0.11.3 ' ,
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