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

Skip a few Passkeys tests with Botan <= 2.14 #10360

Conversation

varjolintu
Copy link
Member

Botan 2.12 is still included in some older distros, and creating a signature will fail because of: randombit/botan#2293.
For now, disable a few tests if the Botan version is older than 2.14 that includes the fix.

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

@varjolintu varjolintu added this to the v2.7.7 milestone Mar 8, 2024
@varjolintu varjolintu requested a review from droidmonkey March 8, 2024 05:56
@varjolintu varjolintu changed the title Skip a few Passkeys tets with Botan <= 2.14 Skip a few Passkeys tests with Botan <= 2.14 Mar 8, 2024
@varjolintu varjolintu force-pushed the fix/passkeys_botan2_bug_skip_tests branch from 82b9356 to 41b9aa5 Compare March 8, 2024 05:59
@droidmonkey droidmonkey merged commit 79ca006 into keepassxreboot:develop Mar 8, 2024
11 checks passed
@varjolintu varjolintu deleted the fix/passkeys_botan2_bug_skip_tests branch March 8, 2024 13:47
@droidmonkey droidmonkey added the pr: backported Pull request backported to previous release label Mar 9, 2024
droidmonkey added a commit that referenced this pull request Mar 9, 2024
Botan version less than 2.14.0 miscalculates ECDSA signatures. 

---------

Co-authored-by: Jonathan White <[email protected]>
droidmonkey added a commit that referenced this pull request Mar 9, 2024
Botan version less than 2.14.0 miscalculates ECDSA signatures. 

---------

Co-authored-by: Jonathan White <[email protected]>
@phoerious phoerious added pr: bugfix Pull request that fixes a bug and removed bug labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: Passkeys pr: backported Pull request backported to previous release pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants