Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added example loading key created with in-toto-keygen #49

Closed
wants to merge 1 commit into from
Closed

added example loading key created with in-toto-keygen #49

wants to merge 1 commit into from

Conversation

ashutoshsao
Copy link

i have made a text file named examplefile.txt, then used the command in-toto-keygen -t rsa -b 4096 examplefile.txt , it created 2 files { examplefile.txt, examplefile.txt.pub },i have uploaded the first file examplefile.txt after renaming it as Key_id.

i have made a text file named examplefile.txt, then used the command in-toto-keygen -t rsa -b 4096 examplefile.txt
, it created 2 files { examplefile.txt, examplefile.txt.pub },i have uploaded the first file examplefile.txt after renaming it as Key_id.
@adityasaky
Copy link
Member

adityasaky commented Jan 17, 2023

Hi @ashutoshsao, thanks for picking #1 up.

I'd like to modify the scope of #1 a bit. Since the issue was opened, we have actually added several keys https://github.com/in-toto/in-toto-rs/tree/master/tests which are used in tests. I'd like us to focus on interoperability testing. Specifically, let's add an ed25519 key pair here generated using in-toto-keygen and add a test that loads it. I don't see a key in https://github.com/in-toto/in-toto-rs/tree/master/tests/ed25519 that matches the custom securesystemslib format employed by the reference implementation. We don't use a custom format for RSA keys and already have examples in https://github.com/in-toto/in-toto-rs/tree/master/tests/rsa.

Related: #22

@ashutoshsao
Copy link
Author

ok @adityasaky on it now !

@ashutoshsao ashutoshsao closed this by deleting the head repository Jan 30, 2023
@ashutoshsao
Copy link
Author

hey @adityasaky i have created a new fork and pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants