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

Make wrong_permitted_algorithm test use a non-deprecated Hash #695

Conversation

tgonzalezorlandoarm
Copy link
Member

Currently, the wrong_permitted_algorithm test checks if, creating a key that uses sha1, that key is rejected when calling sign_with_rsa_sha256. However, as sha1 is deprecated, there is currently an error when creating the key for the test.

  • Change the key generation to use sha512 instead.

Currently, the wrong_permitted_algorithm test checks if, creating
a key that uses sha1, that key is rejected when calling
sign_with_rsa_sha256. However, as sha1 is deprecated, there is
currently an error when creating the key for the test.

 * Change the key generation to use sha512 instead.

Signed-off-by: Tomás González <[email protected]>
Copy link
Member

@ionut-arm ionut-arm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ionut-arm ionut-arm merged commit de4d9a5 into parallaxsecond:main Sep 1, 2023
13 checks passed
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/fix-wrong_permitted_algorithm branch September 1, 2023 15:56
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