-
Notifications
You must be signed in to change notification settings - Fork 39
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
base: pkcs11-provider: add recipe #1058
Conversation
Please add a description of the recipe as part of your commit message (body). |
is this patch something that can be proposed to meta-security? |
e9f059e
to
89448de
Compare
Add the description on commit and on the PR |
since nothing exists, it might be useful. after we test for a while i can send. |
also, do we need to add the recipe to lmp-feature-tpm2.inc? |
I think so, if the idea is to have it installed when we have a machine with |
Yeah, once we find a stable rev and we know it works correctly we can send to meta-security. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @ldts merge when needed.
testing now. btw when I build this is not landing in my wic and I dont want to trigger a clean build so just copying it manually to the target for testing |
89448de
to
1764869
Compare
194a5e6
to
58d00ab
Compare
Move to draft because we need to propose a change of BBFILE_PRIORITY in meta-security. |
A pkcs#11 provider for OpenSSL 3.0+ This is an Openssl 3.x provider to access Hardware or Software Tokens using the PKCS#11 Cryptographic Token Interface Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
The meta-tpm layer on meta-securit have the BBFILE_PRIORITY 10 and with that is not possible to provide other versions of the recipes in meta-lmp-base. Signed-off-by: Jose Quaresma <[email protected]>
Signed-off-by: Jose Quaresma <[email protected]>
This reverts commit 1f89e9832946d6669cb121491df4cbdfa3b0bd81. Signed-off-by: Jose Quaresma <[email protected]>
58d00ab
to
6095690
Compare
I have already sent the patch to meta-security to change the layer priority but it can take a while for they land on kirstone stable branch, this if they are accepted. Another solution can be rename our fork recipe to
A quick local test show that it works. |
Will close this one as we're not going to use provider atm, and the other changes were merged in the other pr. |
A pkcs#11 provider for OpenSSL 3.0+
This is an Openssl 3.x provider to access Hardware or Software
Tokens using the PKCS#11 Cryptographic Token Interface
Signed-off-by: Jose Quaresma [email protected]