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

Explicitly configure sequester to use SHA1 for RSA OAEP #6885

Closed
wants to merge 1 commit into from

Conversation

FirelightFlagboy
Copy link
Contributor

@FirelightFlagboy FirelightFlagboy commented Mar 20, 2024

Rework the code to directly use PKey instead of Rsa for the internal data.

Using PKey allow to configure a {De,En}crypter with the given key.
Then we can configure explicitly the padding using in the new instance

@FirelightFlagboy FirelightFlagboy requested a review from a team as a code owner March 20, 2024 09:57
@FirelightFlagboy FirelightFlagboy force-pushed the explicit-sha1-sequester branch from 253a564 to bd3be6d Compare March 26, 2024 13:57
@FirelightFlagboy FirelightFlagboy requested review from a team as code owners March 26, 2024 13:57
@FirelightFlagboy FirelightFlagboy changed the base branch from extract-cert-file-test to master March 26, 2024 13:57
Rework the code to directly use `PKey` instead of `Rsa` for the internal data.
@FirelightFlagboy FirelightFlagboy force-pushed the explicit-sha1-sequester branch from bd3be6d to 7d675b1 Compare March 26, 2024 13:57
@touilleMan
Copy link
Member

superseded by #6886

@touilleMan touilleMan closed this Apr 16, 2024
@FirelightFlagboy FirelightFlagboy deleted the explicit-sha1-sequester branch April 16, 2024 15:40
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