add ssl engine#403
Conversation
|
Hey, thanks for the PR, and sorry for the slow response. Obviously this is blocked by the PR to the Paho C library: Also, the changes to the |
|
@fpagliughi Be careful that the ENGINE lib support is deprecated in Open SSL 3.0 and removed from further 3.x releases. |
|
@Pascal-Fremaux , thanks for the heads up. I never got around to looking at this, waiting on the C lib, but I wouldn’t look to implement this if it’s just a 1.x thing. OpenSSL is one library that I think people shouldn’t keep using old versions. Gotta stay ahead of the exploits. |
add ssl engine mode for load private key.