zhaojh329 / libuhttpd

A very flexible, lightweight and high performance HTTP server library based on libev and http-parser for Embedded Linux.
MIT License
386 stars 67 forks source link

please update ssl submodule and then release v3.14.2 so that libuhttpd builds with mbedtls 3.x #26

Closed gstrauss closed 2 weeks ago

gstrauss commented 3 months ago

Please update src/ssl submodule and then release v3.14.2 so that libuhttpd builds with mbedtls 3.x.

https://github.com/zhaojh329/ssl already contains your patches to build that ssl repo with mbedtls 3.x, but libuhttpd submodule at src/ssl needs to be updated to pick up the changes.

Thank you.

zhaojh329 commented 3 months ago

You can make a PR.

gstrauss commented 3 months ago

I created #27 to update the src/ssl submodule in libuhttpd. Please review for inclusion in the next libuhttpd release, and then please release libuhttpd v3.14.2 so that libuhttpd builds with mbedtls 3.x. Thank you.

Neustradamus commented 2 weeks ago

@zhaojh329: @gstrauss has done a PR, can you look?

gstrauss commented 2 weeks ago

@zhaojh329 thanks for merging #27 and, for this PR, laying down a new tag: v3.14.2

Neustradamus commented 2 weeks ago

Thanks to @gstrauss and @zhaojh329!