-
Notifications
You must be signed in to change notification settings - Fork 275
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
Remove crypto functions already available in library dependency #656
Comments
Hi @vladimir-v-diaz, I would like to work on this issue.Can you guide me which methods/file to look. |
There's an example in the description. |
Thanks for the interest, @Skchoudhary. You would essentially replace the crypto functions in repository_lib.py that are duplicated in SSLib's interface.py. @awwad will be able to confirm the specific functions that you are thinking of replacing. A pull request will make it easier for him to give you feedback. |
Has this issue been resolved? I am looking at the code in the file mentioned above and from what I can tell the functions have all been converted over to the functions that are available in securesystemslib. |
Hello! It seems like this issue hasn't been resolved yet. I'd like to submit a pull request if that's alright. |
I think this issue was resolved by PR #460? Or is it preferable to go one step further and remove the tuf methods which simply wrap functionality in securesystemslib? Such as |
Description of issue:
Some crypto functions implemented in TUF are duplicates of functions available in securesystemslib.
Current behavior:
For example, generate_and_write_rsa_keypair() is also provided by securesystemslib's equivalent.
Expected behavior:
The TUF library should replace all crypto functions that are already available in securesystemlib.
The text was updated successfully, but these errors were encountered: