python-tuf/tests/generated_data
Jussi Kukkonen 09971aea16 tests, examples: Stop using Key constructors
New Securesystemslib Keys can now be instantiated in two ways:
* deserialize via Key.from_dict() as before
* generate new keys via implementation specific methods

Fix all cases where we call Key() or Key.from_securesystemslib_key()
and use SSlibKey methods instead. Fix related tests.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2023-01-17 14:31:22 +02:00
..
ed25519_metadata Bump supported spec version to 1.0.31 2022-09-26 17:56:15 +03:00
__init__.py Provide a way to generate a simple repository 2022-03-22 18:13:54 +02:00
generate_md.py tests, examples: Stop using Key constructors 2023-01-17 14:31:22 +02:00