Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <civetweb.h>
Data Fields | |
void * | peer_cert |
const char * | subject |
const char * | issuer |
const char * | serial |
const char * | finger |
Definition at line 206 of file civetweb.h.
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().
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().
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().
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().
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().