|
Squid Web Cache master
|
#include "base/YesNoNone.h"#include "ConfigParser.h"#include "security/Context.h"#include "security/forward.h"#include "security/KeyData.h"#include "security/Session.h"Go to the source code of this file.
Classes | |
| class | Security::PeerOptions |
| TLS squid.conf settings for a remote server peer. More... | |
| struct | Security::PeerOptions::flags_ |
| flags governing Squid internal TLS operations More... | |
| class | Security::FuturePeerContext |
| A combination of PeerOptions and the corresponding Context. More... | |
Namespaces | |
| namespace | Security |
| Network/connection security abstraction layer. | |
Macros | |
| #define | free_securePeerOptions(x) Security::ProxyOutgoingConfig().clear() |
| #define | dump_securePeerOptions(e, n, x) do { PackableStream os_(*(e)); os_ << n; (x).dumpCfg(os_,""); os_ << '\n'; } while (false) |
Functions | |
| PeerOptions & | Security::ProxyOutgoingConfig () |
| configuration options for DIRECT server access | |
| void | parse_securePeerOptions (Security::PeerOptions *) |
| #define dump_securePeerOptions | ( | e, | |
| n, | |||
| x | |||
| ) | do { PackableStream os_(*(e)); os_ << n; (x).dumpCfg(os_,""); os_ << '\n'; } while (false) |
Definition at line 171 of file PeerOptions.h.
| #define free_securePeerOptions | ( | x | ) | Security::ProxyOutgoingConfig().clear() |
Definition at line 170 of file PeerOptions.h.
| void parse_securePeerOptions | ( | Security::PeerOptions * | opt | ) |
Definition at line 810 of file PeerOptions.cc.
References ConfigParser::NextToken(), Security::PeerOptions::parse(), and Security::PeerOptions::parseOptions().