Pike v8.0 release 1738

Method SSL.Cipher.KeyExchange()->derive_master_secret()


Method derive_master_secret

string derive_master_secret(string premaster_secret, string client_random, string server_random, ProtocolVersion version)

Description

Derive the master secret from the premaster_secret and the random seeds.

Returns

Returns the master secret.