send ClientKeyExchange

This commit is contained in:
orignal 2015-02-16 21:28:37 -05:00
parent 6ea037cc47
commit 9968485cdd
2 changed files with 50 additions and 4 deletions

View file

@ -30,7 +30,7 @@ namespace data
private:
void LoadCertificate (const std::string& filename);
void LoadCertificate (CryptoPP::ByteQueue& queue);
std::string LoadCertificate (CryptoPP::ByteQueue& queue); // returns issuer's name
int ReseedFromSU3 (const std::string& host);
int ProcessSU3File (const char * filename);