opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
This is the complete list of members for opendnp3::TLSConfig, including all inherited members.
allowTLSv10 | opendnp3::TLSConfig | |
allowTLSv11 | opendnp3::TLSConfig | |
allowTLSv12 | opendnp3::TLSConfig | |
allowTLSv13 | opendnp3::TLSConfig | |
cipherList | opendnp3::TLSConfig | |
localCertFilePath | opendnp3::TLSConfig | |
peerCertFilePath | opendnp3::TLSConfig | |
privateKeyFilePath | opendnp3::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::TLSConfig | inline |