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
1
util.h
1
util.h
|
@ -34,6 +34,7 @@ namespace util
|
|||
boost::filesystem::path GetConfigFile();
|
||||
void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet,
|
||||
std::map<std::string, std::vector<std::string> >& mapMultiSettingsRet);
|
||||
boost::filesystem::path GetCertificatesDir();
|
||||
}
|
||||
|
||||
namespace http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue