mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
client hello for HTTPS
This commit is contained in:
parent
8db34a4d7f
commit
c5f0be126e
2 changed files with 51 additions and 2 deletions
6
Reseed.h
6
Reseed.h
|
@ -24,7 +24,9 @@ namespace data
|
|||
int ReseedNowSU3 ();
|
||||
|
||||
void LoadCertificates ();
|
||||
|
||||
|
||||
std::string HttpsRequest (const std::string& address); // TODO: move to private section
|
||||
|
||||
private:
|
||||
|
||||
void LoadCertificate (const std::string& filename);
|
||||
|
@ -34,7 +36,7 @@ namespace data
|
|||
int ProcessSU3Stream (std::istream& s);
|
||||
|
||||
bool FindZipDataDescriptor (std::istream& s);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
std::map<std::string, PublicKey> m_SigningKeys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue