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

Why openssl3.0 cannot support sm2 engine?

Has anyone compared performance of ssl offloading using openssl-3.0 ? we run test using ECDHE-RSA-AES128-GCM-SHA256 and observe at least 30% degradation in transactions/second in comparison with same software based on...

qat_poll_mode heuristic; proxy_ssl_asynch off; hi, When the upstream is https, using these two configurations will cause nginx cpu 100% and stay in this line all the time. When op_done.job ==...

Hello, I'm currently reinstalling all the QAT setup from scratch. I've installed all the usual stuff (ipsec-mb, ipp-crypto etc) from github directly, but I'm stuck with an error indicating that...

While building 0.6.19 against ipp-crypto I got a link error indicating -lcrypto_mb not found. I looked at the build command line and found this: ``` willy@sdp:~/src/QAT_Engine$ ls -la /bin/bash ./libtool...

I am wondering if QAT engine can accelerate nginx HTTP/3 with BoringSSL. It looks like HTTP/3 with BoringSSL does not use the ECDSA/RSA encryption/decryption which is illustrated in the QAT...

Hi,we are now trying to use qat_sw in boringssl to accelerate tls handshake, and want to know whether qat_sw with boringssl support rsa sign in rsa_pss padding mode? According to...

Hi ! A number of kernel panic messages were found in syslog while using the QAT module. (occurs in qat_mem.ko) qat_mem_ioctl seems to have failed to allocate page. It looks...

I test openssl speed -engine qatengine -async_jobs 8 ecdsap256,the sign speed is doubled when using qat compared with not using qat,but the verify speed is same。IS it right?

Hi , all From the "QAT_Engine/docs/features.md", qat_sw Features support RSA/ECDH/ECDSA/SM3/AES128-GCM/AES192-GCM/AES256-GCM and from "QAT_Engine/docs/bssl_support.md" qat_sw Features only support RSA/ECDSA my question is whether QAT_Engine for boringssl support ECDH/AES128-GCM/AES192-GCM/AES256-GCM or not? Thanks...