QAT_Engine icon indicating copy to clipboard operation
QAT_Engine copied to clipboard

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 enab...

Results 120 QAT_Engine issues
Sort by recently updated
recently updated
newest added

Segmentation fault when visit https://cbc.badssl.com/ **QAT_driver version** ``` [root@localhost QAT]# cat versionfile PACKAGE_TYPE=QAT1.7 PACKAGE_OS=L PACKAGE_VERSION_MAJOR_NUMBER=4 PACKAGE_VERSION_MINOR_NUMBER=7 PACKAGE_VERSION_PATCH_NUMBER=0 PACKAGE_VERSION_BUILD_NUMBER=00006 ``` **QAT_Engine version** it just git clone from master, tag is v0.5.42...

Not sure if this is the right place to report this, but I'm hitting an error while building https://01.org/sites/default/files/downloads//qat1.7.l.4.7.0-00006.tar.gz on the latest Centos 6.10: ``` $ ./configure checking for a...

libqat.so is dynamic linked with openssl library, but how to static linked with openssl library? I changed MAKE = perl $(with_openssl_dir)/util/mkerr.pl -conf e_qat.ec \ -rebuild -reindex -static -write $(libqat_la_SOURCES) &&...

Hi, Now I am trying to run the stateful data compression sample located in /dc/stateful_sample .My QAT is COMMUNICATION CHIPSET 8950. However,I found that this function is not supported by...

Hi @stevelinsell @paulturx The performance when offloading PRF (Pseudorandom functions) to QAT does not seem to be improved , Performance is improved about 3 times when offloading asymmetric keys (ex....

I am using Intel Atom C3000 based CPU in which I have enabled QAT. I am passing IPsec traffic which offload to QAT as expected. My purpose is to enable...

I added the debug log in asynch_mode_nginx and found that SSL_read () / SSL_write () never returned SSL_ERROR_WANT_ASYNC. In order to determine whether SSL_read / SSL_write was actually offloaded to...

I want to integrate the ASYNC ssl features of openssl into libevent so that libevent supports qat. I encountered some problems in my work and would like to ask for...

Hi I am porting the qat driver to the device, including the following steps: 1. Load qat driver with insmod command 2. Copy qat driver configuration file to /etc directory...

Sorry to bother you, but when I run the example code, say make load, on Ubuntu to build/install the qat_contig_mem driver, I meet the problem "insmod: ERROR: could not insert...