Re: Openssl Dynamic engine support for Nginx

2018-08-22 Thread tokers
Hello! How about using the openssl.cnf to load your engine? https://www.openssl.org/docs/manmaster/man5/config.html Alternatively, you may want to reference the Intel/async_mode_nginx. https://github.com/intel/asynch_mode_nginx Best Regards Alex Zhang https://github.com/tokers On August 22, 201

Openssl Dynamic engine support for Nginx

2018-08-22 Thread jeffin.joy
HI Nginx Team, I am working on a Dynamic engine for OpenSSL for RSA and AES. I need to add this Dynamic Engine in Nginx config file. How can I do that? I am able to do the OpenSSL speed test with my engine. What configuration I need to add for Nginx to use this Dynamic engine. Posted at Ngi