extract and verify family from RouterInfo

This commit is contained in:
orignal 2016-02-19 16:37:41 -05:00
parent 7bfc3562af
commit 4eef9e780f
5 changed files with 24 additions and 7 deletions

View file

@ -18,8 +18,8 @@ namespace data
Families ();
~Families ();
void LoadCertificates ();
bool VerifyFamily (const char * family, const IdentHash& ident,
const char * signature, const char * key);
bool VerifyFamily (const std::string& family, const IdentHash& ident,
const char * signature, const char * key = nullptr);
private: