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
402 stars 127 forks source link

Currently, does this support quic ssl offload? #309

Closed lastpepole closed 2 months ago

venkatesh6911 commented 6 months ago

Hi @lastpepole , experimental QUIC support is present via BoringSSL with Nginx-QUIC. Refer https://github.com/intel/QAT_Engine/blob/master/docs/bssl_support.md for setting up BoringSSL with QATEngine. You can download Nginx-QUIC and follow README instructions to enable and offload via QUIC protocol.

lastpepole commented 6 months ago

@venkatesh6911 tested, don't offload ssl of quic protocol.