[libmicrohttpd] using other TLS libraries

2017-10-18 Thread Gauthier Haderer
Hello, I recently made changes to abstract the TLS API needed by MHD. And I added support for OpenSSL. Could someone review my changes and tell me if this is something that could be part of an official version? You will find more information here: https://gnunet.org/bugs/view.php?id=4917#c12475

Re: [libmicrohttpd] using other TLS libraries

2017-10-18 Thread Evgeny Grin
Hi Gauthier, I've done impressive work. We have very similar plans for integrated support for multiple TLS backends. However, I believe that we should start porting on updated MHD API (see microhttpd2.h). One of the goals of new API is to make MHD more TLS-lib independent. In the meantime, you co