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

@ -211,6 +211,11 @@ namespace filesystem
#endif
#endif
}
boost::filesystem::path GetCertificatesDir()
{
return GetDataDir () / "certificates";
}
}
namespace http