Ops, the logic of the second argument has to be coupled with the != test to
[openssl.git] / ssl / tls1.h
index 60978613ef72e83d2873828529a7a47c65e87c8a..8d47ae591aa71dab8e74ce2fe1b9fbb742cc7102 100644 (file)
@@ -82,6 +82,14 @@ extern "C" {
 #define TLS1_AD_USER_CANCLED           90
 #define TLS1_AD_NO_RENEGOTIATION       100
 
+#define TLS1_CK_RSA_EXPORT56_WITH_RC4_56_MD5           0x03000060
+#define TLS1_CK_RSA_EXPORT56_WITH_RC2_CBC_56_MD5       0x03000061
+#define TLS1_CK_RSA_EXPORT56_WITH_DES_CBC_SHA          0x03000062
+
+#define TLS1_TXT_RSA_EXPORT56_WITH_RC4_56_MD5          "EXP56-RC4-MD5"
+#define TLS1_TXT_RSA_EXPORT56_WITH_RC2_CBC_56_MD5      "EXP56-RC2-CBC-MD5"
+#define TLS1_TXT_RSA_EXPORT56_WITH_DES_CBC_SHA         "EXP56-DES-CBC-SHA"
+
 #define TLS_CT_RSA_SIGN                        1
 #define TLS_CT_DSS_SIGN                        2
 #define TLS_CT_RSA_FIXED_DH            3