uts-server
uts-server copied to clipboard
[src/lib] add support for ENGINE-backed keys
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
Related to #10 it seems.
@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.