Hi Gauthier,
I agree with Evgeny, good job. However, there is one (modest) change I
would like to see, which is that the TLS backend(s) should be loaded via
dlopen()/dlsym()/libltdl instead of hard-linked with MHD. That way, we
could actually have one "libmicrohttpd.so" binary installed and the
ap
Hi Gauthier,
Nice work! I think this would be a great addition to libmicrohttpd. From an
embedded perspective it would be great to be able to link to openssl or perhaps
wolfssl (https://www.wolfssl.com/products/wolfssl/) to have a single SSL
implementation on the platform. I like the way the TL