Switched to Schannel to do the TLS
This commit is contained in:
@@ -167,10 +167,6 @@ namespace eap
|
||||
|
||||
public:
|
||||
std::list<winstd::cert_context> m_trusted_root_ca; ///< Trusted root CAs
|
||||
std::list<std::string> m_server_names; ///< Acceptable authenticating server names
|
||||
|
||||
// Following members are used for session resumptions. They are not exported/imported to XML.
|
||||
sanitizing_blob m_session_id; ///< TLS session ID
|
||||
tls_master_secret m_master_secret; ///< TLS master secret
|
||||
std::list<std::wstring> m_server_names; ///< Acceptable authenticating server names
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user