libcex  1.0.0
Modern C++11 embedded webserver library
Public Attributes | List of all members
cex::CertificateInfo Struct Reference

Contains the parsed values of a SSL client certificate received by a client which is using SSL client authentication. More...

#include <ssl.hpp>

Public Attributes

std::string subject
 
std::string issuer
 
std::string notBefore
 
std::string notAfter
 
std::string serial
 
std::string cipher
 
std::string base64Value
 
std::string sha1
 

Detailed Description

Contains the parsed values of a SSL client certificate received by a client which is using SSL client authentication.


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