Certificates

- Added certificate verification callback.
This commit is contained in:
Paul Beckingham 2013-10-29 23:02:32 -04:00
parent 5a0dfa634c
commit eda9ac56da
4 changed files with 69 additions and 12 deletions

View file

@ -39,7 +39,7 @@ public:
int execute (std::string&);
private:
bool send (const std::string&, const std::string&, const Msg&, Msg&);
bool send (const std::string&, const std::string&, const std::string&, bool, const Msg&, Msg&);
};
#endif