Public Member Functions | |
| EVENTSVC_DLL bool | set_ldap_url (const std::string &) |
| EVENTSVC_DLL bool | operator!= (const Config &) const |
Data Fields | |
| std::string | ident_file |
| std::string | ident_pphr_file |
| std::list< std::string > | certs |
| std::list< std::string > | trust_anchors |
| std::string | ldap_host |
| int | ldap_port |
| int | check_revocation |
| bool | OCSPnonce |
| whether to use (and require) nonces | |
| std::string | OCSPuri |
| URI for an OCSP trusted responder. | |
| std::string | OCSPresponder |
| name of file for certificate of trusted responder signer | |
| int | lookup_flags |
| Things not to use for lookup. | |
Detailed Description
Definition at line 28 of file X509Context.h.
Constructor & Destructor Documentation
◆ Config()
|
inline |
Definition at line 41 of file X509Context.h.
Member Function Documentation
◆ set_ldap_url()
| bool X509_Context::Config::set_ldap_url | ( | const std::string & | url | ) |
Definition at line 40 of file X509Context.C.
◆ operator!=()
| bool X509_Context::Config::operator!= | ( | const Config & | that | ) | const |
Definition at line 124 of file X509Context.C.
Field Documentation
◆ ident_file
| std::string X509_Context::Config::ident_file |
Definition at line 29 of file X509Context.h.
◆ ident_pphr_file
| std::string X509_Context::Config::ident_pphr_file |
Definition at line 30 of file X509Context.h.
◆ certs
| std::list<std::string> X509_Context::Config::certs |
Definition at line 31 of file X509Context.h.
◆ trust_anchors
| std::list<std::string> X509_Context::Config::trust_anchors |
Definition at line 32 of file X509Context.h.
◆ ldap_host
| std::string X509_Context::Config::ldap_host |
Definition at line 33 of file X509Context.h.
◆ ldap_port
| int X509_Context::Config::ldap_port |
Definition at line 34 of file X509Context.h.
◆ check_revocation
| int X509_Context::Config::check_revocation |
Definition at line 35 of file X509Context.h.
◆ OCSPnonce
| bool X509_Context::Config::OCSPnonce |
whether to use (and require) nonces
Definition at line 36 of file X509Context.h.
◆ OCSPuri
| std::string X509_Context::Config::OCSPuri |
URI for an OCSP trusted responder.
Definition at line 37 of file X509Context.h.
◆ OCSPresponder
| std::string X509_Context::Config::OCSPresponder |
name of file for certificate of trusted responder signer
Definition at line 38 of file X509Context.h.
◆ lookup_flags
| int X509_Context::Config::lookup_flags |
Things not to use for lookup.
Definition at line 39 of file X509Context.h.
The documentation for this struct was generated from the following files: