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

TTLSHandshakeType

Declaration

Source position: flcTLSHandshake.pas line 76

type TTLSHandshakeType = (

  tlshtHello_request = 0,

  

  tlshtClient_hello = 1,

  

  tlshtServer_hello = 2,

  

  tlshtNew_session_ticket = 4,

  

  tlshtEnd_of_early_data = 5,

  

  tlshtEncrypted_extensions = 8,

  

  tlshtCertificate = 11,

  

  tlshtServer_key_exchange = 12,

  

  tlshtCertificate_request = 13,

  

  tlshtServer_hello_done = 14,

  

  tlshtCertificate_verify = 15,

  

  tlshtClient_key_exchange = 16,

  

  tlshtFinished = 20,

  

  tlshtCertificate_url = 21,

  

  tlshtCertificate_status = 22,

  

  tlshtKey_update = 24,

  

  tlshtMessage_hash = 254,

  

  tlshtMax = 255

  

);



CT Web help

CodeTyphon Studio