Unit 'flcTLSKeys' Package
[Overview][Types][Procedures and functions][Index] [#pl_fundamentals]

GenerateTLSKeys

Declaration

Source position: flcTLSKeys.pas line 99

procedure GenerateTLSKeys(

  const ProtocolVersion: TTLSProtocolVersion;

  const MACKeyBits: Integer;

  const CipherKeyBits: Integer;

  const IVBits: Integer;

  const MasterSecret: RawByteString;

  const ServerRandom: RawByteString;

  const ClientRandom: RawByteString;

  var TLSKeys: TTLSKeys

);



CT Web help

CodeTyphon Studio