Hi Nicolas,

You can access client certificates (if provided) via
MHD_CONNECTION_INFO_GNUTLS_SESSION to get the `gnutls_session_t` and
then call  gnutls_certificate_get_peers().

Happy hacking!

Christian


On 5/30/20 1:47 AM, Nicolas Mora wrote:
> 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
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to