load certificates and verify signatures

This commit is contained in:
orignal 2014-12-13 18:35:53 -05:00
parent b399d45d66
commit 0a9eca9f94
4 changed files with 64 additions and 3 deletions

View file

@ -23,10 +23,12 @@ namespace data
bool reseedNow(); // depreacted
int ReseedNowSU3 ();
void LoadCertificate (const std::string& filename);
void LoadCertificates ();
private:
void LoadCertificate (const std::string& filename);
int ReseedFromSU3 (const std::string& host);
int ProcessSU3File (const char * filename);
int ProcessSU3Stream (std::istream& s);