Re: [openssl-users] How to detect AES-NI compatible CPU

2017-02-03 Thread Jeffrey Walton
On Fri, Feb 3, 2017 at 1:55 PM, Chris Clark wrote: > My application links to OpenSSL 1.1.0 dynamically, and I would like to > be able to determine if the CPU supports the AES-NI instruction set. > Is there an OpenSSL API that can do this? Also note that even though the machine is capable of AES-N

Re: [openssl-users] How to detect AES-NI compatible CPU

2017-02-03 Thread Viktor Dukhovni
> On Feb 3, 2017, at 2:01 PM, Salz, Rich via openssl-users > wrote: > > Look at man3/OPENSSL_ia32cap.pod ? Perhaps more convenient: https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_ia32cap.html Note, there is no public C-API to access the underlying vector. -- Viktor.

Re: [openssl-users] How to detect AES-NI compatible CPU

2017-02-03 Thread Salz, Rich via openssl-users
> My application links to OpenSSL 1.1.0 dynamically, and I would like to be able > to determine if the CPU supports the AES-NI instruction set. > Is there an OpenSSL API that can do this? Look at man3/OPENSSL_ia32cap.pod ? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mail

[openssl-users] How to detect AES-NI compatible CPU

2017-02-03 Thread Chris Clark
My application links to OpenSSL 1.1.0 dynamically, and I would like to be able to determine if the CPU supports the AES-NI instruction set. Is there an OpenSSL API that can do this? -Chris -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users