uts-server icon indicating copy to clipboard operation
uts-server copied to clipboard

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

Open bbbrumley opened this issue 5 years ago • 2 comments

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

bbbrumley avatar Apr 08 '20 12:04 bbbrumley

Related to #10 it seems.

bbbrumley avatar Apr 08 '20 12:04 bbbrumley

@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.

bbbrumley avatar May 24 '20 09:05 bbbrumley