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

Better support for algorithms that have different input keysize requirement #324

Merged
merged 3 commits into from
May 30, 2023

Conversation

simo5
Copy link
Member

@simo5 simo5 commented May 30, 2023

Fixes #302

simo5 added 2 commits May 30, 2023 11:28
Signed-off-by: Simo Sorce <simo@redhat.com>
This allows to propery compute an octect key for algorithms like
A256CBC-HS512 ha sa different input keysize than the putput key size.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 requested a review from a team May 30, 2023 15:32
@simo5 simo5 mentioned this pull request May 30, 2023
This uses an algorithm that has different input_keysize and output
keysize.

Signed-off-by: Simo Sorce <simo@redhat.com>
Copy link

@raildo raildo left a comment

Choose a reason for hiding this comment

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

LGTM

@simo5 simo5 merged commit db1f9f4 into latchset:main May 30, 2023
@simo5
Copy link
Member Author

simo5 commented May 30, 2023

Thanks @raildo !

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.

Key size on generation is not always computed correctly
2 participants