-
Notifications
You must be signed in to change notification settings - Fork 957
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
transports/noise: Migrate away from deprecated sodiumoxide
for tests
#2817
Conversation
Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this @pinkforest!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Two ideas from my end :)
sodiumoxide
for tests
Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thanks for the follow ups @pinkforest.
Will wait for another review from @thomaseizinger before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay and thanks for fixing this!
Description
Sodiumoxide is used for testing the legacy noise protocol crypto
Sodiumoxide is deprecated which brings for testing comparison in noise proto context;
This change migrates from sodiumoxide to:
Links to any relevant issues
Fixes #2811
Open Questions
Change checklist
Migrate testing from against sodiumoxide to libsodium-sys-stable and ed25519-compact
I have performed a self-review of my own code
I have made corresponding changes to the documentation
I have added tests that prove my fix is effective or that my feature works
A changelog entry has been made in the appropriate crates