wolfSSL / wolfssl-nginx

Adds wolfSSL support to Nginx.
https://www.wolfssl.com
33 stars 13 forks source link

Add patches for nginx 1.25.0 and corresponding nginx-tests patch #22

Closed julek-wolfssl closed 1 year ago

julek-wolfssl commented 1 year ago

Passes ssl tests when nginx is configured with ./auto/configure --with-wolfssl=/usr/local --with-http_ssl_module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-http_v2_module --with-mail --with-mail_ssl_module And the tests that are confirmed to pass (with the patch applied): TEST_NGINX_BINARY=../nginx/objs/nginx prove *ssl*

julek-wolfssl commented 1 year ago

Depends on https://github.com/wolfSSL/wolfssl/pull/6515

julek-wolfssl commented 1 year ago

The test has been broken for some time now. I'll figure out how it is being run and what we can do about it.

julek-wolfssl commented 1 year ago

@kareem-wolfssl Since I added testing on the wolfSSL side, can we ignore this test failure? I'll figure out how the tests here work and how they can be fixed.