Added: more SSL features, plus SSL dump folder

Dump: rootca, peercert
This commit is contained in:
Sepalani
2015-07-11 10:31:03 +02:00
parent 1fdf750395
commit 529ca245d7
8 changed files with 42 additions and 4 deletions

View File

@ -277,6 +277,8 @@ struct SConfig : NonCopyable
bool m_SSLDumpRead;
bool m_SSLDumpWrite;
bool m_SSLVerifyCert;
bool m_SSLDumpRootCA;
bool m_SSLDumpPeerCert;
SysConf* m_SYSCONF;