python-tuf/tests/repository_data/keystore
Lukas Puehringer 250a3f32a6 Add two ed25519 key pairs for updater tests
This commit also updates the key loader helper in
test_updater_root_rotation_integration.py to load
the new keys too.

The keys were created (at the root of the repository) like
so:

```
from tuf import repository_tool
repository_tool.generate_and_write_ed25519_keypair(
    "tests/repository_data/keystore/root_key2", "password")
repository_tool.generate_and_write_ed25519_keypair(
    "tests/repository_data/keystore/root_key3", "password")

```

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2019-10-07 11:59:40 +02:00
..
delegation_key Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
delegation_key.pub Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
root_key Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
root_key.pub Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
root_key2 Add two ed25519 key pairs for updater tests 2019-10-07 11:59:40 +02:00
root_key2.pub Add two ed25519 key pairs for updater tests 2019-10-07 11:59:40 +02:00
root_key3 Add two ed25519 key pairs for updater tests 2019-10-07 11:59:40 +02:00
root_key3.pub Add two ed25519 key pairs for updater tests 2019-10-07 11:59:40 +02:00
snapshot_key Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
snapshot_key.pub Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
targets_key Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
targets_key.pub Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
timestamp_key Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00
timestamp_key.pub Add new metadata that includes the signing scheme 2017-08-23 10:57:34 -04:00