Skip to content

Add funtionality for handling of certificate verification

Marek Kašík requested to merge certificate-verification into master

gtk-frdp emits signal "rdp-needs-certificate-verification" when FreeRDP requests verification of a certificate and the method which emitted it waits until frdp_display_certificate_verify() is called. The GMainContext iterates during the waiting. The result is then passed to FreeRDP.

The same happens for reverification of changed certificate.

Merge request reports