gos_hs_tls_client_t Struct Reference
Information about connected TLS clients. More...
Data Fields |
|
struct gos_hs_tls_client * | next |
Pointer to next client in list.
|
|
uint64_t | timestamp |
Timestamp of last time client has accessed the HTTP server.
|
|
char | common_name [1] |
The 'Common Name' of the client's TLS certificate.
|
|
Detailed Description
Information about connected TLS clients.
This contains information about TLS clients that have connected to the HTTP server.
This is only used when client TLS authentication is used.
More info here: Secure HTTPS Server