Certificates
- Implemented TLSClient::trust, which overrides certifcate validation.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user