Function
Dextls_database_lookup_certificates_issued_by
unstable since: 1.2
Declaration [src]
DexFuture*
dex_tls_database_lookup_certificates_issued_by (
GTlsDatabase* database,
GByteArray* issuer_raw_dn,
GTlsInteraction* interaction,
GTlsDatabaseLookupFlags flags
)
Parameters
database-
Type:
GTlsDatabaseA
GTlsDatabase.The data is owned by the caller of the function. issuer_raw_dn-
Type: An array of
guint8Issuer distinguished name bytes.
The data is owned by the caller of the function. interaction-
Type:
GTlsInteractionA
GTlsInteraction, orNULL.The argument can be NULL.The data is owned by the caller of the function. flags-
Type:
GTlsDatabaseLookupFlagsLookup flags.
Return value
Type: DexFuture
A DexFuture that resolves to a
GList of GTlsCertificate or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |