hanshakes hash and finishes message

This commit is contained in:
orignal 2015-02-17 22:45:55 -05:00
parent ec50b97aa8
commit 29d118a19a
2 changed files with 56 additions and 20 deletions

View file

@ -39,7 +39,8 @@ 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);
void PRF (const uint8_t * secret, const char * label, const uint8_t * random, size_t randomLen,
size_t len, uint8_t * buf);
private: