Skip to content

SoupSession/SoupConnection/SoupSocket: Emit accept-certificate signal.

This allows users of the SoupSession class to inspect (and possibly reject) SSL certificates at negotiation time, rather than being forced to set the ssl-strict property to FALSE and accept all certificates and to reject them after the fact (which would allow MITM attacks).

Merge request reports