Public Member Functions | |
ssl_user_config () | |
Data Fields | |
int | session_ticket_enabled |
ats_scoped_str | addr |
ats_scoped_str | cert |
ats_scoped_str | first_cert |
ats_scoped_str | ca |
ats_scoped_str | key |
ats_scoped_str | ticket_key_filename |
ats_scoped_str | dialog |
Definition at line 85 of file SSLUtils.cc.
ssl_user_config::ssl_user_config | ( | ) | [inline] |
Definition at line 87 of file SSLUtils.cc.
ats_scoped_str ssl_user_config::addr |
Definition at line 91 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), ssl_store_ssl_context(), and SSLParseCertificateConfiguration().
ats_scoped_str ssl_user_config::ca |
Definition at line 94 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and SSLInitServerContext().
ats_scoped_str ssl_user_config::cert |
Definition at line 92 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and SSLInitServerContext().
ats_scoped_str ssl_user_config::dialog |
Definition at line 97 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and SSLInitServerContext().
ats_scoped_str ssl_user_config::first_cert |
Definition at line 93 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), ssl_store_ssl_context(), and SSLInitServerContext().
ats_scoped_str ssl_user_config::key |
Definition at line 95 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and SSLInitServerContext().
Definition at line 90 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and ssl_store_ssl_context().
ats_scoped_str ssl_user_config::ticket_key_filename |
Definition at line 96 of file SSLUtils.cc.
Referenced by ssl_extract_certificate(), and ssl_store_ssl_context().