We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb34f86 + aad3e90 commit 57c12fdCopy full SHA for 57c12fd
CHANGELOG.md
@@ -1,4 +1,15 @@
1
# Changelog
2
+## securesystemslib v0.10.10
3
+
4
+* Add get_password() to API.
5
6
+* Enable password confirmation in all `generate_and_write_XXX_keypair()`
7
+ functions.
8
9
+* Minor:
10
+ Fix broken link in comment (recommended # of bits for RSA keys).
11
+ Add `TEXT_SCHEMA`.
12
+ Remove obsolete function (check_crypto_libaries) from `.coveragerc`.
13
14
## securesystemslib v0.10.9
15
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name = 'securesystemslib',
71
- version = '0.10.9',
+ version = '0.10.10',
72
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
73
long_description = long_description,
74
author = 'https://www.updateframework.com',
0 commit comments