Hello all, In order to fully implement OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens (https://tools.ietf.org/html/rfc8705), I'd like to know if it's possible to use self-signed client certificates with MHD?
I've never used such certificates, only CA signed ones in MHD with MHD_OPTION_HTTPS_MEM_TRUST, or Apache SSLCACertificateFile. I don't even know if this feature is available in GnuTLS... Thanks in advance! /Nicolas