|
OpenVPN 3 Core Library
|
#include <cstring>#include <string>#include <vector>#include <mbedtls/x509.h>#include <mbedtls/x509_crt.h>#include <mbedtls/oid.h>#include "openvpn/common/hexstr.hpp"Go to the source code of this file.
Namespaces | |
| namespace | openvpn |
| namespace | openvpn::MbedTLSPKI |
Macros | |
| #define | MBEDTLS_MAX_SUBJECT_LENGTH 256 |
Functions | |
| static std::string | openvpn::MbedTLSPKI::x509_get_subject (const mbedtls_x509_crt *cert, bool new_format=false) |
| static std::string | openvpn::MbedTLSPKI::x509_get_common_name (const mbedtls_x509_crt *cert) |
| #define MBEDTLS_MAX_SUBJECT_LENGTH 256 |
Definition at line 25 of file x509certinfo.hpp.