From 47fd5845cfc75772c36b86b4338e804267568139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 16 Aug 2014 11:29:47 +0200 Subject: [PATCH] SSL.Constants: Added some more constants. --- lib/modules/SSL.pmod/Constants.pmod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/modules/SSL.pmod/Constants.pmod b/lib/modules/SSL.pmod/Constants.pmod index 74abe5e272..33ae061452 100644 --- a/lib/modules/SSL.pmod/Constants.pmod +++ b/lib/modules/SSL.pmod/Constants.pmod @@ -435,6 +435,8 @@ constant TLS_dh_anon_with_camellia_128_cbc_sha = 0x0046; // RFC 4132 // These suites from the 56-bit draft are apparently in use // by some versions of MSIE. +constant TLS_rsa_export1024_with_rc4_56_md5 = 0x0060; // 56bit draft +constant TLS_rsa_export1024_with_rc2_cbc_56_md5 = 0x0061; // 56bit draft constant TLS_rsa_export1024_with_des_cbc_sha = 0x0062; // 56bit draft constant TLS_dhe_dss_export1024_with_des_cbc_sha= 0x0063; // 56bit draft constant TLS_rsa_export1024_with_rc4_56_sha = 0x0064; // 56bit draft -- GitLab