syslog-ng source
TLSSession Struct Reference

#include <tls-session.h>

Collaboration diagram for TLSSession:

Public Attributes

SSL * ssl
 
TLSContext * ctx
 
TLSVerifierverifier
 
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
 

Member Data Documentation

◆ cn

gchar TLSSession::cn[X509_MAX_CN_LEN]

◆ ctx

TLSContext* TLSSession::ctx

◆ fingerprint

gchar TLSSession::fingerprint[X509_MAX_FP_LEN]

◆ found

int TLSSession::found

◆ o

gchar TLSSession::o[X509_MAX_O_LEN]

◆ ou

gchar TLSSession::ou[X509_MAX_OU_LEN]

◆ 

struct { ... } TLSSession::peer_info

◆ ssl

SSL* TLSSession::ssl

◆ verifier

TLSVerifier* TLSSession::verifier

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