Method
EDataServerSourceWebdavverify_ssl_trust
Declaration [src]
ETrustPromptResponse
e_source_webdav_verify_ssl_trust (
ESourceWebdav* extension,
const gchar* host,
GTlsCertificate* cert,
GTlsCertificateFlags cert_errors
)
Description [src]
Verifies SSL/TLS trust for the given host and cert, as previously stored in the extension
with e_source_webdav_update_ssl_trust().
Parameters
host-
Type:
const gchar*A host name to store the certificate for.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. cert-
Type:
GTlsCertificateThe invalid certificate of the connection over which
hostis about to be sent.The data is owned by the caller of the method. cert_errors-
Type:
GTlsCertificateFlagsA bit-or of
GTlsCertificateFlagsdescribing the reason for thecertto be considered invalid.
Return value
Type: ETrustPromptResponse
No description available.