|
libcex
1.0.0
Modern C++11 embedded webserver library
|
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 |
Contains the parsed values of a SSL client certificate received by a client which is using SSL client authentication.
1.8.16