Function
Dextls_interaction_request_certificate
unstable since: 1.2
Declaration [src]
DexFuture*
dex_tls_interaction_request_certificate (
GTlsInteraction* interaction,
GTlsConnection* connection,
GTlsCertificateRequestFlags flags
)
Parameters
interaction-
Type:
GTlsInteractionThe data is owned by the caller of the function. connection-
Type:
GTlsConnectionThe data is owned by the caller of the function. flags-
Type:
GTlsCertificateRequestFlagsCertificate request flags.
Return value
Type: DexFuture
A DexFuture that resolves to a
GTlsInteractionResult or rejects with error.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |