-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upgrade to pkcs11 v3 #148
base: master
Are you sure you want to change the base?
Upgrade to pkcs11 v3 #148
Conversation
proof of concept to upgrade to v3 of pkcs11 Signed-off-by: Miek Gieben <[email protected]>
Signed-off-by: Miek Gieben <[email protected]>
Hi @miekg |
[ Quoting ***@***.***> in "Re: [miekg/pkcs11] Upgrade to pkcs1..." ]
Hi @miekg
May you predict when the merge to master will happen?
I don't know how backwards compatible this stuff is... if its 100%, we could merge any
time
|
I'd also love to see when this merge will happen as I'd like to see if this can be added to sigstore/cosign (via PKCS#11), for testing with ed25519. |
@miekg and @zosocanuck please include me in the conversation. I may test this first in my fork, at github.com/pdtgct/pkcs11 |
@miekg can we know when this will get merged into master? |
Any support for testing needed? I'd love to see ed25519 support as well. |
Version 3.1 was published on July 23, 2023: |
[ Quoting ***@***.***> in "Re: [miekg/pkcs11] Upgrade to pkcs1..." ]
Version 3.1 was published on July 23, 2023:
https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/os/include/pkcs11-v3.1/
Ah nice, time to merge this then at some point.
|
Fixed conflicts in this PR: #179 -- @phlipse , @vanbroup would you like to test on this? It passes local unit tests using SoftHSM v2.6.1 so it is backward compatible but SoftHSM does not support PKCS#11 3.0 or greater, see SoftHSMv2 Issue #604. I have not tested using PKCS#11 3.0 using OpenSC and an emulator or real smart card. |
proof of concept to upgrade to v3 of pkcs11
Signed-off-by: Miek Gieben [email protected]