intel / QAT_Engine

Intel QuickAssist Technology( QAT) OpenSSL Engine (an OpenSSL Plug-In Engine) which provides cryptographic acceleration for both hardware and optimized software using Intel QuickAssist Technology enabled Intel platforms. https://developer.intel.com/quickassist
BSD 3-Clause "New" or "Revised" License
396 stars 127 forks source link

Is the qatengine compatible with OpenSSL version 3.2.2? #323

Open mapicccy opened 1 month ago

mapicccy commented 1 month ago

I attempted to use version 1.2.0 of QAT Engine along with OpenSSL version 3.2.2, but I found that they are not working together as expected. The error is: image

As the title says, if qatengine is compatible with OpenSSL version 3.2.2, then from which version?

venkatesh6911 commented 1 month ago

Hi @mapicccy , v1.2.0 does not support OpenSSL version 3.2.2. Can you try with the latest QAT Engine releases: v1.6.0

mapicccy commented 1 month ago

I have made some modifications to the version v1.2.0, adapting it to work with OpenSSL 3.2.2, and integrated it into Nginx using the configuration setting: ssl_engine qatengine; everything appears to be functioning properly.