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

[src/lib] add support for ENGINE-backed keys #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bbbrumley
Copy link

The use case is any ENGINE that stores keys internally, such as PKCS11, HSMs, TPMs, etc.

You can see OpenSSL CLI apps handling keys similarly:

https://github.com/openssl/openssl/blob/4b1fe471ac99b9f8692be85dcbcbf6977eb35c78/apps/lib/apps.c#L534-L549

The use case is any ENGINE that stores keys internally, such as
PKCS11, HSMs, TPMs, etc.
@bbbrumley
Copy link
Author

Related to #10 it seems.

@bbbrumley
Copy link
Author

@kakwa Gentle ping :) Any thoughts on this PR? I've tested it with e_nss which will give a PKCS11 soft-token view and can provide instructions for that if you're interested.

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

Successfully merging this pull request may close these issues.

None yet

1 participant