libnetconf2
libnetconf2 copied to clipboard
Adding initial pkcs#11 support for TLS private key storage
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.
another related merge request is the !454
Since ENGINE is deprecated since OpenSSL 3, PROVIDER shall be used instead.