|
Squid Web Cache master
|
#include "compat/openssl.h"#include "FadingCounter.h"#include "fd.h"#include "MemBuf.h"#include "security/Handshake.h"#include "ssl/support.h"#include <iosfwd>#include <list>#include <string>#include <type_traits>Go to the source code of this file.
Classes | |
| class | Ssl::Bio |
| BIO source and sink node, handling socket I/O and monitoring SSL state. More... | |
| class | Ssl::ClientBio |
| class | Ssl::ServerBio |
Namespaces | |
| namespace | Ssl |
Functions | |
| void | applyTlsDetailsToSSL (SSL *ssl, Security::TlsDetails::Pointer const &details, Ssl::BumpMode bumpMode) |
| void applyTlsDetailsToSSL | ( | SSL * | ssl, |
| Security::TlsDetails::Pointer const & | details, | ||
| Ssl::BumpMode | bumpMode | ||
| ) |
Definition at line 570 of file bio.cc.
References SBuf::append(), Ssl::bumpMode(), Ssl::bumpPeek, SBuf::c_str(), SBuf::isEmpty(), SSL_CIPHER_find(), and Security::Tls1p2orEarlier().
Referenced by Ssl::PeekingPeerConnector::initialize().