asynch_mode_nginx icon indicating copy to clipboard operation
asynch_mode_nginx copied to clipboard

Results 22 asynch_mode_nginx issues
Sort by recently updated
recently updated
newest added
trafficstars

when change config from: ```c ssl_engine { use_engine qatengine; default_algorithms RSA,EC,DH,DSA; qat_engine { qat_offload_mode async; qat_notify_mode poll; qat_poll_mode external; qat_external_poll_interval 1; qat_shutting_down_release on; } } ``` to: ```c ssl_engine {...

add required SECURITY.md file for OSSF Scorecard compliance

intel xeon silver 4114 Will it be supported?

QAT_Engine-0.6.19 ,QAT driver:QAT.L.4.23.0-00001,OpenSSL 1.1.1w one request print one log into logs/error.log: 2024/04/16 19:20:37 [alert] 38566#0: *408 async del conn epoll_ctl(2, 21) failed (9: Bad file descriptor) while closing request, ......

Currently, does this branch support quic?

Hi, We developed a real world workload (Stressing client + Ghost.js on Node.js + Ngnix) based on open source project Ghost.js which is a popular blogging system. We applied both...

Please tell me which ssl_ciphers will use the chained cipher AES-256-CBC-HMAC-SHA256 , thanks.

Hello, What will be the supported 4xxx QAT driver? Is qatlib supported?

### Problem I can't find a way to correctly build nginx with the qat-enabled openssl, which does not stay in common system path ### Reason why problem happenned I want...

hi~,I want to use asynch_mode_nginx to test qat_sw,the following issues occurred. Can you help me see what the reason is? install asynch_mode_nginx ```bash ./configure --prefix=$NGINX_INSTALL_DIR --with-http_ssl_module --add-dynamic-module=modules/nginx_qat_module --with-cc-opt="-DNGX_SECURE_MEM -I$OPENSSL_LIB/include -Wno-error=deprecated-declarations"...