Linaro / uadk_engine

OpenSSL engine for uadk.
Apache License 2.0
6 stars 19 forks source link

rsa: add RSA_NO_PADDING and RSA_SSLV23_PADDING #212

Closed gaozhangfei closed 4 months ago

gaozhangfei commented 4 months ago

refer v1, adding RSA_NO_PADDING and RSA_SSLV23_PADDING. otherwise nginx will fail

/usr/local/nginx/conf/nginx.conf ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384; ssl_prefer_server_ciphers on;

Test: ab -n 1 -c 1 https://localhost/