calculate master secret

This commit is contained in:
orignal 2015-02-17 15:34:30 -05:00
parent 9968485cdd
commit 47e8cfd91e
2 changed files with 32 additions and 0 deletions

View file

@ -38,6 +38,9 @@ namespace data
bool FindZipDataDescriptor (std::istream& s);
// for HTTPS
void PRF (const uint8_t * secret, const char * label, const uint8_t * random, size_t len, uint8_t * buf);
private:
std::map<std::string, PublicKey> m_SigningKeys;