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

Fix logical error in p11prov_rsakm_secbits #10

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

oerdnj
Copy link
Contributor

@oerdnj oerdnj commented Jul 22, 2022

The branching in p11prov_rsakm_secbits() has missed the 2048 value
because of < 2048 and > 2048 checks. Fix the off-by-one check.

@simo5
Copy link
Member

simo5 commented Jul 22, 2022

LGTM, just needs commit sign-off-by line.

The branching in p11prov_rsakm_secbits() has missed the 2048 value
because of < 2048 and > 2048 checks.  Fix the off-by-one check.

Signed-off-by: Ondřej Surý <[email protected]>
@oerdnj oerdnj force-pushed the fix-missing-value-in-a-branch branch from 7b65aa9 to b5b29d0 Compare July 22, 2022 16:02
@oerdnj
Copy link
Contributor Author

oerdnj commented Jul 22, 2022

LGTM, just needs commit sign-off-by line.

Done, and it will be soon updated in all PRs.

@simo5
Copy link
Member

simo5 commented Jul 22, 2022

LGTM, just needs commit sign-off-by line.

Done, and it will be soon updated in all PRs.

Excellent! Thanks.

@simo5 simo5 merged commit 5267abd into latchset:main Jul 22, 2022
@oerdnj oerdnj deleted the fix-missing-value-in-a-branch branch July 25, 2022 06:05
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