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

TLSCipherSuiteInfo

Declaration

Source position: flcTLSCipherSuite.pas line 217

const TLSCipherSuiteInfo: array [TTLSCipherSuite] of TTLSCipherSuiteInfo = ((Name: ''; KeyExchange: tlscskeNone; Authentication: tlscsaNone; Cipher: tlscscNone; Hash: tlscshNone; Rec: (B1: $FF; B2: $FF); ServerSupport: False; ClientSupport: False; MinVersion: (major: 0; minor: 0)), (Name: 'NULL_WITH_NULL_NULL'; KeyExchange: tlscskeNULL; Authentication: tlscsaNone; Cipher: tlscscNULL; Hash: tlscshNULL; Rec: (B1: $00; B2: $00); ServerSupport: False; ClientSupport: False; MinVersion: (major: 0; minor: 0)), (Name: 'RSA_WITH_NULL_MD5'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscNULL; Hash: tlscshMD5; Rec: (B1: $00; B2: $01); ServerSupport: False; ClientSupport: False), (Name: 'RSA_WITH_NULL_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscNULL; Hash: tlscshSHA; Rec: (B1: $00; B2: $02); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_EXPORT_WITH_RC4_40_MD5'; KeyExchange: tlscskeDH_anon_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscRC4_40; Hash: tlscshMD5; Rec: (B1: $00; B2: $17); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_WITH_RC4_128_MD5'; KeyExchange: tlscskeDH_anon; Authentication: tlscsaAnon; Cipher: tlscscRC4_128; Hash: tlscshMD5; Rec: (B1: $00; B2: $18); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeDH_anon_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $19); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_WITH_DES_CBC_SHA'; KeyExchange: tlscskeDH_anon; Authentication: tlscsaAnon; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $1A); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeDH_anon; Authentication: tlscsaAnon; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $1B); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeDH_anon; Authentication: tlscsaAnon; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $6C); ServerSupport: False; ClientSupport: False), (Name: 'DH_anon_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeDH_anon; Authentication: tlscsaAnon; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $6D); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeDH_DSS_EXPORT; Authentication: tlscsaDSS; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0B); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_DES_CBC_SHA'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0C); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0D); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeDH_RSA_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0E); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_DES_CBC_SHA'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0F); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $10); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_AES_128_CBC_SHA'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $30); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_AES_256_CBC_SHA'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $36); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $3E); ServerSupport: False; ClientSupport: False), (Name: 'DH_DSS_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeDH_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $68); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_AES_128_CBC_SHA'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $31); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_AES_256_CBC_SHA'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $37); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $3F); ServerSupport: False; ClientSupport: False), (Name: 'DH_RSA_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $69); ServerSupport: False; ClientSupport: False), (Name: 'RSA_EXPORT_WITH_RC4_40_MD5'; KeyExchange: tlscskeRSA_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscRC4_40; Hash: tlscshMD5; Rec: (B1: $00; B2: $03); ServerSupport: False; ClientSupport: False; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_WITH_RC4_128_MD5'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscRC4_128; Hash: tlscshMD5; Rec: (B1: $00; B2: $04); ServerSupport: True; ClientSupport: True; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_WITH_RC4_128_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscRC4_128; Hash: tlscshSHA; Rec: (B1: $00; B2: $05); ServerSupport: True; ClientSupport: True; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_EXPORT_WITH_RC2_CBC_40_MD5'; KeyExchange: tlscskeRSA_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscRC2_CBC_40; Hash: tlscshMD5; Rec: (B1: $00; B2: $06); ServerSupport: False; ClientSupport: False; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_WITH_IDEA_CBC_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscIDEA_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $07); ServerSupport: False; ClientSupport: False), (Name: 'RSA_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeRSA_EXPORT; Authentication: tlscsaAnon; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $08); ServerSupport: False; ClientSupport: False), (Name: 'RSA_WITH_DES_CBC_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $09); ServerSupport: True; ClientSupport: True; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $0A); ServerSupport: False; ClientSupport: False; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_EXPORT1024_WITH_DES_CBC_SHA'; KeyExchange: tlscskeRSA_EXPORT1024; Authentication: tlscsaAnon; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $62); ServerSupport: False; ClientSupport: False; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_EXPORT1024_WITH_RC4_56_SHA'; KeyExchange: tlscskeRSA_EXPORT1024; Authentication: tlscsaAnon; Cipher: tlscscRC4_56; Hash: tlscshSHA; Rec: (B1: $00; B2: $64); ServerSupport: False; ClientSupport: False; MinVersion: (major: 3; minor: 0)), (Name: 'RSA_WITH_NULL_SHA256'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscNULL; Hash: tlscshSHA256; Rec: (B1: $00; B2: $3B); ServerSupport: False; ClientSupport: False), (Name: 'RSA_WITH_AES_128_CBC_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $2F); ServerSupport: True; ClientSupport: True), (Name: 'RSA_WITH_AES_256_CBC_SHA'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $35); ServerSupport: True; ClientSupport: True), (Name: 'RSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $3C); ServerSupport: True; ClientSupport: True; MinVersion: (major: 3; minor: 3)), (Name: 'RSA_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeRSA; Authentication: tlscsaAnon; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $3D); ServerSupport: True; ClientSupport: True; MinVersion: (major: 3; minor: 3)), (Name: 'DHE_DSS_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeDHE_DSS_EXPORT; Authentication: tlscsaDSS; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $11); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_DES_CBC_SHA'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $12); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $13); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_RC4_128_SHA'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscRC4_128; Hash: tlscshSHA; Rec: (B1: $00; B2: $66); ServerSupport: False; ClientSupport: False), (Name: 'DHE_RSA_EXPORT_WITH_DES40_CBC_SHA'; KeyExchange: tlscskeDHE_RSA_EXPORT; Authentication: tlscsaRSA; Cipher: tlscscDES40_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $14); ServerSupport: False; ClientSupport: False), (Name: 'DHE_RSA_WITH_DES_CBC_SHA'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscDES_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $15); ServerSupport: True; ClientSupport: True), (Name: 'DHE_RSA_WITH_3DES_EDE_CBC_SHA'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscsc3DES_EDE_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $16); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_AES_128_CBC_SHA '; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $32); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_AES_256_CBC_SHA'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $38); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $40); ServerSupport: False; ClientSupport: False), (Name: 'DHE_DSS_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeDHE_DSS; Authentication: tlscsaDSS; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $6A); ServerSupport: False; ClientSupport: False), (Name: 'DHE_RSA_WITH_AES_128_CBC_SHA'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $33); ServerSupport: True; ClientSupport: True), (Name: 'DHE_RSA_WITH_AES_256_CBC_SHA'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA; Rec: (B1: $00; B2: $39); ServerSupport: True; ClientSupport: True), (Name: 'DHE_RSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $67); ServerSupport: True; ClientSupport: True), (Name: 'DHE_RSA_WITH_AES_256_CBC_SHA256'; KeyExchange: tlscskeDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA256; Rec: (B1: $00; B2: $6B); ServerSupport: True; ClientSupport: True), (Name: 'ECDHE_ECDSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeECDHE_ECDSA; Authentication: tlscsaECDSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $C0; B2: $23); ServerSupport: False; ClientSupport: False), (Name: 'ECDHE_ECDSA_WITH_AES_256_CBC_SHA384'; KeyExchange: tlscskeECDHE_ECDSA; Authentication: tlscsaECDSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA384; Rec: (B1: $C0; B2: $24); ServerSupport: False; ClientSupport: False), (Name: 'ECDH_ECDSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeECDH_ECDSA; Authentication: tlscsaECDSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $C0; B2: $25); ServerSupport: False; ClientSupport: False), (Name: 'ECDH_ECDSA_WITH_AES_256_CBC_SHA384'; KeyExchange: tlscskeECDH_ECDSA; Authentication: tlscsaECDSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA384; Rec: (B1: $C0; B2: $26); ServerSupport: False; ClientSupport: False), (Name: 'ECDHE_RSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeECDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $C0; B2: $27); ServerSupport: False; ClientSupport: False), (Name: 'ECDHE_RSA_WITH_AES_256_CBC_SHA384'; KeyExchange: tlscskeECDHE_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA384; Rec: (B1: $C0; B2: $28); ServerSupport: False; ClientSupport: False), (Name: 'ECDH_RSA_WITH_AES_128_CBC_SHA256'; KeyExchange: tlscskeECDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_128_CBC; Hash: tlscshSHA256; Rec: (B1: $C0; B2: $29); ServerSupport: False; ClientSupport: False), (Name: 'ECDH_RSA_WITH_AES_256_CBC_SHA384'; KeyExchange: tlscskeECDH_RSA; Authentication: tlscsaRSA; Cipher: tlscscAES_256_CBC; Hash: tlscshSHA384; Rec: (B1: $C0; B2: $2A); ServerSupport: False; ClientSupport: False));



CT Web help

CodeTyphon Studio