Offloading Yarp crypto operations to OpenSSL Engine. Is that possible? #79714
-
Assuming I have a well-configured OpenSSL Engine in my Linux Ubuntu 20.04.5 system - And this is my
So, considering the engine is working, if I implement a HTTPS proxy server using Yarp, may I assume the .net/OpenSSL stack would automatically offload crypto requests to the OpenSSL Engine? If not, how can I configure Yarp to do that? Thanks
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
.NET on Linux will automatically use OpenSSL for its cryptograpy algorithms. I don't think you have to do anything special. |
Beta Was this translation helpful? Give feedback.
.NET on Linux will automatically use OpenSSL for its cryptograpy algorithms. I don't think you have to do anything special.