Certificates

- Implemented TLSClient::trust, which overrides certifcate validation.
This commit is contained in:
Paul Beckingham 2013-10-29 22:59:04 -04:00
parent d6d6a098f3
commit 5a0dfa634c
2 changed files with 16 additions and 0 deletions

View file

@ -39,6 +39,7 @@ public:
~TLSClient ();
void limit (int);
void debug (int);
void trust (bool);
void init (const std::string&);
void connect (const std::string&, const std::string&);
void bye ();