Open
Description
Is your feature request related to a problem? Please describe.
Currently the library doesn't allow an easy use of client certificate authentication (conversely of what libmicrohttpd does).
Describe why the feature or enhancement you are proposing fits the library.
It is really just a missing feature as of now. The library already allows basic and digest authentication, this would close the loop.
Describe the solution you'd like
Reach feature parity with libmicrohttpd. Should also include support for SNI.
Describe alternatives you've considered
Not implementing it. It saves in effort but it still leaves a core authentication feature out of the picture.