AES-NI support with nginx

Hi,

Is AES-NI is enabled in nginx 1.7.10 by default, through the openssl evp
library (https://www.openssl.org/docs/crypto/evp.html), or does it have
to
be enabled somehow?

ssl_engine aesni; gives me an error upon testing the configuration.

Thanks,
Anlu

AES-NI is already on, there is no configuration option and it will work
as
long as your cpu supports it.


Kurt C.
https://www.x64architecture.com

Kurt C. wrote in post #1168394:

AES-NI is already on, there is no configuration option and it will work
as
long as your cpu supports it.


Kurt C.
https://www.x64architecture.com

Can you show me where does the source of information from ?

I’m very interested in this issue
I have a problem with use openssl version and engine AES-NI
Detail my question:

Please suggest a solution for me.
Thank you so much.

http://openssl.6102.n7.nabble.com/having-a-lot-of-troubles-trying-to-get-AES-NI-working-tp44285p44301.html
http://openssl.6102.n7.nabble.com/having-a-lot-of-troubles-trying-to-get-AES-NI-working-tp44285p44301.html

I’m very interested in this issue
I have a problem with use openssl version and engine AES-NI
Detail my question:

Please suggest a solution for me.

Use official openssl distributions, not some github fork and don’t
configure any “engines” in nginx.

Best thing for you to do is to used precompiled binaries from nginx.org
or your linux distro, instead of compiling them on your own.

Lukas