opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::TLSConfig Member List

This is the complete list of members for opendnp3::TLSConfig, including all inherited members.

allowTLSv10opendnp3::TLSConfig
allowTLSv11opendnp3::TLSConfig
allowTLSv12opendnp3::TLSConfig
allowTLSv13opendnp3::TLSConfig
cipherListopendnp3::TLSConfig
localCertFilePathopendnp3::TLSConfig
peerCertFilePathopendnp3::TLSConfig
privateKeyFilePathopendnp3::TLSConfig
TLSConfig(const std::string &peerCertFilePath, const std::string &localCertFilePath, const std::string &privateKeyFilePath, bool allowTLSv10=false, bool allowTLSv11=false, bool allowTLSv12=true, bool allowTLSv13=true, const std::string &cipherList="")opendnp3::TLSConfiginline