Skip to content

message: add API to handle client side certificates

Carlos Garcia Campos requested to merge carlosgc/client-side-certs2 into master

When SoupSession doesn't have a GTlsInteraction set, SoupMessage can handle client side certificates. A new signal request-certificate is emitted when the connection requests a certificate and soup_message_set_tls_client_certificate() can be called to complete the request.

Edited by Patrick Griffis

Merge request reports