Securesystemslib

Latest version: v1.0.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.11.0

Not secure
* Add `prompt` parameter to interface.import_rsa_privatekey_from_file() (pr 124).

* Update dependencies

0.10.11

Not secure
* Replace deprecated `cryptography` methods. signer() and verifier()
should be replaced with sign() and verify(), respectively.

* Update dependencies.

0.10.10

Not secure
* Add get_password() to API.

* Enable password confirmation in all `generate_and_write_XXX_keypair()`
functions.

* Minor:
Fix broken link in comment (recommended of bits for RSA keys).
Add `TEXT_SCHEMA`.
Remove obsolete function (check_crypto_libaries) from `.coveragerc`.

0.10.9

Not secure
* Add `debian` directory (and files) that can be used to package a .deb file.

* Modify functions that generate or import keys so that the key file's path is
shown if the function prompts for a password.

* Add colorama dependency. It is used to colorize some of the prompts.

* Update dependencies to their latest version.

* Support KEYID filenames for generated key files. KEYID filenames are used
if a filename is not specified.

* Minor edits to comments, indentation, whitespace, etc.

* Modify generate_rsa_key() so that leading and trailing newline characters
are stripped before generating the KEYID. This is done so that the
KEYID generated from imported keys match. Imported PEM keys are
stripped of any leading and trailing newline characters before the KEYID is
generated.

0.10.8

Not secure
* Drop support for Python 2.6 and 3.3

* Add support for Python 3.6

* Fix bug in PEM parser. See https://github.com/secure-systems-lab/securesystemslib/issues/54

* Drop PyCrypto and multiple-library support

* Update dependencies

* Verify that the arguments to verify_signature() have matching KEYIDs

* Add a changelog file (this one :)

0.10.7

Not secure
vladimir-v-diaz vladimir-v-diaz released this on Aug 23 · 79 commits to master since this release

* Implement TAP 9

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.