Go to the documentation of this file.
9 #ifndef SQUID_SRC_SECURITY_KEYDATA_H
10 #define SQUID_SRC_SECURITY_KEYDATA_H
33 Security::PrivateKeyPointer
pkey;
Security::PrivateKeyPointer pkey
private key from privateKeyFile
Security::CertPointer cert
public X.509 certificate from certFile
void loadFromFiles(const AnyP::PortCfg &, const char *portType)
load the contents of certFile and privateKeyFile into memory cert, pkey and chain
Security::CertList chain
any certificates which must be chained from cert
SBuf privateKeyFile
path of file containing private key in PEM format
TLS certificate and private key details from squid.conf.
std::list< Security::CertPointer > CertList
bool loadX509PrivateKeyFromFile()
SBuf certFile
path of file containing PEM format X.509 certificate
Network/connection security abstraction layer.