mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
load certificates and verify signatures
This commit is contained in:
parent
b399d45d66
commit
0a9eca9f94
4 changed files with 64 additions and 3 deletions
4
Reseed.h
4
Reseed.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue