gwenhywfar 5.12.0
gui_cert.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GWEN_Gui_CheckCert (const GWEN_SSLCERTDESCR *cd, GWEN_SYNCIO *sio, uint32_t guiid)
int GWENHYWFAR_CB GWEN_Gui_CheckCertBuiltIn (GWEN_UNUSED GWEN_GUI *gui, const GWEN_SSLCERTDESCR *cd, GWEN_UNUSED GWEN_SYNCIO *sio, uint32_t guiid)

Function Documentation

◆ GWEN_Gui_CheckCert()

int GWEN_Gui_CheckCert ( const GWEN_SSLCERTDESCR * cert,
GWEN_SYNCIO * sio,
uint32_t guiid )

This function checks the given certificate. The default implementation just shows the given certificate to the user and asks whether to accept it.

Parameters
certcertificate description
ioIO layer from which the certificate was received
guiidid as returned by GWEN_Gui_ProgressStart or GWEN_Gui_ShowBox)

Definition at line 30 of file gui_cert.c.

References GWEN_ERROR_NOT_IMPLEMENTED, and GWEN_Gui_GetGui().

Referenced by GWEN_SyncIo_Tls_Internal_CheckCert().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_Gui_CheckCertBuiltIn()