#include <tls-session.h>

Public Attributes | |
| SSL * | ssl |
| TLSContext * | ctx |
| TLSVerifier * | verifier |
| struct { | |
| int found | |
| gchar o [X509_MAX_O_LEN] | |
| gchar ou [X509_MAX_OU_LEN] | |
| gchar cn [X509_MAX_CN_LEN] | |
| gchar fingerprint [X509_MAX_FP_LEN] | |
| } | peer_info |
| gchar TLSSession::cn[X509_MAX_CN_LEN] |
| TLSContext* TLSSession::ctx |
| gchar TLSSession::fingerprint[X509_MAX_FP_LEN] |
| int TLSSession::found |
| gchar TLSSession::o[X509_MAX_O_LEN] |
| gchar TLSSession::ou[X509_MAX_OU_LEN] |
| struct { ... } TLSSession::peer_info |
| SSL* TLSSession::ssl |
| TLSVerifier* TLSSession::verifier |