libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

Adding initial pkcs#11 support for TLS private key storage

Open JohnLogan opened this issue 2 years ago • 1 comments

This is an initial commit adding pkcs#11 support for TLS private key storage. This was tested using Intel 'Key Management Reference Architecture (KMRA)' project, which uses SGx enclave to store manage keys, but could be used with other pkcs#11 targets. Moves private keys from local file to remote key management storage.

JohnLogan avatar Aug 31 '23 12:08 JohnLogan

another related merge request is the !454

Since ENGINE is deprecated since OpenSSL 3, PROVIDER shall be used instead.

vjardin avatar Jan 19 '24 12:01 vjardin