Security::PeerOptions::flags_ Struct Reference
flags governing Squid internal TLS operations More...
#include <PeerOptions.h>
Collaboration diagram for Security::PeerOptions::flags_:
Public Member Functions | |
flags_ () | |
flags_ (const flags_ &)=default | |
flags_ & | operator= (const flags_ &)=default |
Public Attributes | |
YesNoNone | tlsDefaultCa |
whether to use the system default Trusted CA when verifying the remote end certificate More... | |
bool | tlsNpn |
whether to use the TLS NPN extension on these connections More... | |
Detailed Description
Definition at line 133 of file PeerOptions.h.
Constructor & Destructor Documentation
◆ flags_() [1/2]
|
inline |
Definition at line 134 of file PeerOptions.h.
◆ flags_() [2/2]
|
default |
Member Function Documentation
◆ operator=()
Member Data Documentation
◆ tlsDefaultCa
YesNoNone Security::PeerOptions::flags_::tlsDefaultCa |
Definition at line 139 of file PeerOptions.h.
Referenced by Security::ServerOptions::ServerOptions().
◆ tlsNpn
bool Security::PeerOptions::flags_::tlsNpn |
Definition at line 142 of file PeerOptions.h.
The documentation for this struct was generated from the following file:
- src/security/PeerOptions.h