|
Squid Web Cache master
|
Go to the source code of this file.
Classes | |
| class | Security::IoResult |
| a summary a TLS I/O operation outcome More... | |
Namespaces | |
| namespace | Security |
| Network/connection security abstraction layer. | |
Functions | |
| std::ostream & | Security::operator<< (std::ostream &os, const IoResult &result) |
| IoResult | Security::Accept (Comm::Connection &transport) |
| accept a TLS connection over the specified to-Squid transport connection | |
| IoResult | Security::Connect (Comm::Connection &transport) |
| establish a TLS connection over the specified from-Squid transport connection | |
| void | Security::ForgetErrors () |
| clear any errors that a TLS library has accumulated in its global storage | |
| void | Security::PrepForIo () |