Skip to content

securesystemslib v0.10.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladimir-v-diaz vladimir-v-diaz released this 18 Jan 20:53
· 1804 commits to main since this release
v0.10.9
07bf160

securesystemslib v0.10.9

  • 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.