Skip to content

Releases: secure-systems-lab/securesystemslib

v0.15.0

14 May 18:39
v0.15.0
09cf6d4
Compare
Choose a tag to compare
  • Allow Blake (blake2s and blake2b) hashing algorithms (#218)
  • new features
    • Add nistp384 signature verification support (#228)
    • Allow callers to provide a default keyid in format_metadata_to_key, rather than using the default keyid value of a hash of the canonical JSON of the key metadata (#225)
    • Implement files and directories abstraction as an abstract base class; StorageBackendInterface, with a concrete implementation for local filesystems; FilesystemBackend (#232). This enables users, such as tuf, to support non-local/non-traditional filesystems, so long as they provide an object implementing securesystemslib.storage.StorageBackendInterface. All functions which take a StorageBackendInterface default to creating a filesystemBackend object for local filesystem interaction when an object isn't provided. This means that behaviour remains the same as in prior (0.14.x) releases of securesystemslib, only instead of throwing exceptions rom the Python standard library a custom, generic, error is thrown: securesystemslib.exceptions.StorageError
  • removed features
    • Remove support for gzipped files in load_json_file (#230)

Secure Systems Lib v0.14.2

26 Feb 14:41
v0.14.2
fe918f8
Compare
Choose a tag to compare
Pre-release
  • Re-enable OpenPGP signature verification without GnuPG (#215)

Secure Systems Lib v0.14.1

25 Feb 17:29
v0.14.1
b6c160b
Compare
Choose a tag to compare
Pre-release
  • Improve logging (#212, #211)
  • Fix dependency monitoring and revise requirements files (#209)
  • Further improve optional dependency handling (#206)
  • Update release metadata (#205)

Secure Systems Lib v0.14.0

30 Jan 16:44
v0.14.0
7c183ec
Compare
Choose a tag to compare
Pre-release
  • behavior change
    • Default to pure Python ed25519 signature verification when nacl is unavailable (#200)
    • Fix settings.SUBPROCESS_TIMEOUT access in process module (#202)
  • Improve schema-related error message (#199)
  • Generally improve optional dependency handling (#200)
  • Enhance test configuration, fix typos and remove unused code (#201)
  • Fix improper identity check (#203)

Secure Systems Lib v0.13.1

18 Dec 09:05
v0.13.1
536c7f2
Compare
Choose a tag to compare
Pre-release
  • Fix MANIFEST.in to include all test data in source release (#196)

Secure Systems Lib v0.13.0

17 Dec 10:15
v0.13.0
e2ad211
Compare
Choose a tag to compare
Pre-release
  • Add support for OpenPGP EdDSA/ed25519 keys and signatures (#188)

Secure Systems Lib v0.12.2

11 Nov 19:00
v0.12.2
bcede29
Compare
Choose a tag to compare
Pre-release
  • Remove unnecessary python-dateutil==2.8.0 version pinning to not cause downstream dependency conflicts (#192)

Secure Systems Lib v0.12.1

29 Oct 10:48
v0.12.1
dfd4c65
Compare
Choose a tag to compare
Pre-release
  • Fix stream duplication race conditions in subprocess interface (#186)

Secure Systems Lib v0.12.0

14 Oct 08:31
v0.12.0
586c6b5
Compare
Choose a tag to compare
Pre-release
  • backwards incompatible
    • Remove data serialization in create_signature and verify_signature (#162)
    • Replace mostly obsolete TempFile utility with single helper function (#181)
    • Remove TUF-specific code and comments (#165)
  • new features
    • Add support for pkcs1v15 RSA signature scheme and additional hash algorithms (#173, #175)
    • Add basic OpenPGP support, transferred from in-toto (#174, #176, #185)
  • miscellaneous
    • Fix publishing of code coverage and enhance test configuration (#171)
    • Make colorama a strict dependency (#178)
    • Enhance source distribution metadata (#168)
    • Update downstream Debian metadata (#177)

Secure Systems Lib v0.11.3

27 Sep 20:48
23008b4
Compare
Choose a tag to compare
Pre-release

securesystemslib v0.11.3

  • Provide option to normalize line endings (\r\n -> \n, \r -> \n) when
    calculating the hash of a file (default: do not normalize).
  • Update developer dependencies (dev-requirements.txt):
    • cryptography 2.2.2 to 2.3.1
    • tox 3.0.0 to 3.2.1