ErrorDetail.cc File Reference
#include "squid.h"
#include "base/IoManip.h"
#include "error/SysErrorDetail.h"
#include "html_quote.h"
#include "sbuf/SBuf.h"
#include "sbuf/Stream.h"
#include "security/Certificate.h"
#include "security/ErrorDetail.h"
#include "security/forward.h"
#include "security/Io.h"
#include "util.h"
#include "ssl/ErrorDetailManager.h"
#include <map>
Include dependency graph for ErrorDetail.cc:

Go to the source code of this file.
Namespaces | |
namespace | Security |
Network/connection security abstraction layer. | |
Typedefs | |
typedef std::map< ErrorCode, const char * > | Security::ErrorCodeNames |
Functions | |
static int | copy_cn (void *check_data, ASN1_STRING *cn_data) |
helper function to collect CNs using Ssl::matchX509CommonNames() More... | |
Variables | |
static const ErrorCodeNames | Security::TheErrorCodeNames |
Function Documentation
◆ copy_cn()
|
static |
Definition at line 579 of file ErrorDetail.cc.
References String::append().
Referenced by Security::ErrorDetail::cn().