#include "squid.h"
#include "base/Packable.h"
#include "debug/Stream.h"
#include "fatal.h"
#include "globals.h"
#include "parser/Tokenizer.h"
#include "Parsing.h"
#include "security/PeerOptions.h"
#include "ssl/support.h"
#include <bitset>
Include dependency graph for PeerOptions.cc:
Go to the source code of this file.
Classes | |
struct | ssl_option |
set of options we can parse and what they map to More... | |
Functions | |
static const char * | loadSystemTrustedCa (Security::ContextPointer &ctx) |
void | parse_securePeerOptions (Security::PeerOptions *opt) |
Variables | |
static struct ssl_option | ssl_options [] |
Function Documentation
◆ loadSystemTrustedCa()
|
static |
Definition at line 674 of file PeerOptions.cc.
References debugs, and Security::ErrorString().
Referenced by Security::PeerOptions::updateContextCa().
◆ parse_securePeerOptions()
void parse_securePeerOptions | ( | Security::PeerOptions * | opt | ) |
Definition at line 805 of file PeerOptions.cc.
References ConfigParser::NextToken(), Security::PeerOptions::parse(), and Security::PeerOptions::parseOptions().
Variable Documentation
◆ ssl_options
|
static |
Referenced by Security::PeerOptions::parseOptions().