X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=ssl%2Ftls1.h;h=8d47ae591aa71dab8e74ce2fe1b9fbb742cc7102;hb=1b3b0a54d1f9eafc0be0992a524cd84e2c1daf97;hp=60978613ef72e83d2873828529a7a47c65e87c8a;hpb=58964a492275ca9a59a0cd9c8155cb2491b4b909;p=openssl.git diff --git a/ssl/tls1.h b/ssl/tls1.h index 60978613ef..8d47ae591a 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -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