squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
acl
SslErrorData.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
#ifndef SQUID_ACLSSL_ERRORDATA_H
10
#define SQUID_ACLSSL_ERRORDATA_H
11
12
#include "
acl/Acl.h
"
13
#include "
acl/Data.h
"
14
#include "
security/forward.h
"
15
16
class
ACLSslErrorData
:
public
ACLData
<const Security::CertErrors *>
17
{
18
MEMPROXY_CLASS
(
ACLSslErrorData
);
19
20
public
:
21
ACLSslErrorData
() =
default
;
22
virtual
~ACLSslErrorData
() {}
23
bool
match
(
const
Security::CertErrors
*);
24
virtual
SBufList
dump
()
const
;
25
void
parse
();
26
bool
empty
()
const
{
return
values
.empty(); }
27
28
Security::Errors
values
;
29
};
30
31
#endif
/* SQUID_ACLSSL_ERRORDATA_H */
32
Data.h
Acl.h
ACLData
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
Definition:
Data.h:18
ACLSslErrorData
Definition:
SslErrorData.h:17
ACLSslErrorData::empty
bool empty() const
Definition:
SslErrorData.h:26
ACLSslErrorData::MEMPROXY_CLASS
MEMPROXY_CLASS(ACLSslErrorData)
ACLSslErrorData::parse
void parse()
Definition:
SslErrorData.cc:36
ACLSslErrorData::ACLSslErrorData
ACLSslErrorData()=default
ACLSslErrorData::dump
virtual SBufList dump() const
Definition:
SslErrorData.cc:26
ACLSslErrorData::match
bool match(const Security::CertErrors *)
Definition:
SslErrorData.cc:16
ACLSslErrorData::values
Security::Errors values
Definition:
SslErrorData.h:28
ACLSslErrorData::~ACLSslErrorData
virtual ~ACLSslErrorData()
Definition:
SslErrorData.h:22
CbDataList
Definition:
CbDataList.h:16
Security::Errors
std::unordered_set< Security::ErrorCode > Errors
Definition:
forward.h:144
SBufList
std::list< SBuf > SBufList
Definition:
forward.h:22
forward.h
Introduction
About Squid
Why Squid?
Squid Developers
How to Donate
How to Help Out
Getting Squid
Squid Source Packages
Squid Deployment Case-Studies
Squid Software Foundation
Documentation
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
jp
pl
...
full list
FTP Package Archive