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

PKCS #11 3.0 in OpenSC #1860

Closed
Jakuje opened this issue Nov 21, 2019 · 2 comments
Closed

PKCS #11 3.0 in OpenSC #1860

Jakuje opened this issue Nov 21, 2019 · 2 comments

Comments

@Jakuje
Copy link
Member

Jakuje commented Nov 21, 2019

In regards of #1854, I would like to bump version of PKCS #11 library to 3.0 and implement the new required interfaces in coming months.

The public review drafts are already available on OASIS website and I assume there will be no significant changes before the final version:

https://docs.oasis-open.org/pkcs11/pkcs11-base/v3.0/pkcs11-base-v3.0.html

So far, these are my thoughts about advantages of 3.0:

I will probably go through the draft and try to create issues for particular tasks if it will be easy to separate them so anyone can help. I would probably like to create it as a project, but it looks like I do not have appropriate permissions to do that.

Any thoughts?

@frankmorgner
Copy link
Member

Although we're currently often using 2.4 as reference for PKCS#11, we're announcing compatibility with 2.20 only:

pInfo->cryptokiVersion.major = 2;
pInfo->cryptokiVersion.minor = 20;

I'm not sure what's the implication in terms of backward compatibility...

@Jakuje Jakuje mentioned this issue Aug 19, 2020
5 tasks
@Jakuje
Copy link
Member Author

Jakuje commented Jun 3, 2021

I think this is mostly done now. We might need some implementation of the function stubs, we might bring more algorithms as needed, but the base is in place.

@Jakuje Jakuje closed this as completed Jun 3, 2021
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

2 participants