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 2340 pkcs15-sec.c wrong test #2341

Merged
merged 1 commit into from
May 17, 2021
Merged

Fix 2340 pkcs15-sec.c wrong test #2341

merged 1 commit into from
May 17, 2021

Conversation

dengert
Copy link
Member

@dengert dengert commented May 15, 2021

if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA) { is the correct test.

Fixes #2340

Reported to work in:
#2340 (comment)

Checklist
  • Documentation is added or updated
  • New files have a LGPL 2.1 license statement
  • PKCS#11 module is tested
  • Windows minidriver is tested
  • macOS tokend is tested

if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA) { is the correct test.
@Jakuje Jakuje added this to In progress in Release 0.22.0 via automation May 17, 2021
@Jakuje Jakuje merged commit 8dfafe4 into OpenSC:master May 17, 2021
Release 0.22.0 automation moved this from In progress to Done May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[bisected] 0.22.0-rc1 no longer working
3 participants