Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_client_cert Struct Reference

#include <civetweb.h>

Data Fields

void * peer_cert
 
const char * subject
 
const char * issuer
 
const char * serial
 
const char * finger
 

Detailed Description

Definition at line 206 of file civetweb.h.

Field Documentation

◆ finger

const char* mg_client_cert::finger

Definition at line 211 of file civetweb.h.

Referenced by ssl_get_client_cert_info(), and worker_thread_run().

◆ issuer

const char* mg_client_cert::issuer

Definition at line 209 of file civetweb.h.

Referenced by ssl_get_client_cert_info(), and worker_thread_run().

◆ peer_cert

void* mg_client_cert::peer_cert

Definition at line 207 of file civetweb.h.

Referenced by ssl_get_client_cert_info(), and worker_thread_run().

◆ serial

const char* mg_client_cert::serial

Definition at line 210 of file civetweb.h.

Referenced by ssl_get_client_cert_info(), and worker_thread_run().

◆ subject

const char* mg_client_cert::subject

Definition at line 208 of file civetweb.h.

Referenced by ssl_get_client_cert_info(), and worker_thread_run().


The documentation for this struct was generated from the following file: