TLSCipherSuiteInfo Constant

Represents constant TLSCipherSuiteInfo.

Namespace: flcTLSCipherSuite
 TLSCipherSuiteInfo : array[TTLSCipherSuite] of TTLSCipherSuiteInfo = (
 ( 
 Name : '';
 KeyExchange : tlscskeNone;
 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;
 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;
 Cipher : tlscscNULL;
 Hash : tlscshMD5;
 Rec : (B1: $00; B2: $01);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'RSA_WITH_NULL_SHA';
 KeyExchange : tlscskeRSA;
 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;
 Cipher : tlscscRC4_40;
 Hash : tlscshMD5;
 Rec : (B1: $00; B2: $17);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DH_anon_WITH_RC4_128_MD5';
 KeyExchange : tlscskeDH_anon;
 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;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $19);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DH_anon_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeDH_anon;
 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;
 Cipher : tlscsc3DES_EDE_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $1B);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DH_DSS_EXPORT_WITH_DES40_CBC_SHA';
 KeyExchange : tlscskeDH_DSS_EXPORT;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $0B);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DH_DSS_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeDH_DSS;
 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;
 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;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $0E);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DH_RSA_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeDH_RSA;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 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;
 Cipher : tlscscIDEA_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $07);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'RSA_EXPORT_WITH_DES40_CBC_SHA';
 KeyExchange : tlscskeRSA_EXPORT;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $08);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'RSA_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeRSA;
 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;
 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;
 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;
 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;
 Cipher : tlscscNULL;
 Hash : tlscshSHA256;
 Rec : (B1: $00; B2: $3B);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'RSA_WITH_AES_128_CBC_SHA';
 KeyExchange : tlscskeRSA;
 Cipher : tlscscAES_128_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $2F);
 ServerSupport : True;
 ClientSupport : True;
 ),
 ( 
 Name : 'RSA_WITH_AES_256_CBC_SHA';
 KeyExchange : tlscskeRSA;
 Cipher : tlscscAES_256_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $35);
 ServerSupport : True;
 ClientSupport : True;
 ),
 ( 
 Name : 'RSA_WITH_AES_128_CBC_SHA256';
 KeyExchange : tlscskeRSA;
 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;
 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;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $11);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_DSS_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeDHE_DSS;
 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;
 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;
 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;
 Cipher : tlscscDES40_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $14);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_RSA_WITH_DES_CBC_SHA';
 KeyExchange : tlscskeDHE_RSA;
 Cipher : tlscscDES_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $15);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_RSA_WITH_3DES_EDE_CBC_SHA';
 KeyExchange : tlscskeDHE_RSA;
 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;
 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;
 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;
 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;
 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;
 Cipher : tlscscAES_128_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $33);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_RSA_WITH_AES_256_CBC_SHA';
 KeyExchange : tlscskeDHE_RSA;
 Cipher : tlscscAES_256_CBC;
 Hash : tlscshSHA;
 Rec : (B1: $00; B2: $39);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_RSA_WITH_AES_128_CBC_SHA256';
 KeyExchange : tlscskeDHE_RSA;
 Cipher : tlscscAES_128_CBC;
 Hash : tlscshSHA256;
 Rec : (B1: $00; B2: $67);
 ServerSupport : False;
 ClientSupport : False;
 ),
 ( 
 Name : 'DHE_RSA_WITH_AES_256_CBC_SHA256';
 KeyExchange : tlscskeDHE_RSA;
 Cipher : tlscscAES_256_CBC;
 Hash : tlscshSHA256;
 Rec : (B1: $00; B2: $6B);
 ServerSupport : False;
 ClientSupport : False;
 )
 );

Value