Setting non extractable private key in QWebSocket for mutual TLS on macOS
Unsolved
General and Desktop
-
Hi,
We are using QWebSocket for communication with a backend server on macOS. We need to implement a feature where the server can request client authentication i.e. mutual TLS. However the private key is marked as non-extractable in the macOS keychain. Is there a way to provide this key to the setPrivateKey method of QWebSocket?
Regards