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

Add support for RSA-OAEP #1170

Closed
mouse07410 opened this issue Oct 12, 2017 · 0 comments
Closed

Add support for RSA-OAEP #1170

mouse07410 opened this issue Oct 12, 2017 · 0 comments

Comments

@mouse07410
Copy link
Contributor

Problem Description

Some high-security tokens refuse to perform raw RSA operations and insist on applying the padding (like PSS or OAEP) internally. Currently OpenSC is lacking a mechanism to request a token to do RSA-OAEP encryption.

Proposed Resolution

Apply #1169

Steps to reproduce

Obvious. ;-)

metsma pushed a commit to metsma/OpenSC that referenced this issue Dec 6, 2017
* Add RSA-OAEP documentation
* Add definitions and structures needed for RSA-OAEP
* Add ability to display RSA-OAEP parameters to SPY

Closes OpenSC#1170
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

No branches or pull requests

1 participant