Skip to content

Commit

Permalink
Remove legacy keys only (wip)
Browse files Browse the repository at this point in the history
TODO:
- replace test keys in test_dsse
- consider fix FIXME comment in test_signer (use proper mock key)
- consider creating PR to remove SSlibSigner only

TODO follow-up PR:
- replace schema/formats (for gpg, hash)
- consider removing util (coordinate with python-tuf, scai-demo)
- hash, storage? maybe not for 1.0.0

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Apr 5, 2024
1 parent f43e9d8 commit 23c25d2
Show file tree
Hide file tree
Showing 39 changed files with 89 additions and 9,355 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ See [Instructions for contributors](docs/CONTRIBUTING.md).

## Legacy key migration

Use [`migrate_keys`](docs/migrate_key.py) script to convert key pairs generated
with legacy `keys` or `interface` modules to a consistent standard format, which
is compatible with [`CryptoSigner`](docs/CRYPTO_SIGNER.md).
Use
[`migrate_keys`](https://github.com/secure-systems-lab/securesystemslib/blob/v0.31.0/docs/migrate_key.py)
script to convert key pairs generated with legacy `keys` or `interface` modules
to a consistent standard format, which is compatible with
[`CryptoSigner`](docs/CRYPTO_SIGNER.md). The script requires
`securesystemslib~=0.31.0`.
127 changes: 0 additions & 127 deletions docs/migrate_key.py

This file was deleted.

Loading

0 comments on commit 23c25d2

Please sign in to comment.