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

starcos: fixed decipher with 2.3 #1496

Merged
merged 3 commits into from
Oct 11, 2018
Merged

Conversation

frankmorgner
Copy link
Member

closes #765

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

LOG_FUNC_RETURN(card->ctx, apdu.resplen);
r = apdu.resplen;
else
r = sc_check_sw(card, apdu.sw1, apdu.sw2);
else
Copy link
Contributor

Choose a reason for hiding this comment

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

@frankmorgner This else here looks wrong.

@frankmorgner
Copy link
Member Author

thanks, fixed!

@frankmorgner frankmorgner merged commit ac276b1 into OpenSC:master Oct 11, 2018
@frankmorgner frankmorgner deleted the starcos branch June 21, 2021 12:10
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.

Can't decrypt with pkcs11-tool
2 participants