Method
GioTlsDatabaselookup_certificates_issued_by
Declaration
GList*
g_tls_database_lookup_certificates_issued_by (
GTlsDatabase* self,
GByteArray* issuer_raw_dn,
GTlsInteraction* interaction,
GTlsDatabaseLookupFlags flags,
GCancellable* cancellable,
GError** error
)
Description
Look up certificates issued by this issuer in the database.
This function can block, use g_tls_database_lookup_certificates_issued_by_async()
to perform
the lookup operation asynchronously.
Available since: | 2.30 |
Parameters
issuer_raw_dn |
An array of guint8 |
A |
|
The data is owned by the caller of the function. | |
interaction |
GTlsInteraction |
Used to interact with the user if necessary. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
flags |
GTlsDatabaseLookupFlags |
Flags which affect the lookup operation. |
|
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |