Virtual Method
GioTlsDatabaseverify_chain_async
since: 2.30
Declaration [src]
void
verify_chain_async (
GTlsDatabase* self,
GTlsCertificate* chain,
const gchar* purpose,
GSocketConnectable* identity,
GTlsInteraction* interaction,
GTlsDatabaseVerifyFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously determines the validity of a certificate chain after
looking up and adding any missing certificates to the chain. See
g_tls_database_verify_chain()
for more information.
Available since: 2.30
Parameters
chain
-
Type:
GTlsCertificate
A
GTlsCertificate
chain.The data is owned by the caller of the method. purpose
-
Type:
const gchar*
The purpose that this certificate chain will be used for.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. identity
-
Type:
GSocketConnectable
The expected peer identity.
The argument can be NULL
.The data is owned by the caller of the method. interaction
-
Type:
GTlsInteraction
Used to interact with the user if necessary.
The argument can be NULL
.The data is owned by the caller of the method. flags
-
Type:
GTlsDatabaseVerifyFlags
Additional verify flags.
cancellable
-
Type:
GCancellable
A
GCancellable
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
Callback to call when the operation completes.
user_data
-
Type:
gpointer
The data to pass to the callback function.
The argument can be NULL
.The data is owned by the caller of the method.