mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +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
5
util.cpp
5
util.cpp
|
@ -211,6 +211,11 @@ namespace filesystem
|
|||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
boost::filesystem::path GetCertificatesDir()
|
||||
{
|
||||
return GetDataDir () / "certificates";
|
||||
}
|
||||
}
|
||||
|
||||
namespace http
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue