Conversation
proof of concept to upgrade to v3 of pkcs11 Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
|
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. |
It looks like it does now, the linked issue is closed. Since conflicts for this branch are in generated files I see they can be resolved automatically, with tests passing: git rebase master ; \
go generate ./... && \
go test ./... &&
git add --update . &&
GIT_EDITOR=true git rebase --continueI only tested with I'm happy to help/support however I can to get this change merged. |
proof of concept to upgrade to v3 of pkcs11
Signed-off-by: Miek Gieben miek@miek.nl