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

TTLSAlertDescription

Declaration

Source position: flcTLSAlert.pas line 62

type TTLSAlertDescription = (

  tlsadClose_notify = 0,

  

  tlsadUnexpected_message = 10,

  

  tlsadBad_record_mac = 20,

  

  tlsadDecryption_failed = 21,

  

  tlsadRecord_overflow = 22,

  

  tlsadDecompression_failure = 30,

  

  tlsadHandshake_failure = 40,

  

  tlsadNo_certificate = 41,

  

  tlsadBad_certificate = 42,

  

  tlsadUnsupported_certificate = 43,

  

  tlsadCertificate_revoked = 44,

  

  tlsadCertificate_expired = 45,

  

  tlsadCertificate_unknown = 46,

  

  tlsadIllegal_parameter = 47,

  

  tlsadUnknown_ca = 48,

  

  tlsadAccess_denied = 49,

  

  tlsadDecode_error = 50,

  

  tlsadDecrypt_error = 51,

  

  tlsadExport_restriction = 60,

  

  tlsadProtocol_version = 70,

  

  tlsadInsufficient_security = 71,

  

  tlsadInternal_error = 80,

  

  tlsadUser_canceled = 90,

  

  tlsadNo_renegotiation = 100,

  

  tlsadMissing_extension = 109,

  

  tlsadUnsupported_extention = 110,

  

  tlsadCertificate_unobtainable = 111,

  

  tlsadUnrecognized_name = 112,

  

  tlsadBad_certificate_status_response = 113,

  

  tlsadBad_certificate_hash_value = 114,

  

  tlsadUnknown_psk_identity = 115,

  

  tlsadCertificate_required = 116,

  

  tlsadNo_application_protocol = 120,

  

  tlsadMax = 255

  

);



CT Web help

CodeTyphon Studio