squid transparent proxy with Cryptographic Accelerator Support ?
-
I want to use squid transparent proxy with ssl acceleration card,but I did not find the squid with ssl acceleration card support in the document.
https://docs.netgate.com/pfsense/en/latest/hardware/cryptographic-accelerators.html
-
I am not sure if Squid in pfSense supports Intel QAT acceleration.
-
-
@Dobby_ So
openssl-1.1.1q,1 TLSv1.3 capable SSL and crypto library
ldd /usr/local/sbin/squid| grep ssl
libssl.so.111 => /usr/lib/libssl.so.111 (0x800b6c000)It seems that squid used openssl 1.1.1 ,the openssl will use QAT, then the squid can use QAT ?